AdMob · OAuth Scopes

AdMob OAuth Scopes

OAuth 2.0 searched

AdMob publishes 2 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the AdMob API on a user’s behalf.

Tokens are issued from https://oauth2.googleapis.com/token.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

CompanyAdvertisingMobileMonetizationAdsGoogleReportingMediationAdTech
Scopes: 2 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://accounts.google.com/o/oauth2/v2/auth
Token URL
https://oauth2.googleapis.com/token
Flows
authorizationCode

Scopes (2)

ScopeDescriptionFlows
https://www.googleapis.com/auth/admob.readonly See your AdMob data. Read-only access to all AdMob data including account information, apps, and ad units. authorizationCode
https://www.googleapis.com/auth/admob.report See your AdMob data. Access to generate AdMob ad performance and earnings network and mediation reports. authorizationCode

Source

OAuth Scopes

admob-scopes.yml Raw ↑
generated: '2026-07-17'
method: searched
source: https://developers.google.com/admob/api/v1/auth
docs: https://developers.google.com/identity/protocols/oauth2/scopes#admob
schemes:
- name: GoogleOAuth2
  source: docs
  flows:
  - flow: authorizationCode
    authorizationUrl: https://accounts.google.com/o/oauth2/v2/auth
    tokenUrl: https://oauth2.googleapis.com/token
scopes:
- scope: https://www.googleapis.com/auth/admob.readonly
  description: See your AdMob data. Read-only access to all AdMob data including account information, apps, and ad units.
  flows: [authorizationCode]
  sources: [docs]
- scope: https://www.googleapis.com/auth/admob.report
  description: See your AdMob data. Access to generate AdMob ad performance and earnings network and mediation reports.
  flows: [authorizationCode]
  sources: [docs]