Hello, 

Please find my response below:

1. What is the best practice for accessing many different adwords accounts? 
Multiple service accounts? Giving an email address access to each account?
Are you referring to accessing multiple accounts through the API? If so, 
you will need to set up OAuth2 credentials by following the steps mentioned 
this 
guide <https://developers.google.com/adwords/api/docs/guides/authentication>. 
Make sure to generate the credentials by logging in with the same email 
address that you want access to and must belong to a valid AdWords account 
user. This way, OAuth2 enables the AdWords API client app to access a 
user's AdWords account without having to handle or store the user's login 
info. If a single user needs access to multiple accounts, that user will 
have to be added to each account. Also API and UI shares the same access 
for a given user.

2. What are the actual rate limits (if any) on AdWords API calls?
AdWords uses a Token Bucket 
<http://www.google.com/url?q=http%3A%2F%2Fen.wikipedia.org%2Fwiki%2FToken_bucket&sa=D&sntz=1&usg=AFQjCNGFxpw3MQJxeqVVQU64pNUe2fax5A>
 algorithm 
to meter the requests and determine the queries per second (QPS) rate. The 
rate limits can fluctuate based on different variables, including server 
load at the time when you are making the calls. At any point the API will 
trigger the RATE_EXCEEDED error which indicates that the application need 
to slow down with the number of requests. If you're receiving the 
RATE_EXCEEDED error with RateScope as ACCOUNT, it means that the 
application is making a high number of requests per second against a single 
AdWords account and they will need to slow down. If you are receiving the 
RATE_EXCEEDED error with RateScope as DEVELOPER, they will need to monitor 
the number of requests made against the developer token that is triggering 
the error. Please check this guide 
<https://developers.google.com/adwords/api/docs/guides/rate-limits> for 
more information on rate limits.

Let me know if you have any other questions.

Regards,
Bharani, 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/88e48d18-6f2b-4e79-ba5d-3a59e4b19441%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • ... youngho.kim via AdWords API and Google Ads API Forum
    • ... 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum

Reply via email to