negative_keyword_lists
Overview
Name | negative_keyword_lists |
Type | Resource |
Id | googledevelopers.displayvideo.negative_keyword_lists |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Output only. The resource name of the negative keyword list. |
negativeKeywordListId | string | Output only. The unique ID of the negative keyword list. Assigned by the system. |
targetedLineItemCount | string | Output only. Number of line items that are directly targeting this negative keyword list. |
advertiserId | string | Output only. The unique ID of the advertiser the negative keyword list belongs to. |
displayName | string | Required. The display name of the negative keyword list. Must be UTF-8 encoded with a maximum size of 255 bytes. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
advertisers_negativeKeywordLists_get | SELECT | advertisersId, negativeKeywordListsId | Gets a negative keyword list given an advertiser ID and a negative keyword list ID. |
advertisers_negativeKeywordLists_list | SELECT | advertisersId | Lists negative keyword lists based on a given advertiser id. |
advertisers_negativeKeywordLists_create | INSERT | advertisersId | Creates a new negative keyword list. Returns the newly created negative keyword list if successful. |
advertisers_negativeKeywordLists_delete | DELETE | advertisersId, negativeKeywordListsId | Deletes a negative keyword list given an advertiser ID and a negative keyword list ID. |
advertisers_negativeKeywordLists_patch | EXEC | advertisersId, negativeKeywordListId | Updates a negative keyword list. Returns the updated negative keyword list if successful. |