Hi Srikanth, The rateName <https://developers.google.com/adwords/api/docs/guides/rate-limits#elements_of_rateexceedederror> in the RateExceededError <https://developers.google.com/adwords/api/docs/common-errors#RateExceededError.RATE_EXCEEDED> determines the name of the rate limit that was exceeded and the rateScope <https://developers.google.com/adwords/api/docs/guides/rate-limits#elements_of_rateexceedederror> tells the rate scope that was exceeded. In your case, the rateScope is ACCOUNT and rateName is OperationsPerDay which probably means that you are making too many requests against an AdWords account. If you are encountering this error when you submitted requests over 8,000 against a single account, I recommend that you reduce the number of requests and operations. Please revisit our rate limit guide <https://developers.google.com/adwords/api/docs/guides/rate-limits> to prevent possible rate limits error.
Thanks, Joyce, 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/aab414a0-e542-4010-8190-1c7d195da866%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
