public class DisplayVideo.Advertisers.NegativeKeywordLists.NegativeKeywords extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
DisplayVideo.Advertisers.NegativeKeywordLists.NegativeKeywords.BulkEdit |
class |
DisplayVideo.Advertisers.NegativeKeywordLists.NegativeKeywords.Create |
class |
DisplayVideo.Advertisers.NegativeKeywordLists.NegativeKeywords.Delete |
class |
DisplayVideo.Advertisers.NegativeKeywordLists.NegativeKeywords.List |
class |
DisplayVideo.Advertisers.NegativeKeywordLists.NegativeKeywords.Replace |
| Constructor and Description |
|---|
NegativeKeywords() |
| Modifier and Type | Method and Description |
|---|---|
DisplayVideo.Advertisers.NegativeKeywordLists.NegativeKeywords.BulkEdit |
bulkEdit(Long advertiserId,
Long negativeKeywordListId,
BulkEditNegativeKeywordsRequest content)
Bulk edits negative keywords in a single negative keyword list.
|
DisplayVideo.Advertisers.NegativeKeywordLists.NegativeKeywords.Create |
create(Long advertiserId,
Long negativeKeywordListId,
NegativeKeyword content)
Creates a negative keyword in a negative keyword list.
|
DisplayVideo.Advertisers.NegativeKeywordLists.NegativeKeywords.Delete |
delete(Long advertiserId,
Long negativeKeywordListId,
String keywordValue)
Deletes a negative keyword from a negative keyword list.
|
DisplayVideo.Advertisers.NegativeKeywordLists.NegativeKeywords.List |
list(Long advertiserId,
Long negativeKeywordListId)
Lists negative keywords in a negative keyword list.
|
DisplayVideo.Advertisers.NegativeKeywordLists.NegativeKeywords.Replace |
replace(Long advertiserId,
Long negativeKeywordListId,
ReplaceNegativeKeywordsRequest content)
Replaces all negative keywords in a single negative keyword list.
|
public DisplayVideo.Advertisers.NegativeKeywordLists.NegativeKeywords.BulkEdit bulkEdit(Long advertiserId, Long negativeKeywordListId, BulkEditNegativeKeywordsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.advertiserId - Required. The ID of the DV360 advertiser to which the parent negative keyword list belongs.negativeKeywordListId - Required. The ID of the parent negative keyword list to which the negative keywords belong.content - the BulkEditNegativeKeywordsRequestIOExceptionpublic DisplayVideo.Advertisers.NegativeKeywordLists.NegativeKeywords.Create create(Long advertiserId, Long negativeKeywordListId, NegativeKeyword content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.advertiserId - Required. The ID of the DV360 advertiser to which the parent negative keyword list belongs.negativeKeywordListId - Required. The ID of the parent negative keyword list in which the negative keyword will be created.content - the NegativeKeywordIOExceptionpublic DisplayVideo.Advertisers.NegativeKeywordLists.NegativeKeywords.Delete delete(Long advertiserId, Long negativeKeywordListId, String keywordValue) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.advertiserId - Required. The ID of the DV360 advertiser to which the parent negative keyword list belongs.negativeKeywordListId - Required. The ID of the parent negative keyword list to which the negative keyword belongs.keywordValue - Required. The keyword value of the negative keyword to delete.IOExceptionpublic DisplayVideo.Advertisers.NegativeKeywordLists.NegativeKeywords.List list(Long advertiserId, Long negativeKeywordListId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.advertiserId - Required. The ID of the DV360 advertiser to which the parent negative keyword list belongs.negativeKeywordListId - Required. The ID of the parent negative keyword list to which the requested negative keywords
belong.IOExceptionpublic DisplayVideo.Advertisers.NegativeKeywordLists.NegativeKeywords.Replace replace(Long advertiserId, Long negativeKeywordListId, ReplaceNegativeKeywordsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.advertiserId - Required. The ID of the DV360 advertiser to which the parent negative keyword list belongs.negativeKeywordListId - Required. The ID of the parent negative keyword list to which the negative keywords belong.content - the ReplaceNegativeKeywordsRequestIOExceptionCopyright © 2011–2026 Google. All rights reserved.