AdMob · Authentication Profile

Admob Authentication

Authentication

AdMob secures its APIs with oauth2 across 1 declared security scheme, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode flow(s).

CompanyAdvertisingMobileMonetizationAdsGoogleReportingMediationAdTech
Methods: oauth2 Schemes: 1 OAuth flows: authorizationCode API key in:

Security Schemes

GoogleOAuth2 oauth2

Source

Authentication Profile

admob-authentication.yml Raw ↑
generated: '2026-07-17'
method: searched
source: https://developers.google.com/admob/api/v1/auth
docs: https://developers.google.com/admob/api/v1/auth
summary:
  types: [oauth2]
  api_key_in: []
  oauth2_flows: [authorizationCode]
notes: >-
  All AdMob API calls must be authorized through Google OAuth 2.0. Applications
  obtain user consent, receive an authorization code, exchange it for access and
  refresh tokens, and call admob.googleapis.com with a Bearer access token.
  Credentials are created in the Google API Console (OAuth client ID). Service
  accounts are not supported for the AdMob API; a user must authorize access.
schemes:
- name: GoogleOAuth2
  type: oauth2
  flow: authorizationCode
  authorizationUrl: https://accounts.google.com/o/oauth2/v2/auth
  tokenUrl: https://oauth2.googleapis.com/token
  scopes:
  - https://www.googleapis.com/auth/admob.readonly
  - https://www.googleapis.com/auth/admob.report
  sources: [docs]