Hello Ryan, If you are trying to query 500 keywords in a single get request, it would be considered as one operation. If you're trying to request 500 keywords in batches of 100, it would be counted to 5 operations. You can get the number of operations performed in a request by logging the operations header <https://developers.google.com/adwords/api/docs/guides/call-structure#response_headers> in the response. Please note that you will be able to request maximum of 700 keywords per one stats request. You may refer to the Batch Targeting Ideas <https://developers.google.com/adwords/api/docs/guides/bestpractices#batch_targeting_ideas> and Targeting Idea specific limits <https://developers.google.com/adwords/api/docs/appendix/limits#targeting-idea> guide for more information.
Thanks, Bharani, AdWords API Team. On Tuesday, September 12, 2017 at 5:42:25 AM UTC-4, Ryan wrote: > > Hi all, > > The Rate Limit documentation > <https://developers.google.com/adwords/api/docs/ratesheet> shows up to > 10,000 "operations" per day for a get request to the TargetingIdeaService. > > Operation: get > Count: 100 targeting ideas > Service: TargetingIdeaService > Operations counted towards Daily Limit: 1 > > If we insert an array of 500 queries in a single get request using STATS > rather than IDEAS, would that be five operations or one operation as we > would be receiving 500 results with no additional targeting ideas being > returned. > > Regards, > > Ryan > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/d5fc9915-83fb-42ef-afa6-dbc1ccd50c59%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
