Skip to main content

negative_keyword_lists

Overview

Namenegative_keyword_lists
TypeResource
Idgoogledevelopers.displayvideo.negative_keyword_lists

Fields

NameDatatypeDescription
namestringOutput only. The resource name of the negative keyword list.
negativeKeywordListIdstringOutput only. The unique ID of the negative keyword list. Assigned by the system.
targetedLineItemCountstringOutput only. Number of line items that are directly targeting this negative keyword list.
advertiserIdstringOutput only. The unique ID of the advertiser the negative keyword list belongs to.
displayNamestringRequired. The display name of the negative keyword list. Must be UTF-8 encoded with a maximum size of 255 bytes.

Methods

NameAccessible byRequired ParamsDescription
advertisers_negativeKeywordLists_getSELECTadvertisersId, negativeKeywordListsIdGets a negative keyword list given an advertiser ID and a negative keyword list ID.
advertisers_negativeKeywordLists_listSELECTadvertisersIdLists negative keyword lists based on a given advertiser id.
advertisers_negativeKeywordLists_createINSERTadvertisersIdCreates a new negative keyword list. Returns the newly created negative keyword list if successful.
advertisers_negativeKeywordLists_deleteDELETEadvertisersId, negativeKeywordListsIdDeletes a negative keyword list given an advertiser ID and a negative keyword list ID.
advertisers_negativeKeywordLists_patchEXECadvertisersId, negativeKeywordListIdUpdates a negative keyword list. Returns the updated negative keyword list if successful.