Re: Demographical report (AgeRanges + Gender)

2017-04-21 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Adamos,

Unfortunately, this is still not possible via the API. You may have to use 
the AdGroupCriterionService or CampaignCriterionService as described in the 
previous post. 

Thanks,
Sreelakshmi, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/f6959c56-122a-40d5-aa0a-f53d977269d3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [9-8107000017054] CampaignExtensionSettingService InternalApiError.UNEXPECTED_INTERNAL_API_ERROR while trying to add Ad Extension

2017-04-21 Thread Sean Dorval
Ivan,

Thanks for the help.  This worked perfectly.  I appreciate the help!

Best regards,

Sean

On Friday, April 21, 2017 at 12:00:50 PM UTC-4, Ivan Bautista wrote:
>
> Hi Sean,
>
> After taking another look at your SOAP requests particularly your 
> geotargeting for your Sitelink, we notice that you are setting value "2840" 
> in the locationName field 
> 
>  instead 
> of the Location criterion id field 
> .
>  
> Could you try setting the value "2840" in the id field instead and 
> re-execute the CampaignExtensionSettingService and see if the error 
> persists?
>
> Regards,
> Ivan
> AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ee646a28-403d-4f5f-8520-fffefa86c78d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Токен авторизации

2017-04-21 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, 

Unfortunately, I can only respond in English. 

The access tokens are short lived (an hour) and if you try to save it and 
make an API call once that expires, the call will not be successful. 
Instead, you could save the refresh token which is long lived and use that 
refresh token for generating a new access token (if already expired) for 
each API calls. Are you using our PHP client library 
? If so, you could follow 
the instructions in the linked document and update the refresh token in the 
adsapi_php.ini 

 
file and that should take care of renewing the access token for all the 
future calls. The document 

 
about OAuth should also be helpful for you. 

Please let me know if you have any additional questions. 

Thanks,
Sreelakshmi, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/825f8d5b-29cd-4b9c-922c-7b06417868f0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [9-8107000017054] CampaignExtensionSettingService InternalApiError.UNEXPECTED_INTERNAL_API_ERROR while trying to add Ad Extension

2017-04-21 Thread 'Ivan Bautista' via AdWords API Forum
Hi Sean,

After taking another look at your SOAP requests particularly your 
geotargeting for your Sitelink, we notice that you are setting value "2840" 
in the locationName field 

 instead 
of the Location criterion id field 
.
 
Could you try setting the value "2840" in the id field instead and 
re-execute the CampaignExtensionSettingService and see if the error 
persists?

Regards,
Ivan
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/df173398-04c8-4270-bf98-1931b5886239%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Demographical report (AgeRanges + Gender)

2017-04-21 Thread adamos . loizou
Hello,

Any chance that the API has evolved since this answer and can provide a 
report with both *Gender and Age Range*?

Thank you,
Adamos

On Wednesday, July 8, 2015 at 6:07:42 PM UTC+3, Umesh Dengale wrote:
>
> Hello,
>
> As you mentioned above the *Gender Performance Report* does not provide 
> AgeRange segmentation and the *Age Range Performance Report *does not 
> provide gender segmentation in the AdWords API.
> There are no other reports which combine the AgeRange and the Gender 
> segmentation. However, you can use the CampaignCriterionService 
> 
>  or 
> the AdGroupCriterionService 
> 
>  and 
> you can filter the data based on Criterion type 
> 
>  (AGE_RANGE, 
> GENDER).
>
> Regards,
> Umesh, AdWords API Team.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7e5ca44e-6a0c-44c3-a699-a7e62acaaace%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Hitting API limit, despite having Standard access

2017-04-21 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Sarah, 

Regardless of the access level of your developer token, you'll encounter 
RateExceededErrors if you make a high number of requests per second on a 
single AdWords account managed by a manager account. This limit is metered 
on all requests to a single AdWords account, no matter which developer 
token was used to make the request. You can implement some of the 
strategies listed here 

 to 
mitigate this error. 

If you are encountering RateExceededError in the Developer scope with your 
standard access developer token, please send over the logs for the requests 
which encountered this error. Please use *Reply privately to author* when 
responding. 

Thanks,
Shwetha, AdWords API Team.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/72d70666-b97d-4860-beb9-bf4e7bb235a0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Duplicate googleClickID for "Headline" and "Sitelink" in Click Performance Report - recent change?

2017-04-21 Thread HK
Thanks a lot, Peter. I was unaware of this change.

On Thursday, April 20, 2017 at 9:45:46 PM UTC-7, Peter Oliquino wrote:
>
> Hi Hans,
>
> There has been a recent change 
> 
>  in 
> the AdWords API wherein GCLIDs are now generated at impression time. For an 
> impression made within the day, rows will appear to have duplicate GCLIDs 
> because clicks made (with different click types) to your ads will have only 
> a single GCLID as reference as a result of the impression generated on that 
> same day.
>
> Also, you may follow our blog 
>  for any 
> future changes and announcements in the AdWords API.
>
> Thanks and regards,
> Peter
> AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/06e60504-ba27-4fff-852b-158a7c0ec36c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Operation limit for adgroupcriterions on shopping adgroups

