[null,null,["最后更新时间 (UTC):2024-06-11。"],[[["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"]]