[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-04-02 (世界標準時間)。"],[[["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"]]