AI-generated Key Takeaways
- 
          
Display & Video 360 API v3 has sunset and users should use v4 instead.
 - 
          
A NegativeKeywordList is a resource used for targeting and belongs to a specific advertiser.
 - 
          
Key fields for a NegativeKeywordList include its unique ID, display name, advertiser ID, and the count of targeted line items.
 - 
          
Available methods for interacting with NegativeKeywordList resources include creating, deleting, getting, listing, and patching them.
 
Resource: NegativeKeywordList
A list of negative keywords used for targeting.
| JSON representation | 
|---|
{ "name": string, "negativeKeywordListId": string, "displayName": string, "advertiserId": string, "targetedLineItemCount": string }  | 
              
| Fields | |
|---|---|
name | 
                
                   
 Output only. The resource name of the negative keyword list.  | 
              
negativeKeywordListId | 
                
                   
 Output only. The unique ID of the negative keyword list. Assigned by the system.  | 
              
displayName | 
                
                   
 Required. The display name of the negative keyword list. Must be UTF-8 encoded with a maximum size of 255 bytes.  | 
              
advertiserId | 
                
                   
 Output only. The unique ID of the advertiser the negative keyword list belongs to.  | 
              
targetedLineItemCount | 
                
                   
 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. |