REST Resource: advertisers.negativeKeywordLists
Stay organized with collections
Save and categorize content based on your preferences.
Resource: NegativeKeywordList
A list of negative keywords used for targeting.
JSON representation |
{
"name": string,
"negativeKeywordListId": string,
"displayName": string,
"advertiserId": string,
"targetedLineItemCount": string
} |
Fields |
name |
string
Output only. The resource name of the negative keyword list.
|
negativeKeywordListId |
string (int64 format)
Output only. The unique ID of the negative keyword list. Assigned by the system.
|
displayName |
string
Required. The display name of the negative keyword list. Must be UTF-8 encoded with a maximum size of 255 bytes.
|
advertiserId |
string (int64 format)
Output only. The unique ID of the advertiser the negative keyword list belongs to.
|
targetedLineItemCount |
string (int64 format)
Output only. Number of line items that are directly targeting this negative keyword list.
|
Methods |
|
Creates a new negative keyword list. |
|
Deletes a negative keyword list given an advertiser ID and a negative keyword list ID. |
|
Gets a negative keyword list given an advertiser ID and a negative keyword list ID. |
|
Lists negative keyword lists based on a given advertiser id. |
|
Updates a negative keyword list. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[[["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."],[[["A `NegativeKeywordList` is a resource in Display & Video 360 that allows advertisers to exclude certain keywords from their targeting."],["It includes attributes like `name`, `negativeKeywordListId`, `displayName`, `advertiserId`, and `targetedLineItemCount`."],["You can manage negative keyword lists through methods such as creating, deleting, getting, listing, and patching."],["`displayName` is a required field when creating a negative keyword list, while other fields like `negativeKeywordListId` and `advertiserId` are automatically assigned."],["Negative keyword lists help refine targeting by ensuring ads are not shown for irrelevant searches or content."]]],["NegativeKeywordList is a resource for targeting, with a JSON structure including `name`, `negativeKeywordListId`, `displayName`, `advertiserId`, and `targetedLineItemCount`. Key actions include creating a new list (`create`), deleting a list (`delete`), retrieving a specific list (`get`), listing all lists for an advertiser (`list`), and updating an existing list (`patch`). These lists are tied to advertisers and indicate how many line items target them.\n"]]