Skip to main content

negative_keywords

Overview

Namenegative_keywords
TypeResource
Idgoogledevelopers.displayvideo.negative_keywords

Fields

NameDatatypeDescription
nextPageTokenstringA token to retrieve the next page of results. Pass this value in the page_token field in the subsequent call to ListNegativeKeywords method to retrieve the next page of results.
negativeKeywordsarrayThe list of negative keywords. This list will be absent if empty.

Methods

NameAccessible byRequired ParamsDescription
advertisers_negativeKeywordLists_negativeKeywords_listSELECTadvertisersId, negativeKeywordListsIdLists negative keywords in a negative keyword list.
advertisers_negativeKeywordLists_negativeKeywords_createINSERTadvertiserId, negativeKeywordListsIdCreates a negative keyword in a negative keyword list.
advertisers_negativeKeywordLists_negativeKeywords_deleteDELETEadvertiserId, negativeKeywordListsId, negativeKeywordsIdDeletes a negative keyword from a negative keyword list.
advertisers_negativeKeywordLists_negativeKeywords_bulkEditEXECadvertiserId, negativeKeywordListsIdBulk edits negative keywords in a single negative keyword list. The operation will delete the negative keywords provided in BulkEditNegativeKeywordsRequest.deleted_negative_keywords and then create the negative keywords provided in BulkEditNegativeKeywordsRequest.created_negative_keywords. This operation is guaranteed to be atomic and will never result in a partial success or partial failure.
advertisers_negativeKeywordLists_negativeKeywords_replaceEXECadvertiserId, negativeKeywordListsIdReplaces all negative keywords in a single negative keyword list. The operation will replace the keywords in a negative keyword list with keywords provided in ReplaceNegativeKeywordsRequest.new_negative_keywords.