[[["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-01-09 UTC."],[[["Creates a new negative keyword list for a specified DV360 advertiser using an HTTP POST request."],["Requires providing the advertiser ID as a path parameter and a NegativeKeywordList object in the request body."],["Returns the newly created NegativeKeywordList object in the response if successful."],["Needs authorization with the `https://www.googleapis.com/auth/display-video` scope."]]],["This document details how to create a new negative keyword list for a DV360 advertiser. The core action is sending a `POST` request to the specified URL: `https://displayvideo.googleapis.com/v3/advertisers/{advertiserId}/negativeKeywordLists`. The request requires an `advertiserId` path parameter. The request body must contain a `NegativeKeywordList` instance. A successful response returns the newly created `NegativeKeywordList`. The operation requires the `https://www.googleapis.com/auth/display-video` authorization scope.\n"]]