Consente di aggiornare un elenco di parole chiave escluse. Restituisce l'elenco di parole chiave escluse aggiornato, se l'operazione ha esito positivo.
[[["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 2023-12-02 UTC."],[[["Display & Video 360 API v1 is sunset and this documentation details updating negative keyword lists within the platform."],["The API utilizes an HTTP PATCH request to `https://displayvideo.googleapis.com/v1/advertisers/{advertiserId}/negativeKeywordLists/{negativeKeywordList.negativeKeywordListId}` for updating the lists."],["Required parameters include advertiser ID, negative keyword list ID, and an update mask to specify fields for modification."],["A successful update returns the modified negative keyword list in the response body."],["Authorization requires the `https://www.googleapis.com/auth/display-video` OAuth scope."]]],["This document outlines the process for updating a negative keyword list via the Display & Video 360 API. Key actions include sending a `PATCH` request to a specified URL, using the advertiser's ID and the negative keyword list's ID in the path. The `updateMask` query parameter controls which fields are updated. The request and response bodies both contain a `NegativeKeywordList` instance. The process requires `https://www.googleapis.com/auth/display-video` OAuth scope for authorization. The API v1 has been sunset.\n"]]