Re: AdGroupCriterionService SizeLimitError.REQUEST_SIZE_LIMIT_EXCEEDED

2019-12-16 Thread Henrik Niklaus
Hello, we experience the same problem here. We send batches of 2000 as recommended here https://developers.google.com/adwords/api/docs/appendix/limits#general (the maximum limit is 5000) and get a REQUEST_SIZE_LIMIT_EXCEEDED error. After reducing the batch size to 250 the error disappeard. This w

RE: AdGroupCriterionService SizeLimitError.REQUEST_SIZE_LIMIT_EXCEEDED

2019-12-16 Thread Google Ads API Forum Advisor Prod
Hi Henrik, The SizeLimitError.REQUEST_SIZE_LIMIT_EXCEEDED error occurs when you pass too many operations in a single request. In order to fix the issue, you could either reduce the number of operations in a single request as you may have very large data elements, or use the BatchJobService of