Thank you Milind !! 2018年8月8日水曜日 2時44分55秒 UTC+9 Milind Sankeshware (AdWords API Team): > > Hi Kimiaki, > > The BatchJobSerive won't help you as you are looking for > TargetingIdeaService.get() > <https://developers.google.com/adwords/api/docs/reference/latest/TargetingIdeaService#get>. > > This is most applicable on mutate() calls. In your case, for 100k keywords, > you will need to run 143 operation. There are two types of rate limit. > Depending on what type of rate limits you are getting, you may need to > handle the rate limit error. Please find the details below: > > 1. DEVELOPER scope: If you have a developer token with basic access > and is facing rate limit error with DEVELOPER scope, you can submit this > form > > <https://developers.google.com/adwords/api/docs/access-levels#applying_for_standard_access> > to > request for standard access. With standard access, you will be able to > execute an unlimited number of API operations and report downloads per > day. > For more information please refer to this guide > > <https://developers.google.com/adwords/api/docs/access-levels#standard_access> > . > 2. ACCOUNT scope: If you encounter rate limits with ACCOUNT scope, you > will need to wait for at-least the specified time in the > "retryAfterSeconds" parameter and retry in their request. The only > workaround to handle the rate limit errors at ACCOUNT scope is to wait and > retry. For more information please refer to this guide > > <https://developers.google.com/adwords/api/docs/guides/rate-limits#elements_of_rateexceedederror> > . > > You may use sleep function in between two operations. > > Thanks, > Milind, AdWords API Team >
-- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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]. 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/bafe401d-15d8-4af0-841e-5da1a25c483b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
