制限は 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"]],["最終更新日 2024-11-07 UTC。"],[[["Lists ad groups belonging to a specified advertiser using the `GET` method and the `adGroups.list` endpoint."],["Allows filtering, sorting, and pagination of results via query parameters such as `filter`, `orderBy`, `pageSize`, and `pageToken`."],["Request body should be empty, and the response includes an array of `AdGroup` objects and a `nextPageToken` for retrieving further results."],["Requires authorization with the `https://www.googleapis.com/auth/display-video` scope."]]],[]]