某個廣告客戶的所有 ENTITY_STATUS_ACTIVE 或 ENTITY_STATUS_PAUSEDYOUTUBE_AND_PARTNERS_AD_GROUP_FORMAT_IN_STREAM 個廣告群組:(entityStatus="ENTITY_STATUS_ACTIVE" OR
entityStatus="ENTITY_STATUS_PAUSED") AND
adGroupFormat="YOUTUBE_AND_PARTNERS_AD_GROUP_FORMAT_IN_STREAM"
[null,null,["上次更新時間:2024-09-12 (世界標準時間)。"],[[["Lists YouTube ad groups for a specified advertiser using the Display & Video 360 API."],["Supports filtering and sorting options for retrieving specific ad group data."],["Requires authorization with the `https://www.googleapis.com/auth/display-video` scope."],["The API uses pagination to return large result sets; retrieve subsequent pages using the `nextPageToken`."],["Provides details like ad group ID, display name, entity status, and associated line item ID."]]],["This document details the API for listing YouTube ad groups within Display & Video 360. It uses a `GET` request to `https://displayvideo.googleapis.com/v2/advertisers/{advertiserId}/youtubeAdGroups`, requiring an `advertiserId` path parameter. Query parameters allow for pagination (`pageSize`, `pageToken`), sorting (`orderBy`), and filtering (`filter`). The request body is empty, and the successful response includes a list of `youtubeAdGroups` and a `nextPageToken` for pagination. The API requires the `https://www.googleapis.com/auth/display-video` authorization scope.\n"]]