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 v3 has sunset, and users should use v4 instead.
This page describes how to create a negative keyword within a negative keyword list using a POST request to a specific endpoint.
The request requires advertiserId and negativeKeywordListId as path parameters.
The request and response bodies contain an instance of NegativeKeyword.
This action requires 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 2025-10-08 UTC."],[],["This describes how to create a negative keyword within a specified list. A `POST` request is sent to the provided URL, including the `advertiserId` and `negativeKeywordListId` as required path parameters. The request body contains the new `NegativeKeyword` data. Upon success, the response body returns the newly created `NegativeKeyword` object. This process requires OAuth authorization with the `https://www.googleapis.com/auth/display-video` scope.\n"]]