AI-generated Key Takeaways
-
Display & Video 360 API v2 has sunset.
-
This page describes how to create a new negative keyword list using the DV360 API.
-
A successful creation returns the newly created negative keyword list.
-
The request requires the advertiser ID as a path parameter and an instance of NegativeKeywordList in the request body.
-
The request requires the
https://www.googleapis.com/auth/display-video
OAuth scope for authorization.
Creates a new negative keyword list. Returns the newly created negative keyword list if successful.
HTTP request
POST https://displayvideo.googleapis.com/v2/advertisers/{advertiserId}/negativeKeywordLists
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
advertiserId |
Required. The ID of the DV360 advertiser to which the negative keyword list will belong. |
Request body
The request body contains an instance of NegativeKeywordList
.
Response body
If successful, the response body contains a newly created instance of NegativeKeywordList
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/display-video
For more information, see the OAuth 2.0 Overview.