The Display & Video 360 API is rolling out Demand Gen resource support to all partners starting June 10, 2026. See our blog post for more details on how to get ready!
Method: advertisers.negativeKeywordLists.negativeKeywords.create
Stay organized with collections
Save and categorize content based on your preferences.
Page Summary
Display & Video 360 API v2 has sunset.
This page details how to create a negative keyword in a negative keyword list using a POST request to the provided API endpoint.
The request requires the advertiserId and negativeKeywordListId as path parameters.
The request body should contain an instance of NegativeKeyword.
Successful responses will contain a newly created NegativeKeyword instance and require the https://www.googleapis.com/auth/display-video OAuth scope.
[[["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 2024-09-18 UTC."],[],["The provided content outlines how to create a negative keyword within a negative keyword list using the Display & Video 360 API. Key actions include making a `POST` request to a specific URL using gRPC Transcoding syntax, which needs the `advertiserId` and `negativeKeywordListId` as path parameters. The request body requires an instance of `NegativeKeyword`, and a successful response will return the newly created `NegativeKeyword`. Authorization requires the `https://www.googleapis.com/auth/display-video` OAuth scope.\n"]]