制限は AND と OR で組み合わせることができます。制限のシーケンスでは、暗黙的に AND が使用されます。
制限の形式は {field} {operator} {value} です。
すべてのフィールドで EQUALS (=) 演算子を使用する必要があります。
サポートされているプロパティ:
adGroupId
displayName
entityStatus
lineItemId
adGroupFormat
例:
広告申込情報 lineItemId="1234" のすべての広告グループ
広告主様のすべての ENTITY_STATUS_ACTIVE または ENTITY_STATUS_PAUSEDAD_GROUP_FORMAT_IN_STREAM 広告グループ: (entityStatus="ENTITY_STATUS_ACTIVE" OR
entityStatus="ENTITY_STATUS_PAUSED") AND
adGroupFormat="AD_GROUP_FORMAT_IN_STREAM"
[[["わかりやすい","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"]],["最終更新日 2025-07-25 UTC。"],[],["This document outlines the `adGroups.list` method in the Display & Video 360 API v4. It details how to retrieve a list of ad groups associated with a specific advertiser. Key actions include sending a GET request to a specified URL, using the `advertiserId` as a path parameter. Optional query parameters like `pageSize`, `pageToken`, `orderBy`, and `filter` enable result customization. The response returns a list of `adGroups` and a `nextPageToken` for pagination. The request body should be empty, and specific OAuth scopes are needed for authorization.\n"],null,[]]