AdvertisersNegativeKeywordListsNegativeKeywords
class AdvertisersNegativeKeywordListsNegativeKeywords extends Resource (View source)
The "negativeKeywords" collection of methods.
Typical usage is:
$displayvideoService = new Google\Service\DisplayVideo(...);
$negativeKeywords = $displayvideoService->advertisers_negativeKeywordLists_negativeKeywords;
Methods
Bulk 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. (negativeKeywords.bulkEdit)
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. The operation will replace the keywords in a negative keyword list with keywords provided in ReplaceNegativeKeywordsRequest.new_negative_keywords.
Details
BulkEditNegativeKeywordsResponse
bulkEdit(string $advertiserId, string $negativeKeywordListId, BulkEditNegativeKeywordsRequest $postBody, array $optParams = [])
Bulk 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. (negativeKeywords.bulkEdit)
NegativeKeyword
create(string $advertiserId, string $negativeKeywordListId, NegativeKeyword $postBody, array $optParams = [])
Creates a negative keyword in a negative keyword list.
(negativeKeywords.create)
DisplayvideoEmpty
delete(string $advertiserId, string $negativeKeywordListId, string $keywordValue, array $optParams = [])
Deletes a negative keyword from a negative keyword list.
(negativeKeywords.delete)
ListNegativeKeywordsResponse
listAdvertisersNegativeKeywordListsNegativeKeywords(string $advertiserId, string $negativeKeywordListId, array $optParams = [])
Lists negative keywords in a negative keyword list.
(negativeKeywords.listAdvertisersNegativeKeywordListsNegativeKeywords)
ReplaceNegativeKeywordsResponse
replace(string $advertiserId, string $negativeKeywordListId, ReplaceNegativeKeywordsRequest $postBody, array $optParams = [])
Replaces 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.
(negativeKeywords.replace)