Hello, Based on the details shared, it looks like you're receiving an error with the rate scope as Account. This indicates that application is making a high number of requests per second on a single AdWords account. You could wait at least the amount of time specified in the retryAfterSeconds and retry the request again. Please note that the API call might still fail as the rate limits are not based on a constant QPS and are subjected to change. When you retry the requests, your application should use an exponential backoff policy which helps to make sure that you're not calling the API too aggressively. This guide has best practices that can be implemented to handle the rate limit errors. Please take a look at the system limits guide for the TargetingIdea specific limits.
Let me know if you have any other questions. Thanks, Bharani, Google Ads API Team ref:_00D1U1174p._5001UKP65D:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/1foja000000000000000000000000000000000000000000000Q0959K00_U96d0bWR52ii23M0MdmNw%40sfdc.net.
