Google Marketing Platform Admin website screenshot

Google Marketing Platform Admin

The Google Marketing Platform Admin API provides programmatic access to manage links between Google Marketing Platform organizations and Google Analytics accounts. It enables creating, updating, deleting, and listing organization links and managing service levels for integrated marketing analytics.

1 APIs 4 Features
AnalyticsGoogle Marketing PlatformMarketingOrganization ManagementPlatform Administration

APIs

Google Marketing Platform Admin API

The Marketing Platform Admin API enables programmatic management of organization-level settings including links to Google Analytics accounts, service level configuration, and or...

Collections

GraphQL

Google Marketing Platform GraphQL API

Google Marketing Platform Admin API covers organization management, accounts, user links, property access, and integration between GMP products including Analytics, Campaign Man...

GRAPHQL

Pricing Plans

Rate Limits

FinOps

Features

Organization Management

List and manage Google Marketing Platform organizations with programmatic access to organization settings.

Analytics Account Linking

Create, list, and delete links between Marketing Platform organizations and Google Analytics accounts.

Service Level Configuration

Set and manage Analytics property service levels including standard and 360 tier assignments.

Multi-Organization Access

Access and manage multiple Marketing Platform organizations from a single authenticated session.

Use Cases

Enterprise Analytics Setup

Programmatically link Google Analytics accounts to Marketing Platform organizations for enterprise-scale deployments.

Service Tier Management

Automate the assignment of Analytics 360 service levels to properties across large organizations.

Organization Auditing

List and audit all Marketing Platform organizations and their linked Analytics accounts for governance.

Integrations

Google Analytics

Direct linking and service level management for Google Analytics accounts within Marketing Platform organizations.

Google Tag Manager

Part of the Google Marketing Platform suite for tag management and measurement integration.

Display and Video 360

Integrated advertising platform within Google Marketing Platform for programmatic media buying.

Search Ads 360

Search campaign management platform integrated with Marketing Platform for cross-channel analytics.

Semantic Vocabularies

Openapi Context

0 classes · 0 properties

JSON-LD

API Governance Rules

Google Marketing Platform Admin API Rules

7 rules · 7 errors

SPECTRAL

JSON Structure

Openapi Analytics Account Link Structure

4 properties

JSON STRUCTURE

Openapi List Organizations Response Structure

2 properties

JSON STRUCTURE

Openapi Organization Structure

2 properties

JSON STRUCTURE

Example Payloads

Openapi Organization Example

2 fields

EXAMPLE

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🌐
Portal
Portal
🚀
GettingStarted
GettingStarted
🔗
Documentation
Documentation
🔑
Authentication
Authentication
💰
Pricing
Pricing
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
🟢
StatusPage
StatusPage
💬
Support
Support
🔗
JSONLD
JSONLD

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Google Marketing Platform Admin API
  version: v1alpha
request:
  auth:
    type: oauth2
    flow: authorization_code
    authorizationUrl: https://accounts.google.com/o/oauth2/auth
    accessTokenUrl: https://oauth2.googleapis.com/token
    credentials:
      clientId: '{{clientId}}'
      clientSecret: '{{clientSecret}}'
items:
- info:
    name: V1alpha
    type: folder
  items:
  - info:
      name: Google Marketing Platform Admin List Organizations
      type: http
    http:
      method: GET
      url: https://marketingplatformadmin.googleapis.com/v1alpha/organizations
      params:
      - name: pageSize
        value: ''
        type: query
      - name: pageToken
        value: ''
        type: query
    docs: Lists the Google Marketing Platform organizations accessible by the caller.
  - info:
      name: Google Marketing Platform Admin List Analytics Account Links
      type: http
    http:
      method: GET
      url: https://marketingplatformadmin.googleapis.com/v1alpha/:parent/analyticsAccountLinks
      params:
      - name: parent
        value: ''
        type: path
      - name: pageSize
        value: ''
        type: query
      - name: pageToken
        value: ''
        type: query
    docs: Lists analytics account links for the specified organization.
  - info:
      name: Google Marketing Platform Admin Create Analytics Account Link
      type: http
    http:
      method: POST
      url: https://marketingplatformadmin.googleapis.com/v1alpha/:parent/analyticsAccountLinks
      params:
      - name: parent
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Creates an analytics account link for the specified organization.
  - info:
      name: Google Marketing Platform Admin Delete Analytics Account Link
      type: http
    http:
      method: DELETE
      url: https://marketingplatformadmin.googleapis.com/v1alpha/:name
      params:
      - name: name
        value: ''
        type: path
    docs: Deletes an analytics account link.
  - info:
      name: Google Marketing Platform Admin Set Property Service Level
      type: http
    http:
      method: POST
      url: https://marketingplatformadmin.googleapis.com/v1alpha/:analyticsAccountLink:setPropertyServiceLevel
      params:
      - name: analyticsAccountLink
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Sets the service level for an Analytics property.
bundled: true