Una parola chiave scelta come target per escluderla che appartiene a un elenco di parole chiave escluse.
Rappresentazione JSON
{"name": string,"keywordValue": string}
Campi
name
string
Solo output. Il nome della risorsa della parola chiave esclusa.
keywordValue
string
Obbligatorio. Immutabile. La parola chiave esclusa, ad esempio car insurance.
Deve essere codificato 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 sono limitati ai caratteri ASCII. L'unico carattere di escape URL consentito è per rappresentare gli spazi 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-11-07 UTC."],[[["A `NegativeKeyword` resource represents a negatively targeted keyword within a negative keyword list, preventing ads from showing on searches containing that keyword."],["`NegativeKeyword` resources have two main fields: `name` (resource name) and `keywordValue` (the actual keyword, with restrictions on length, encoding, and characters)."],["Display & Video 360 API provides methods to manage `NegativeKeyword` resources, including creating, deleting, listing, bulk editing, and replacing them within negative keyword lists."]]],["Negative keywords are used for negative targeting within a list. They are represented in JSON with a `name` and a required `keywordValue` string. `keywordValue` must be UTF-8 encoded, under 255 bytes, 80 characters, and 10 words, using only ASCII characters. Actions include creating, deleting, and listing individual negative keywords. Bulk editing and replacing all keywords in a list are also possible. The `name` field is output-only, while `keywordValue` is immutable.\n"]]