A partire dall'
8 settembre 2025, ogni nuovo elemento pubblicitario dovrà dichiarare se pubblicherà o meno annunci politici dell'Unione Europea (UE). I caricamenti di API Display & Video 360 e SDF che non forniscono dichiarazioni non andranno a buon fine. Consulta la nostra
pagina dei ritiri per ulteriori dettagli su come aggiornare l'integrazione per effettuare questa dichiarazione.
DeleteAssignedTargetingOptionsRequest
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Una richiesta che elenca le opzioni di targeting assegnate di un determinato tipo di targeting deve essere eliminata.
Rappresentazione JSON |
{
"targetingType": enum (TargetingType ),
"assignedTargetingOptionIds": [
string
]
} |
Campi |
targetingType |
enum (TargetingType )
Obbligatorio. Identifica il tipo di questa opzione di targeting assegnata.
|
assignedTargetingOptionIds[] |
string
Obbligatorio. Gli ID opzione di targeting assegnati da eliminare.
|
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2025-07-25 UTC.
[null,null,["Ultimo aggiornamento 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. |"]]