2017-04-21 Thread jordan
Hi Anash,

I am currently facing the same problem - creating the initial Product 
Groups on a couple of thousand Ad Groups at a time. Running in parallel, 
mutating two ad groups at a time results in RateExceeded errors. To comply 
with the given restrictions would result in an incredibly slow system, 
which would not be suited to our clients needs.

Do you have any advice on how to side step this issue?

Kind regards,

On Thursday, January 21, 2016 at 7:57:21 PM UTC, Anash P. Oommen (AdWords 
API Team) wrote:
>
> Hi Michael,
>
> If you can share your customer ID, I can file a feature request with a 
> reference to that account as use case. That said, are you using multiple 
> threads? How many calls are you making in parallel?
>
> Cheers,
> Anash P. Oommen,
> AdWords API Advisor.
>
> On Wednesday, January 20, 2016 at 6:09:02 PM UTC-5, Michael Buetow wrote:
>>
>> Hello Danial,
>>
>> We currently have many clients with a large numbers of Product Groups and 
>> we were evaluating methods to increase our systems performance while 
>> modifying them. One of the most common structures among our clients is for 
>> every 1 Ad Group they have only 3 Product Groups within that Ad Group and 
>> this is repeated for thousands of Ad Groups. This limit 
>>  
>> of only being able to modify Product Groups within 2 Ad Groups at a time is 
>> extremely restraining when faced with clients that choose to structure 
>> their accounts in the previously mentioned layout. Is there any plan to 
>> increase this limit or remove it altogether? If not i'd like to request 
>> that it be evaluated as a feature request.
>>
>> Thanks,
>> Michael
>>
>> On Wednesday, December 24, 2014 at 3:18:33 AM UTC-8, Danial Klimkin wrote:
>>>
>>> Hello Bas,
>>>
>>>
>>> There is no way to avoid this restriction at the moment.
>>>
>>>
>>> -Danial, AdWords API Team.
>>>
>>>
>>> On Tuesday, December 23, 2014 3:05:46 PM UTC+3, Bas Hilbers wrote:

 Hi Josh,

 Thanks for the quick response. Any way of increasing the performance 
 during product partitioning?

 Thanks in advance,

 Bas

 On Monday, December 22, 2014 7:58:25 PM UTC+1, Josh Radcliff (AdWords 
 API Team) wrote:
>
> Hi,
>
> A given *AdGroupCriterionService.mutate* request can modify at most 2 
> shopping ad groups. See the *Ad groups* section of the Limits guide 
> 
> .
>
> Also, when breaking up operations into batches, you'll want to make 
> sure that the set of operations submitted for each mutate call leaves the 
> partition tree in a valid state 
> 
> .
>
> Cheers,
> Josh, AdWords API Team
>
> On Monday, December 22, 2014 9:45:58 AM UTC-5, Bas Hilbers wrote:
>>
>> After reading that the mutatejobservice is not available for shopping 
>> (see links below)
>>
>>
>> https://www.google.nl/?gws_rd=cr=ryyYVPC2Bc7HPeiCgUg#q=CAMPAIGN_TYPE_NOT_COMPATIBLE_WITH_PARTIAL_FAILURE
>> https://developers.google.com/adwords/api/docs/guides/shopping
>>
>> I instantiated the AdGroupCriterionService and started regular 
>> synchronous batching with 400, 250 or even 200 operations, resulting in 
>> a 
>> AdGroupCriterionError.OPERATIONS_FOR_TOO_MANY_SHOPPING_ADGROUPS
>>
>> The API documentation on 
>> https://developers.google.com/adwords/api/docs/reference/v201409/AdGroupCriterionService.AdGroupCriterionError
>>  
>> does not specifiy a valid operation limit.. any suggestions?
>>
>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/79e8eaa7-120e-4619-8ea9-f37eb0772be0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [9-8107000017054] CampaignExtensionSettingService InternalApiError.UNEXPECTED_INTERNAL_API_ERROR while trying to add Ad Extension

2017-04-21 Thread Sean Dorval
Ivan,

Thank you for removing that post because of that.  I must of copied the
data from the wrong file because I did remove that and copy it into a
different file.  Sorry about that.

Also, I just tried running again and still getting the same
UNEXPECTED_INTERNAL_API_ERROR.

Best regards,

Sean

On Fri, Apr 21, 2017 at 4:50 AM  wrote:

> Hi Sean,
>
> I deleted your post from the forum because it contains sensitive
> information (clientCustomerId, developerToken and userAgent). Please refer
> to these guidelines
>  before
> posting in the public forum.
>
> The UNEXPECTED_INTERNAL_API_ERROR
> 
>  could
> be triggered by a temporary server-side issue. Having said that, I tried to
> execute the CampaignExtensionSettingService
> 
>  against
> my test account with similar setup based from your SOAP logs and was able
> to successfully add Callout and Sitelink extensions on my end. Could you
> try to execute the same API request and see if the error persists?
>
> Regards,
> Ivan
> AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/CA%2BBrydksuKiXE6Kk%3D62L0UY1L4y1QJ9b4upBQLkVboC%2B9_z9ZA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Токен авторизации

