- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
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 |
Required. The parent organization, which owns this collection of Analytics account links. Format: organizations/{org_id} |
Query parameters
Parameters | |
---|---|
pageSize |
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 |
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 |
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 ( |
Fields | |
---|---|
analyticsAccountLinks[] |
Analytics account links in this organization. |
nextPageToken |
A token, which can be sent as |
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