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, ultrasport wrote:
>
> $campaignExtensionSettingService = 
> $user->GetService('CampaignExtensionSettingService', 
> ADWORDS_VERSION);$campaignExtensionSetting = new 
> CampaignExtensionSetting();$campaignExtensionSetting->campaignId = 
> $campaignId;$campaignExtensionSetting->extensionType = 
> 'CALL';$campaignExtensionSetting->extensionSetting = new 
> ExtensionSetting();$campaignExtensionSetting->extensionSetting->extensions = 
> array();
> // добавляем телефон$phone = new CallFeedItem();$phone->callCountryCode = 
> "RU";$phone->callPhoneNumber = "+7 (495) 
> 587-75-75";$campaignExtensionSetting->extensionSetting->extensions[] = $phone;
> $operation = new CampaignExtensionSettingOperation();$operation->operator = 
> 'ADD';$operation->operand = $campaignExtensionSetting;$operations = 
> array($operation);
>
> $result = $campaignExtensionSettingService->mutate($operations);
>
>
> *"+7 (495) 587-75-75"* - [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR 
> @ 
> com.google.ads.api.services.common.error.InternalApiError.(InternalApiErro]
>
> *"587-75-75"* - 
> [ExtensionSettingError.PHONE_NUMBER_NOT_SUPPORTED_FOR_COUNTRY @ 
> operations[0].operand.extensionSetting.extensions[0].callPhoneNumber]
>
> Try different options may be on the test does not work?
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/73bbb666-dd3d-4b96-8c77-89d0389cab47%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to