The maximum number of resources to return. If unspecified, at most 50 resources will be returned. The maximum value is 200 (higher values will be coerced to the maximum).
pageToken
string
A page token, received from a previous customDimensions.list call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to customDimensions.list must match the call that provided the page token.
Request body
The request body must be empty.
Response body
Response message for customDimensions.list RPC.
If successful, the response body contains data with the following structure:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-14 UTC."],[[["Lists all CustomDimensions on a specified Google Analytics 4 property."],["Allows filtering by page size and utilizes pagination for retrieving large datasets."],["Requires specific authorization scopes for data access."],["Provides details on the HTTP request structure, including path and query parameters."],["Returns a list of CustomDimensions and a token for accessing subsequent pages if available."]]],["This document details how to list custom dimensions associated with a Google Analytics property. The core action is sending a `GET` request to `https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/customDimensions`. The `parent` path parameter, representing the property ID, is required. Optional query parameters `pageSize` (up to 200) and `pageToken` are available for pagination. The request body must be empty. The response contains a list of `customDimensions` and a `nextPageToken` for further pagination. Access requires either `analytics.readonly` or `analytics.edit` authorization scopes.\n"]]