Resource name of the Analytics account to link. Format: analyticsadmin.googleapis.com/accounts/{accountId}
Show inputSchema
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "organizationId": { "type": "string", "description": "The ID of the parent organization." }, "analyticsAccount": { "type": "string", "description": "Resource name of the Analytics account to link. Format: analyticsadmin.googleapis.com/accounts/{accountId}" } }, "required": [ "PCID", "organizationId", "analyticsAccount" ]}
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "organizationId": { "type": "string", "description": "The ID of the parent organization." }, "analyticsAccountLinkId": { "type": "string", "description": "The ID of the analytics account link to delete." } }, "required": [ "PCID", "organizationId", "analyticsAccountLinkId" ]}
Filter to only return active clients when set to true.
pageSize
integer
No
—
Maximum number of clients to return.
pageToken
string
No
—
Page token for pagination.
Show inputSchema
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "organizationId": { "type": "string", "description": "The ID of the sales partner organization." }, "isActive": { "type": "boolean", "description": "Filter to only return active clients when set to true." }, "pageSize": { "type": "integer", "description": "Maximum number of clients to return." }, "pageToken": { "type": "string", "description": "Page token for pagination." } }, "required": [ "PCID", "organizationId" ]}
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "organizationId": { "type": "string", "description": "The ID of the organization to retrieve." } }, "required": [ "PCID", "organizationId" ]}
Maximum number of organizations to return. The service may return fewer than this value.
pageToken
string
No
—
Page token returned from a previous list request to retrieve the next page of results.
Show inputSchema
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "pageSize": { "type": "integer", "description": "Maximum number of organizations to return. The service may return fewer than this value." }, "pageToken": { "type": "string", "description": "Page token returned from a previous list request to retrieve the next page of results." } }, "required": [ "PCID" ]}
The month for which to retrieve usage data, in YYYY-MM format (e.g., 2025-01).
pageSize
integer
No
—
Maximum number of property usage records to return.
pageToken
string
No
—
Page token for pagination.
Show inputSchema
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "organizationId": { "type": "string", "description": "The ID of the organization." }, "month": { "type": "string", "description": "The month for which to retrieve usage data, in YYYY-MM format (e.g., 2025-01)." }, "pageSize": { "type": "integer", "description": "Maximum number of property usage records to return." }, "pageToken": { "type": "string", "description": "Page token for pagination." } }, "required": [ "PCID", "organizationId", "month" ]}
Resource name of the Analytics property to update. Format: analyticsadmin.googleapis.com/properties/{propertyId}
serviceLevel
string
Yes
—
The service level to set for the property.
Show inputSchema
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "organizationId": { "type": "string", "description": "The ID of the parent organization." }, "analyticsAccountLinkId": { "type": "string", "description": "The ID of the analytics account link." }, "analyticsProperty": { "type": "string", "description": "Resource name of the Analytics property to update. Format: analyticsadmin.googleapis.com/properties/{propertyId}" }, "serviceLevel": { "type": "string", "description": "The service level to set for the property.", "enum": [ "ANALYTICS_SERVICE_LEVEL_UNSPECIFIED", "STANDARD", "ANALYTICS_360" ] } }, "required": [ "PCID", "organizationId", "analyticsAccountLinkId", "analyticsProperty", "serviceLevel" ]}