Hi Trung, The RateExceededError <https://developers.google.com/adwords/api/docs/common-errors#RateExceededError.RATE_EXCEEDED> 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 <https://developers.google.com/adwords/api/docs/guides/rate-limits#operational_limit_based_on_access_level> parameter before retrying the request. You can take a look at the error you're receiving by enabling logging and this guide <https://github.com/googleads/googleads-java-lib/wiki/Logging> 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 <https://developers.google.com/adwords/api/docs/guides/rate-limits#take_control> .
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 On Tuesday, November 7, 2017 at 11:04:26 AM UTC-5, Trung Bao wrote: > > 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 > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/dcd8ae4f-a7a5-474a-b383-7025ea4f863d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
