Hi Giles, Yes, there is the possibility of encountering the RateExceededError for regular API requests. The BatchJobService takes care of the errors it encounters, but it has no way of throttling itself before the RateExceededError occurs, so that a regular mutate operation can complete execution. There is also the possibility of hitting the token's daily operational limit <https://developers.google.com/adwords/api/docs/access-levels#access_levels> if you are using a Basic access token. This table <https://developers.google.com/adwords/api/docs/ratesheet#api-operations> shows how operations count towards the daily limit.
You could consider performing the ad updates using batch processing too, since BatchJobService supports <https://developers.google.com/adwords/api/docs/guides/batch-jobs#supported_operations> AdGroupAdOperation as well. Regards, 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 [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 https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/34c52997-4731-4f5b-8590-ba7368ffdaf3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
