Google Analytics · OAuth Scopes

Google Analytics OAuth Scopes

OAuth 2.0 derived

Google Analytics publishes 7 OAuth 2.0 scopes via the implicit and authorizationCode flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Google Analytics API on a user’s behalf.

Tokens are issued from https://accounts.google.com/o/oauth2/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.

AnalyticsDataGoogleMetricsReportingWeb AnalyticsMachine LearningAttribution
Scopes: 7 Flows: implicit, authorizationCode Method: derived

OAuth endpoints

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

Scopes (7)

ScopeDescriptionFlows
https://www.googleapis.com/auth/analytics View and manage your Google Analytics data authorizationCode, implicit
https://www.googleapis.com/auth/analytics.edit Edit Google Analytics management entities authorizationCode, implicit
https://www.googleapis.com/auth/analytics.manage.users Manage Google Analytics Account users by email address authorizationCode, implicit
https://www.googleapis.com/auth/analytics.manage.users.readonly View Google Analytics user permissions authorizationCode, implicit
https://www.googleapis.com/auth/analytics.provision Create a new Google Analytics account along with its default property and view authorizationCode, implicit
https://www.googleapis.com/auth/analytics.readonly See and download your Google Analytics data authorizationCode, implicit
https://www.googleapis.com/auth/analytics.user.deletion Manage Google Analytics user deletion requests authorizationCode, implicit

Source

OAuth Scopes

google-analytics-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/google-analytics-admin-api.yaml, openapi/google-analytics-data-api.yaml, openapi/google-analytics-management-api-v3.yaml,
  openapi/google-analytics-reporting-api-v4.yaml, openapi/google-analytics-user-deletion-api.yaml
schemes:
- name: Oauth2
  source: openapi/google-analytics-admin-api.yaml
  flows:
  - flow: implicit
    authorizationUrl: https://accounts.google.com/o/oauth2/auth
  description: Oauth 2.0 implicit authentication
- name: Oauth2c
  source: openapi/google-analytics-admin-api.yaml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://accounts.google.com/o/oauth2/auth
    tokenUrl: https://accounts.google.com/o/oauth2/token
  description: Oauth 2.0 authorizationCode authentication
- name: Oauth2
  source: openapi/google-analytics-data-api.yaml
  flows:
  - flow: implicit
    authorizationUrl: https://accounts.google.com/o/oauth2/auth
  description: Oauth 2.0 implicit authentication
- name: Oauth2c
  source: openapi/google-analytics-data-api.yaml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://accounts.google.com/o/oauth2/auth
    tokenUrl: https://accounts.google.com/o/oauth2/token
  description: Oauth 2.0 authorizationCode authentication
- name: Oauth2
  source: openapi/google-analytics-management-api-v3.yaml
  flows:
  - flow: implicit
    authorizationUrl: https://accounts.google.com/o/oauth2/auth
  description: Oauth 2.0 implicit authentication
- name: Oauth2c
  source: openapi/google-analytics-management-api-v3.yaml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://accounts.google.com/o/oauth2/auth
    tokenUrl: https://accounts.google.com/o/oauth2/token
  description: Oauth 2.0 authorizationCode authentication
- name: Oauth2
  source: openapi/google-analytics-reporting-api-v4.yaml
  flows:
  - flow: implicit
    authorizationUrl: https://accounts.google.com/o/oauth2/auth
  description: Oauth 2.0 implicit authentication
- name: Oauth2c
  source: openapi/google-analytics-reporting-api-v4.yaml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://accounts.google.com/o/oauth2/auth
    tokenUrl: https://accounts.google.com/o/oauth2/token
  description: Oauth 2.0 authorizationCode authentication
- name: oauth2
  source: openapi/google-analytics-user-deletion-api.yaml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://accounts.google.com/o/oauth2/auth
    tokenUrl: https://oauth2.googleapis.com/token
  description: OAuth 2.0 authentication
scopes:
- scope: https://www.googleapis.com/auth/analytics
  description: View and manage your Google Analytics data
  flows:
  - authorizationCode
  - implicit
  sources:
  - openapi/google-analytics-data-api.yaml
  - openapi/google-analytics-management-api-v3.yaml
  - openapi/google-analytics-reporting-api-v4.yaml
- scope: https://www.googleapis.com/auth/analytics.edit
  description: Edit Google Analytics management entities
  flows:
  - authorizationCode
  - implicit
  sources:
  - openapi/google-analytics-admin-api.yaml
  - openapi/google-analytics-management-api-v3.yaml
- scope: https://www.googleapis.com/auth/analytics.manage.users
  description: Manage Google Analytics Account users by email address
  flows:
  - authorizationCode
  - implicit
  sources:
  - openapi/google-analytics-management-api-v3.yaml
- scope: https://www.googleapis.com/auth/analytics.manage.users.readonly
  description: View Google Analytics user permissions
  flows:
  - authorizationCode
  - implicit
  sources:
  - openapi/google-analytics-management-api-v3.yaml
- scope: https://www.googleapis.com/auth/analytics.provision
  description: Create a new Google Analytics account along with its default property and view
  flows:
  - authorizationCode
  - implicit
  sources:
  - openapi/google-analytics-management-api-v3.yaml
- scope: https://www.googleapis.com/auth/analytics.readonly
  description: See and download your Google Analytics data
  flows:
  - authorizationCode
  - implicit
  sources:
  - openapi/google-analytics-admin-api.yaml
  - openapi/google-analytics-data-api.yaml
  - openapi/google-analytics-management-api-v3.yaml
  - openapi/google-analytics-reporting-api-v4.yaml
- scope: https://www.googleapis.com/auth/analytics.user.deletion
  description: Manage Google Analytics user deletion requests
  flows:
  - authorizationCode
  - implicit
  sources:
  - openapi/google-analytics-management-api-v3.yaml
  - openapi/google-analytics-user-deletion-api.yaml