public class DisplayVideo.Advertisers.NegativeKeywordLists extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
DisplayVideo.Advertisers.NegativeKeywordLists.Create |
class |
DisplayVideo.Advertisers.NegativeKeywordLists.Delete |
class |
DisplayVideo.Advertisers.NegativeKeywordLists.Get |
class |
DisplayVideo.Advertisers.NegativeKeywordLists.List |
class |
DisplayVideo.Advertisers.NegativeKeywordLists.NegativeKeywords
The "negativeKeywords" collection of methods.
|
class |
DisplayVideo.Advertisers.NegativeKeywordLists.Patch |
| Constructor and Description |
|---|
NegativeKeywordLists() |
| Modifier and Type | Method and Description |
|---|---|
DisplayVideo.Advertisers.NegativeKeywordLists.Create |
create(Long advertiserId,
NegativeKeywordList content)
Creates a new negative keyword list.
|
DisplayVideo.Advertisers.NegativeKeywordLists.Delete |
delete(Long advertiserId,
Long negativeKeywordListId)
Deletes a negative keyword list given an advertiser ID and a negative keyword list ID.
|
DisplayVideo.Advertisers.NegativeKeywordLists.Get |
get(Long advertiserId,
Long negativeKeywordListId)
Gets a negative keyword list given an advertiser ID and a negative keyword list ID.
|
DisplayVideo.Advertisers.NegativeKeywordLists.List |
list(Long advertiserId)
Lists negative keyword lists based on a given advertiser id.
|
DisplayVideo.Advertisers.NegativeKeywordLists.NegativeKeywords |
negativeKeywords()
An accessor for creating requests from the NegativeKeywords collection.
|
DisplayVideo.Advertisers.NegativeKeywordLists.Patch |
patch(Long advertiserId,
Long negativeKeywordListId,
NegativeKeywordList content)
Updates a negative keyword list.
|
public DisplayVideo.Advertisers.NegativeKeywordLists.Create create(Long advertiserId, NegativeKeywordList content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.advertiserId - Required. The ID of the DV360 advertiser to which the negative keyword list will belong.content - the NegativeKeywordListIOExceptionpublic DisplayVideo.Advertisers.NegativeKeywordLists.Delete delete(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 negative keyword list belongs.negativeKeywordListId - Required. The ID of the negative keyword list to delete.IOExceptionpublic DisplayVideo.Advertisers.NegativeKeywordLists.Get get(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 fetched negative keyword list belongs.negativeKeywordListId - Required. The ID of the negative keyword list to fetch.IOExceptionpublic DisplayVideo.Advertisers.NegativeKeywordLists.List list(Long advertiserId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.advertiserId - Required. The ID of the DV360 advertiser to which the fetched negative keyword lists belong.IOExceptionpublic DisplayVideo.Advertisers.NegativeKeywordLists.Patch patch(Long advertiserId, Long negativeKeywordListId, NegativeKeywordList content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.advertiserId - Required. The ID of the DV360 advertiser to which the negative keyword list belongs.negativeKeywordListId - Output only. The unique ID of the negative keyword list. Assigned by the system.content - the NegativeKeywordListIOExceptionpublic DisplayVideo.Advertisers.NegativeKeywordLists.NegativeKeywords negativeKeywords()
The typical use is:
DisplayVideo displayvideo = new DisplayVideo(...);DisplayVideo.NegativeKeywords.List request = displayvideo.negativeKeywords().list(parameters ...)
Copyright © 2011–2026 Google. All rights reserved.