Method: organizations.analyticsAccountLinks.list

Lists the Google Analytics accounts link to the specified Google Marketing Platform organization.

HTTP request

GET https://marketingplatformadmin.googleapis.com/v1alpha/{parent=organizations/*}/analyticsAccountLinks

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The parent organization, which owns this collection of Analytics account links. Format: organizations/{org_id}

Query parameters

Parameters
pageSize

integer

Optional. The maximum number of Analytics account links to return in one call. The service may return fewer than this value.

If unspecified, at most 50 Analytics account links will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

pageToken

string

Optional. A page token, received from a previous analyticsAccountLinks.list call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to analyticsAccountLinks.list must match the call that provided the page token.

Request body

The request body must be empty.

Response body

Response message for analyticsAccountLinks.list RPC.

If successful, the response body contains data with the following structure:

JSON representation
{
  "analyticsAccountLinks": [
    {
      object (AnalyticsAccountLink)
    }
  ],
  "nextPageToken": string
}
Fields
nextPageToken

string

A token, which can be sent as pageToken to retrieve the next page. If this field is omitted, there are no subsequent pages.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/marketingplatformadmin.analytics.read
  • https://www.googleapis.com/auth/marketingplatformadmin.analytics.update