Re: How to add the phone to companies adwords api?

2015-08-24 Thread Thanet Knack Praneenararat (AdWords API Team)
Hello, Could you please send me the SOAP request and response for this API call by clicking *Reply privately to author* on the top right of this answer. Make sure you strip your developer token off your logs. Cheers, Thanet, AdWords API Team On Tuesday, August 18, 2015 at 10:47:42 PM UTC+9, ult

How to add the phone to companies adwords api?

2015-08-18 Thread ultrasport
$campaignExtensionSettingService = $user->GetService('CampaignExtensionSettingService', ADWORDS_VERSION);$campaignExtensionSetting = new CampaignExtensionSetting();$campaignExtensionSetting->campaignId = $campaignId;$campaignExtensionSetting->extensionType = 'CALL';$campaignExtensionSetting-