[[["เข้าใจง่าย","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-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"]]