Required. The property for which to list ChannelGroups. Example format: properties/1234
Query parameters
Parameters
pageSize
integer
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 channelGroups.list call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to channelGroups.list must match the call that provided the page token.
Request body
The request body must be empty.
Response body
Response message for channelGroups.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 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"]]