[[["わかりやすい","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-09-11 UTC。"],[[["Display & Video 360 API v2 is sunset and this page documents the youtubeAdGroupAds.list method."],["This method allows you to list YouTube ad group ads for a given advertiser, with filtering and sorting options."],["The request body should be empty and the response will contain a list of YouTube ad group ads and a token for pagination."],["You need the `https://www.googleapis.com/auth/display-video` OAuth scope to authorize this request."]]],["This API lists YouTube ad group ads via a `GET` request to `https://displayvideo.googleapis.com/v2/advertisers/{advertiserId}/youtubeAdGroupAds`. The `advertiserId` path parameter is required. Optional query parameters include `pageSize`, `pageToken`, `orderBy` (e.g., by displayName or entityStatus), and `filter` to refine the list (e.g., by adGroupId). The empty request body returns a response with a list of ad group ads and a `nextPageToken` for pagination, authorized through OAuth scope `https://www.googleapis.com/auth/display-video`.\n"]]