Google Ads API access levels
- Basic access
- This is the default access level for all approved developer tokens. Basic access level allows the developer token to execute up to 15,000 operations per day. The only way to exceed this cap is to apply and then get accepted into the Standard access level.
- Standard access
- Standard access enables the developer token to execute an unlimited number of operations for most services. Such tokens are still subject to global limits. You can request this access level by completing the standard access application.
There is no charge for either access level.
API operations
A single query or report is counted as one operation, regardless of the results
being streamed through
GoogleAdsService.SearchStream
or paged from a
GoogleAdsService.Search
call.
Learn more.
For a mutate
request, each mutated item counts as one operation. The
following table gives some examples of the accounting:
API request | Operations counted towards Daily Limit |
---|---|
Operation: Search
Count: 53 ad groups
Service: |
1 |
Operation: SearchStream
Count: 45 campaigns
Service: |
1 |
Operation: mutate
Count: 2 ad groups
Service: |
2 |
Non-compliance fees
If you are subject to Required Minimum Functionality, the API Review Team will audit your tool to ensure compliance. If the audit results in a finding of non-compliance, you will receive notice that the enforcement period has begun according to the following schedule:
Day 1 | Notice of non-compliance | 30-day "fix-it" period begins |
---|---|---|
Day 30 | 30-day fix-it period ends | If you are fully compliant with RMF, you will not incur any fees |
Day 31 | Notice of continued non-compliance + first bill for non-compliance fee | Non-compliance fees (details below) are due in 30 days |
Day 60 | First bill for non-compliance fee is due | If you are fully compliant with RMF and you have paid your non-compliance fees in full, the enforcement period ends |
Day 61 | Notice of continued non-compliance + second bill for non-compliance fee | Non-compliance fees (details below) are due in 30 days |
Day 90 | Second bill for non-compliance fee is due | If you are fully compliant with RMF and you have paid your non-compliance fees in full, the enforcement period ends |
Day 91 | Final notice of continued non-compliance + Final notice that tool may be downgraded to Basic Access | Final deadline for compliance ends 30 days after Final notice |
Day 120 | Final compliance deadline | |
Day 121 | Notice of Downgrade to Basic Access | Tools may regain Standard Access only if compliant with RMF and only if all non-compliance fees have been paid in full |
Non-compliance fees are calculated as follows:
The fee is based on the number of operations, or the number of
GoogleAdsService
Search or SearchStream requests, during the previous 30-day period: either 1 USD for every 25,000 operations or 1 USD for every 25,000GoogleAdsService
Search or SearchStream requests, whichever is greater. The resulting calculation is then rounded up to 1,000 USD, if below 1,000 USD, and capped at 25,000 USD. Total non-compliance fees during any review cycle is capped at 50,000 USD in accordance to the audit schedule above.After a bill is issued for non-compliance, it must be paid in full or your token may be downgraded to Basic Access or revoked.