Google Analytics · OAuth Scopes

Google Analytics OAuth Scopes

OAuth 2.0 searched

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

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: Method: searched

Scopes (7)

ScopeDescriptionFlows
https://www.googleapis.com/auth/analytics View and manage your Google Analytics data
https://www.googleapis.com/auth/analytics.readonly See and download your Google Analytics data (rendered as "View your Google Analytics data" in the v3 scope table)
https://www.googleapis.com/auth/analytics.edit Edit Google Analytics management entities
https://www.googleapis.com/auth/analytics.manage.users Manage Google Analytics Account users by email address
https://www.googleapis.com/auth/analytics.manage.users.readonly View Google Analytics user permissions
https://www.googleapis.com/auth/analytics.provision Create a new Google Analytics account along with its default property and view
https://www.googleapis.com/auth/analytics.user.deletion Manage Google Analytics user deletion requests

Source

OAuth Scopes

Raw ↑
generated: '2026-08-13'
method: searched
source: >-
  https://developers.google.com/identity/protocols/oauth2/scopes (Google's canonical
  OAuth 2.0 scope reference, sections "Google Analytics API, v3" and "Google
  Analytics Data API, v1beta"; fetched 2026-08-13, HTTP 200), cross-checked against
  the auth.oauth2.scopes blocks of discovery/google-analytics-admin-api.json,
  discovery/google-analytics-data-api.json and
  discovery/google-analytics-management-api-v3.json
docs: https://developers.google.com/identity/protocols/oauth2/scopes
provider: Google Analytics
providerId: google-analytics
supersedes: >-
  The 2026-07-11 derived version of this file, which listed the OAuth flows from the
  OpenAPI securitySchemes but carried no scope strings at all.
authorization_server:
  issuer: https://accounts.google.com
  authorization_endpoint: https://accounts.google.com/o/oauth2/v2/auth
  token_endpoint: https://oauth2.googleapis.com/token
  revocation_endpoint: https://oauth2.googleapis.com/revoke
  metadata: well-known/google-analytics-oauth-authorization-server.json
  flows:
    - authorization_code
    - refresh_token
    - device_code
    - jwt_bearer (service accounts)
scope_count: 7
scopes:
  - scope: https://www.googleapis.com/auth/analytics
    description: View and manage your Google Analytics data
    grants: read+write
    apis:
      - Google Analytics Data API (v1beta)
      - Google Analytics Management API (v3, sunset)
  - scope: https://www.googleapis.com/auth/analytics.readonly
    description: >-
      See and download your Google Analytics data (rendered as "View your Google
      Analytics data" in the v3 scope table)
    grants: read
    apis:
      - Google Analytics Data API (v1beta)
      - Google Analytics Admin API (v1beta)
      - Google Analytics Management API (v3, sunset)
    note: >-
      The scope Google's own MCP server requires. Sufficient for every reporting
      call and for reading Admin API configuration.
  - scope: https://www.googleapis.com/auth/analytics.edit
    description: Edit Google Analytics management entities
    grants: write
    apis:
      - Google Analytics Admin API (v1beta)
      - Google Analytics Management API (v3, sunset)
    note: >-
      Required for every Admin API create / patch / delete / archive method — custom
      dimensions, custom metrics, data streams, key events, links.
  - scope: https://www.googleapis.com/auth/analytics.manage.users
    description: Manage Google Analytics Account users by email address
    grants: write
    apis:
      - Google Analytics Management API (v3, sunset)
      - Google Analytics Admin API access bindings (v1alpha)
  - scope: https://www.googleapis.com/auth/analytics.manage.users.readonly
    description: View Google Analytics user permissions
    grants: read
    apis:
      - Google Analytics Management API (v3, sunset)
      - Google Analytics Admin API access bindings (v1alpha)
  - scope: https://www.googleapis.com/auth/analytics.provision
    description: Create a new Google Analytics account along with its default property and view
    grants: write
    apis:
      - Google Analytics Admin API (accounts.provisionAccountTicket)
      - Google Analytics Management API (v3, sunset)
  - scope: https://www.googleapis.com/auth/analytics.user.deletion
    description: Manage Google Analytics user deletion requests
    grants: write
    apis:
      - Google Analytics User Deletion API (v3, sunset)
      - Google Analytics Admin API v1alpha properties.submitUserDeletion
by_api:
  - api: Google Analytics Data API v1beta
    host: https://analyticsdata.googleapis.com
    scopes:
      - https://www.googleapis.com/auth/analytics
      - https://www.googleapis.com/auth/analytics.readonly
    source: discovery/google-analytics-data-api.json
  - api: Google Analytics Admin API v1beta
    host: https://analyticsadmin.googleapis.com
    scopes:
      - https://www.googleapis.com/auth/analytics.edit
      - https://www.googleapis.com/auth/analytics.readonly
    source: discovery/google-analytics-admin-api.json
  - api: Google Analytics Management API v3 (sunset 2024-07-01)
    host: https://analytics.googleapis.com/analytics/v3
    scopes:
      - https://www.googleapis.com/auth/analytics
      - https://www.googleapis.com/auth/analytics.edit
      - https://www.googleapis.com/auth/analytics.readonly
      - https://www.googleapis.com/auth/analytics.manage.users
      - https://www.googleapis.com/auth/analytics.manage.users.readonly
      - https://www.googleapis.com/auth/analytics.provision
      - https://www.googleapis.com/auth/analytics.user.deletion
    source: discovery/google-analytics-management-api-v3.json
  - api: Measurement Protocol (GA4)
    host: https://www.google-analytics.com/mp
    scopes: []
    note: >-
      No OAuth. Authenticated by an api_secret query parameter minted per data stream
      in the Google Analytics UI.
granularity_note: >-
  Scopes are coarse. There is no per-property, per-resource or per-method scope: any
  token carrying analytics.readonly can read every property the underlying identity
  can reach, and analytics.edit can reconfigure all of them. Least-privilege for an
  agent has to be enforced by which Google identity it impersonates, not by which
  scope it holds.
maintainers:
  - FN: Kin Lane
    email: kin@apievangelist.com

Work with this as data

Every scope set here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for oauth scopes

4 MCP tools reach this
  • find_scopesBrowse and filter every scope set in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This scope set
curl "https://apis.io/api/v1/scopes/google-analytics-scopes"
All oauth scopes
curl "https://apis.io/api/v1/scopes?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.