2025 年 9 月 8 日以降、すべての新しい広告申込情報で、欧州連合(EU)の政治広告を配信するかどうかを宣言する必要があります。宣言が提供されていないディスプレイ&ビデオ 360 API と SDF のアップロードは失敗します。統合を更新してこの宣言を行う方法について詳しくは、
非推奨のページをご覧ください。
DeleteAssignedTargetingOptionsRequest
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
特定のターゲティング タイプの割り当て済みターゲティング オプションをリストするリクエストを削除する必要があります。
JSON 表現 |
{
"targetingType": enum (TargetingType ),
"assignedTargetingOptionIds": [
string
]
} |
フィールド |
targetingType |
enum (TargetingType )
必須。この割り当てられたターゲティング オプションのタイプを識別します。
|
assignedTargetingOptionIds[] |
string
必須。削除する割り当て済みのターゲティング オプション ID。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 2025-07-25 UTC。"],[],["The Display & Video 360 API v4, currently in beta, allows for deleting assigned targeting options of a specific type. A deletion request requires a JSON representation specifying the `targetingType` (an enumerated value) and an array of `assignedTargetingOptionIds` (strings) to be removed. The `targetingType` identifies the kind of targeting, while the `assignedTargetingOptionIds` indicate the specific options to delete. Both fields are mandatory for a successful deletion request.\n"],null,["# DeleteAssignedTargetingOptionsRequest\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nA request listing which assigned targeting options of a given targeting type should be deleted.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"targetingType\": enum (/display-video/api/reference/rest/v4/TargetingType), \"assignedTargetingOptionIds\": [ string ] } ``` |\n\n| Fields ||\n|--------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------|\n| `targetingType` | `enum (`[TargetingType](/display-video/api/reference/rest/v4/TargetingType)`)` Required. Identifies the type of this assigned targeting option. |\n| `assignedTargetingOptionIds[]` | `string` Required. The assigned targeting option IDs to delete. |"]]