2017-04-21 Thread Oleg Sidorov
Добрый день!

Цель задачи: при изменении цены товара в CRM, вызывать API AdWords для 
обновления цены.
Могу ли я полученный токен доступа сохранить в моём приложении и 
использовать его через PHP библиотеку AdWords для выполнения методов API? 
Будет ли он автоматически обновляться?
Или после истечения срока действия токена, необходимо получать новый и 
менять его в приложении?

С уважением,
Олег

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/770ffd48-23ea-40a9-b385-385126b044e6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Hitting API limit, despite having Standard access

2017-04-21 Thread Sarah Hewitson
We seem to be hitting the API limit, despite the fact that we now have 
Standard access to the API. I thought that Standard access was unlimited?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c3bd3792-d767-4f05-9a5d-e145a9ab05cb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Ad Words is not allowing me to download data in through ad words api

2017-04-21 Thread 'Ivan Bautista' via AdWords API Forum
Hi Jaydeep,

Do note that the RATE_EXCEEDED error 

 could 
be triggered by other factors aside from exceeding the daily report 
downloads limit  for 
your account. Having said that, could you confirm if you encountered the 
RATE_EXCEEDED error even after 48 hours of no API requests or operations 
executed aside from not generating any reports? Also, to help us 
investigate further, could you reply to us privately (using *reply 
privately to author* option) with your clientCustomerId as well as the 
complete error logs?

In addition, you may refer to this guide 
 for 
possible causes for the error and ways to handle them depending on your use 
case. However, if your account is under Basic Access and if you forecast 
that your average daily report downloads will exceed the daily limit for 
Basic Access, then I suggest that you upgrade your account to Standard 
Access  to execute 
unlimited daily operations.

Regards,
Ivan 
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/91c5f160-ee52-4adc-892d-753fbf4a2bc7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


CampaignExtensionSettingService InternalApiError.UNEXPECTED_INTERNAL_API_ERROR while trying to add Ad Extension

2017-04-21 Thread Sean Dorval
I am having a problem trying to add Ad Extensions to a campaign using the 
PHP API.  I have tried everything that I could to try and figure this out 
but I am getting nowhere with this UNEXPECTED_INTERNAL_API_ERROR.  Is there 
anyone that could look into this for me?  

The SOAP calls are below,

[Apr 20 2017 18:31:49.00 - ERROR] POST 
/api/adwords/cm/v201702/CampaignExtensionSettingService HTTP/1.1^M
Host: adwords.google.com^M
Connection: Keep-Alive^M
User-Agent: PHP-SOAP/5.6.30, gzip^M
Accept-Encoding: gzip, deflate^M
Content-Encoding: gzip^M
Content-Type: text/xml; charset=utf-8^M
SOAPAction: ""^M
Content-Length: 720^M


http://schemas.xmlsoap.org/soap/envelope/; 
xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201702; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;>
  

  369-234-5439
  GL6jmBtb_-qkg3bziDc3iQ
  autowebengine.com (AwApi-PHP/17.0.0, 
Common-PHP/17.0.0, PHP/5.6.30)

  
  

  
ADD

  727425765
  SITELINK
  

  
2840
  
  

LOCATION_OF_PRESENCE
  
  Bob Moore Ford
  
http://www.bobmooreford.com
  

  

  
  
ADD

  727425765
  CALLOUT
  

  Great Selection


  Quality Cars


  Best Local Deals


  Financing Available

  

  

  


HTTP/1.1 500 Internal Server Error^M
Content-Type: text/xml; charset=UTF-8^M
Content-Encoding: gzip^M
Date: Thu, 20 Apr 2017 22:31:49 GMT^M
Expires: Thu, 20 Apr 2017 22:31:49 GMT^M
Cache-Control: private, max-age=0^M
X-Content-Type-Options: nosniff^M
X-Frame-Options: SAMEORIGIN^M
X-XSS-Protection: 1; mode=block^M
Server: GSE^M
Alt-Svc: quic=":443"; ma=2592000; v="37,36,35"^M
Transfer-Encoding: chunked


http://schemas.xmlsoap.org/soap/envelope/;>
  
https://adwords.google.com/api/adwords/cm/v201702;>
  00054da0b4ea8dd00a37cc8d250e65e2
  CampaignExtensionSettingService
  mutate
  7
  387

  
  

  soap:Server
  [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
com.google.ads.api.services.common.error.InternalApiError.init(InternalApiErro]
  
https://adwords.google.com/api/adwords/cm/v201702;>
  [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
com.google.ads.api.services.common.error.InternalApiError.init(InternalApiErro]
  
ApiException
  http://www.w3.org/2001/XMLSchema-instance; 
xsi:type="InternalApiError">



InternalApiError.UNEXPECTED_INTERNAL_API_ERROR
InternalApiError
UNEXPECTED_INTERNAL_API_ERROR
  

  

  



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/44cf377d-df1e-4102-97e1-68333f133e16%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.