DeleteAssignedTargetingOptionsRequest
A request listing which assigned targeting options of a given targeting type should be deleted.
JSON representation |
{
"targetingType": enum (TargetingType ),
"assignedTargetingOptionIds": [
string
]
} |
Fields |
targetingType |
enum (TargetingType )
Required. Identifies the type of this assigned targeting option.
|
assignedTargetingOptionIds[] |
string
Required. The assigned targeting option IDs to delete.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-06 UTC.
[null,null,["Last updated 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."]]],[]]