制限は AND と OR と組み合わせることができます。一連の制限では、暗黙的に AND が使用されます。
制限の形式は {field} {operator} {value} です。
すべてのフィールドで EQUALS (=) 演算子を使用する必要があります。
サポートされているプロパティ:
adGroupId
displayName
entityStatus
lineItemId
adGroupFormat
例:
広告申込情報のすべての広告グループ: lineItemId="1234"
広告主のすべての「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 UTC。"],[[["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"]]