Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2023/12/02 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Il n'y a pas l'information dont j'ai besoin","missingTheInformationINeed","thumb-down"],["Trop compliqué/Trop d'étapes","tooComplicatedTooManySteps","thumb-down"],["Obsolète","outOfDate","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Mauvais exemple/Erreur de code","samplesCodeIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 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"]]