Una parola chiave con targeting per esclusione che appartiene a un elenco di parole chiave escluse.
Rappresentazione JSON
{"name": string,"keywordValue": string}
Campi
name
string
Solo output. Il nome risorsa della parola chiave esclusa.
keywordValue
string
Obbligatorio. Immutabile. La parola chiave con targeting per esclusione, ad esempio car insurance.
Deve essere codificata in UTF-8 con una dimensione massima di 255 byte. Il numero massimo di caratteri è 80. Il numero massimo di parole è 10.
I caratteri validi si limitano ai caratteri ASCII. L'unico URL di escape consentito è per rappresentare gli spazi vuoti tra le parole. Lo spazio vuoto iniziale o finale viene ignorato.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2024-08-21 UTC."],[[["Display & Video 360 API v1 is sunsetted."],["A NegativeKeyword resource represents a negatively targeted keyword within a negative keyword list."],["NegativeKeyword resources have a `name` and `keywordValue` attribute, the latter being the targeted keyword itself with restrictions on character length and encoding."],["Several methods like `bulkEdit`, `create`, `delete`, `list`, and `replace` are available to manage NegativeKeyword resources within negative keyword lists."]]],["The core content details the `NegativeKeyword` resource within the Display & Video 360 API. This resource represents a negatively targeted keyword with `name` and `keywordValue` fields. `keywordValue` must be a UTF-8 encoded string (max 255 bytes, 80 characters, 10 words). Available methods include `bulkEdit`, `create`, `delete`, `list`, and `replace`, allowing for bulk changes, individual creations/deletions, listing, and full replacement of negative keywords within lists. The v1 version of the API has been sunset.\n"]]