Re: Targeting Idea STATS service: RATE_LIMIT error after 3 consecutive operations

2018-03-12 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi Federico,

The rateScope=ACCOUNT 

 indicates 
that you are making too many request against a single AdWords account at a 
single given time. Regardless of access level, this limit will be 
encountered if too many requests are made. I would suggest to review and 
reduce any requests being made at once in order to avoid this error. 

Additionally, since you are using the TargetingIdeaService 
,
 
you may note that this is a more expensive service to call as compared to 
the other services of the AdWords API. The rate limits for this service are 
significantly more strict than for other services that can be used for 
managing campaigns. The rate limits can vary based on time of day, overall 
volume of API usage by all users, and other factors. Our team do not 
publish specific allowable QPS numbers to allow for this variance, and 
instead use rate limit errors and require that integrations against the API 
adhere to the timeouts as they encounter rate limit errors.

I hope this helps and feel free to write back if you have any further 
concerns.

Thanks and regards,
Luis
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
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/b9dfee6f-52de-446e-9a94-e937b1b3a6a9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Targeting Idea STATS service: RATE_LIMIT error after 3 consecutive operations

2018-03-11 Thread Federico Conti
Hi All,

What is the limit of Targeting Idea STATS service per minute?

I can't find this in the documentation.

I created a script that requests the service 3 consecutive times, but if I 
don't put a 30 seconds pause between the requests, I encounter the 
RateExceededError called "RATE_LIMIT".

These are the details of the error - my API access is Basic:

RateExceededError
rateName=RATE_LIMIT
rateKey=null 
rateScope=ACCOUNT
retryAfterSeconds=30


I would like to minimize the time of the script, but I have no indications 
from the documentation regarding requests per minute limits, can you please 
help?

Thanks in advance,
Federico 


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
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/7c03b8e4-31a7-4cdb-983f-432bb4dd88a3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.