AdvertisersNegativeKeywordLists
class AdvertisersNegativeKeywordLists extends Resource (View source)
The "negativeKeywordLists" collection of methods.
Typical usage is:
$displayvideoService = new Google\Service\DisplayVideo(...);
$negativeKeywordLists = $displayvideoService->advertisers_negativeKeywordLists;
Methods
Creates a new negative keyword list. Returns the newly created negative keyword list if successful. (negativeKeywordLists.create)
Deletes a negative keyword list given an advertiser ID and a negative keyword list ID. (negativeKeywordLists.delete)
Gets a negative keyword list given an advertiser ID and a negative keyword list ID. (negativeKeywordLists.get)
Lists negative keyword lists based on a given advertiser id.
Updates a negative keyword list. Returns the updated negative keyword list if successful. (negativeKeywordLists.patch)
Details
NegativeKeywordList
create(string $advertiserId, NegativeKeywordList $postBody, array $optParams = [])
Creates a new negative keyword list. Returns the newly created negative keyword list if successful. (negativeKeywordLists.create)
DisplayvideoEmpty
delete(string $advertiserId, string $negativeKeywordListId, array $optParams = [])
Deletes a negative keyword list given an advertiser ID and a negative keyword list ID. (negativeKeywordLists.delete)
NegativeKeywordList
get(string $advertiserId, string $negativeKeywordListId, array $optParams = [])
Gets a negative keyword list given an advertiser ID and a negative keyword list ID. (negativeKeywordLists.get)
ListNegativeKeywordListsResponse
listAdvertisersNegativeKeywordLists(string $advertiserId, array $optParams = [])
Lists negative keyword lists based on a given advertiser id.
(negativeKeywordLists.listAdvertisersNegativeKeywordLists)
NegativeKeywordList
patch(string $advertiserId, string $negativeKeywordListId, NegativeKeywordList $postBody, array $optParams = [])
Updates a negative keyword list. Returns the updated negative keyword list if successful. (negativeKeywordLists.patch)