[[["เข้าใจง่าย","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"]],["อัปเดตล่าสุด 2024-06-11 UTC"],[[["This page documents the `channels.list` method, used to retrieve a list of channels within Display & Video 360."],["The method allows filtering and sorting of channels by parameters like `displayName`, `channelId`, and `pageSize`."],["Channels can be owned by either a partner or an advertiser, specified using `partnerId` or `advertiserId` respectively."],["Authentication is required using the `https://www.googleapis.com/auth/display-video` OAuth scope."]]],["The Display & Video 360 API v2 has sunset. To list channels for a partner or advertiser, a `GET` request is made to `https://displayvideo.googleapis.com/v2/advertisers/{advertiserId}/channels`. The `owner` path parameter identifies the channel owner (partner or advertiser). Query parameters include `pageSize`, `pageToken`, `orderBy` for sorting, and `filter` for filtering by `displayName`. The request body must be empty, and successful responses return a `ListChannelsResponse`. OAuth scope `https://www.googleapis.com/auth/display-video` is required.\n"]]