[[["易于理解","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"]],["最后更新时间 (UTC):2025-01-14。"],[[["Lists all ChannelGroups associated with a specific Google Analytics 4 property."],["Allows filtering by page size and navigating through results with pagination."],["The response includes a list of ChannelGroups and a token for accessing subsequent pages, if available."],["Requires appropriate authorization with either read-only or edit access to Google Analytics."]]],["This document details how to list ChannelGroups within a property using the Google Analytics Admin API. The core action is performing a `GET` request to a specific URL, structured with a required `parent` path parameter indicating the property ID. Optional query parameters include `pageSize` and `pageToken` for pagination. The request body must be empty. Successful responses contain a list of `channelGroups` and a `nextPageToken` for further pagination. Authorization requires specific OAuth scopes: `analytics.readonly` or `analytics.edit`.\n"]]