Each Google Ads API developer token is assigned an access level that determines whether you can affect production accounts and the number of operations and requests that you can execute daily.
When counting the number of daily operations and requests, the following rules are used:
A single query or report is counted as one operation, regardless of the results being streamed through
GoogleAdsService.SearchStream
or paged from aGoogleAdsService.Search
call. Learn more.For any
mutate
request, each mutated item counts as one operation.All other requests count as one operation, regardless of the method, number of entities affected, and the number or results returned.
The following table gives some examples of the accounting:
API request | Operations counted towards Daily Limit |
---|---|
Operation: Count: 53 ad groups Service: |
1 |
Operation: Count: 45 campaigns Service: |
1 |
Operation: Count: 2 ad groups Service: |
2 |
Operation: Count: 10 customer accounts Service: |
1 |