Hi there,
This is happening some times:
Server raised fault:
'InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @
com.google.ads.api.services.common.error.InternalApiError.<init>(InternalApiErro'
The python code is
adgroup_service = client.GetService('AdGroupService',
version='v201409')
adgroup_operations = [{
'operator':'SET',
'operand': {
'xsi_type':'AdGroup',
'id':adgroupid,
'biddingStrategyConfiguration': {
'biddingStrategyId': strategy_id
}
}
} for text_sorted,acc_id,adgroupid,kw_id in chunk]
logger.info('%s %s mutating bidstrategy %s operations' %
(n,acc_id,len(adgroup_operations)) )
r = adgroup_service.mutate(adgroup_operations)
The things that is strange here is the following:
A) Whether this code throws an error or not depends on the account. For
some accounts it always throws an error, for other accounts it never throws
an error.
B) For the accounts where an error is thrown, most of the times the adgroup
biddingstrategies ARE mutated! My issue here is that mutates where an error
is thrown are really slow (I assume due to some sort of internal timeout?)
Some guidance would be very useful.
Best,
Joao
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
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 [email protected].
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/8cc4a781-df9f-4ada-8d8c-554f29c5c638%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.