DeleteAssignedTargetingOptionsRequest
特定のターゲティング タイプの割り当て済みターゲティング オプションをリストするリクエストを削除する必要があります。
JSON 表現 |
{
"targetingType": enum (TargetingType ),
"assignedTargetingOptionIds": [
string
]
} |
フィールド |
targetingType |
enum (TargetingType )
必須。この割り当てられたターゲティング オプションのタイプを識別します。
|
assignedTargetingOptionIds[] |
string
必須。削除する割り当て済みのターゲティング オプション ID。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-11-06 UTC。
[null,null,["最終更新日 2024-11-06 UTC。"],[[["This request is used to delete assigned targeting options of a specified targeting type."],["It requires specifying the `targetingType` and an array of `assignedTargetingOptionIds` to be removed."],["The request utilizes a JSON structure for defining the parameters."]]],[]]