AI-generated Key Takeaways
- 
          
NegativeKeyword represents a negatively targeted keyword that is part of a negative keyword list.
 - 
          
The
keywordValuefield, which is required and immutable, specifies the actual keyword string with specific formatting constraints. - 
          
Various methods are available to manage negative keywords, including bulk editing, creating, deleting, listing, and replacing them within a list.
 
Resource: NegativeKeyword
A negatively targeted keyword that belongs to a negative keyword list.
| JSON representation | 
|---|
{ "name": string, "keywordValue": string }  | 
              
| Fields | |
|---|---|
name | 
                
                   
 Output only. The resource name of the negative keyword.  | 
              
keywordValue | 
                
                   
 Required. Immutable. The negatively targeted keyword, for example  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. |