Hi, I'm using a script to change device bid modifiers on campaigns in an account; it sends requests to the AdWords API in batches of 100. Recently, I ran it on an account it had previously worked for, and received a SizeLimitError.REQUEST_SIZE_LIMIT_EXCEEDED <https://developers.google.com/adwords/api/docs/reference/latest/CampaignService.SizeLimitError> error. The only changes I can find on the account between the two runs of the script are the creation of some location bid adjustments (quite a lot - hitting the 10000 limit on some campaigns). However, I can't see how or why these would affect my attempts to change device bid modifiers. Running the script again with a batch size of 50 resolved the issue, but I'd like to figure out what the root issue is.
-- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/b8325489-4c1d-4b0b-a7da-72cab12dcbfc%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
