REST Resource: advertisers.negativeKeywordLists.negativeKeywords
Stay organized with collections
Save and categorize content based on your preferences.
Resource: NegativeKeyword
A negatively targeted keyword that belongs to a negative keyword list.
JSON representation |
{
"name": string,
"keywordValue": string
} |
Fields |
name |
string
Output only. The resource name of the negative keyword.
|
keywordValue |
string
Required. Immutable. The negatively targeted keyword, for example car insurance . Must be UTF-8 encoded with a maximum size of 255 bytes. Maximum number of characters is 80. Maximum number of words is 10. Valid characters are restricted to ASCII characters only. The only URL-escaping permitted is for representing whitespace between words. Leading or trailing whitespace is ignored.
|
Methods |
|
Bulk edits negative keywords in a single negative keyword list. |
|
Creates a negative keyword in a negative keyword list. |
|
Deletes a negative keyword from a negative keyword list. |
|
Lists negative keywords in a negative keyword list. |
|
Replaces all negative keywords in a single 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 NegativeKeyword resource represents a negatively targeted keyword within a negative keyword list, preventing ads from showing on searches containing that keyword."],["NegativeKeywords have two key properties: `name` (resource name) and `keywordValue` (the targeted keyword itself, with restrictions on length, characters, and formatting)."],["You can manage NegativeKeywords using methods like `create`, `delete`, `list`, `bulkEdit`, and `replace` to curate your negative keyword lists and control ad targeting."]]],["NegativeKeywords are keywords that prevent ads from appearing. They have a `name` and a required `keywordValue`, limited to 80 characters and 10 words, using UTF-8 encoding. The primary actions are managing NegativeKeywords within lists. This includes `create` to add a new keyword, `delete` to remove it, and `list` to view existing ones. `bulkEdit` allows modification of multiple keywords simultaneously, and `replace` swaps all the existing ones.\n"]]