Method: advertisers.negativeKeywordLists.negativeKeywords.create
Crea una parola chiave esclusa in un elenco di parole chiave escluse.
Richiesta HTTP
POST https://displayvideo.googleapis.com/v3/advertisers/{advertiserId}/negativeKeywordLists/{negativeKeywordListId}/negativeKeywords
L'URL utilizza la sintassi di transcodifica gRPC.
Parametri del percorso
Parametri |
advertiserId |
string (int64 format)
Obbligatorio. L'ID dell'inserzionista DV360 a cui appartiene l'elenco di parole chiave escluse principale.
|
negativeKeywordListId |
string (int64 format)
Obbligatorio. L'ID dell'elenco di parole chiave escluse principale in cui verrà creata la parola chiave esclusa.
|
Corpo della richiesta
Il corpo della richiesta contiene un'istanza di NegativeKeyword
.
Corpo della risposta
In caso di esito positivo, il corpo della risposta contiene un'istanza di NegativeKeyword
appena creata.
Ambiti di autorizzazione
Richiede il seguente ambito OAuth:
https://www.googleapis.com/auth/display-video
Per ulteriori informazioni, consulta la sezione OAuth 2.0 Overview.
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-02-25 UTC.
[null,null,["Ultimo aggiornamento 2025-02-25 UTC."],[[["Creates a negative keyword within a specified negative keyword list for a given advertiser in Display & Video 360."],["Requires providing the advertiser ID and negative keyword list ID as path parameters in the HTTP request."],["The request body should contain details of the negative keyword to be created, as defined in the NegativeKeyword object."],["Upon successful execution, the API returns the newly created negative keyword object in the response body."],["Utilizes OAuth 2.0 for authorization and requires the `https://www.googleapis.com/auth/display-video` scope."]]],["This describes how to create a negative keyword within a specified list. A `POST` request is sent to the provided URL, including the `advertiserId` and `negativeKeywordListId` as required path parameters. The request body contains the new `NegativeKeyword` data. Upon success, the response body returns the newly created `NegativeKeyword` object. This process requires OAuth authorization with the `https://www.googleapis.com/auth/display-video` scope.\n"]]