POST https://displayvideo.googleapis.com/v3/advertisers/{advertiserId}/negativeKeywordLists/{negativeKeywordListId}/negativeKeywords:replace
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["Replaces all negative keywords within a specified negative keyword list using the provided new keywords."],["Utilizes an HTTP POST request to the Display & Video 360 API with specific advertiser and negative keyword list IDs."],["Requires providing a request body containing a list of new negative keywords in JSON format."],["Returns a response body with a list of all negative keywords present in the list after the replacement in JSON format."],["Needs authorization with the `https://www.googleapis.com/auth/display-video` scope."]]],["This outlines the process of replacing negative keywords in a list using a `POST` request to a specified URL. Key actions include providing the `advertiserId` and `negativeKeywordListId` in the URL path. The request body contains a list of `newNegativeKeywords` to replace existing ones. The response body returns the updated list of all `negativeKeywords` in the list. This requires authorization using a specific OAuth scope.\n"]]