ExeededError getName() method Wondering

12 views
Skip to first unread message

Trung Bao

unread,
Nov 7, 2017, 11:04:26 AM11/7/17
to AdWords API Forum
Hi all,
I'm now using targeting API for my project with Java. And I have problem with RateExeededError getName() method. That when I use getName() method, the result I received is RATE_LIMIT, I've read the document that it should be printed as "RequestperMinute" or "OperationperMinute". So how can I trace that what actually is the problem with the RATE_LIMIT name. For mor information, the Rate Scope return ACCOUNT. Thank you in advanced!
Best Regards,
Trung, Luu 

Bharani Cherukuri (AdWords API Team)

unread,
Nov 7, 2017, 1:28:29 PM11/7/17
to AdWords API Forum
Hi Trung, 

The RateExceededError is usually experienced when there are too many requests made to the API in a short period of time. Since the rateScope here is ACCOUNT, it indicates that the limit has been applied when an application makes high number of requests on a single AdWords account and may trigger this error for exceeding that limit. You'll need to wait for the amount of time specified in the retryAfterSeconds parameter before retrying the request. You can take a look at the error you're receiving by enabling logging and this guide illustrates on how to enable logging. This said, you can mitigate this error by taking a control of your application by following some of the strategies mentioned here

If you continue to have an issue with this, could you provide us the SOAP logs, so we can take a look and assist you further? Please use Reply privately to author option to provide the logs.

Regards,
Bharani, AdWords API Team
Reply all
Reply to author
Forward
0 new messages