public class DisplayVideo.Advertisers.AdGroups extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
DisplayVideo.Advertisers.AdGroups.BulkEditAssignedTargetingOptions |
class |
DisplayVideo.Advertisers.AdGroups.BulkListAssignedTargetingOptions |
class |
DisplayVideo.Advertisers.AdGroups.Create |
class |
DisplayVideo.Advertisers.AdGroups.Delete |
class |
DisplayVideo.Advertisers.AdGroups.Get |
class |
DisplayVideo.Advertisers.AdGroups.List |
class |
DisplayVideo.Advertisers.AdGroups.Patch |
class |
DisplayVideo.Advertisers.AdGroups.TargetingTypes
The "targetingTypes" collection of methods.
|
class |
DisplayVideo.Advertisers.AdGroups.YoutubeAssetTypes
The "youtubeAssetTypes" collection of methods.
|
| Constructor and Description |
|---|
AdGroups() |
public DisplayVideo.Advertisers.AdGroups.BulkEditAssignedTargetingOptions bulkEditAssignedTargetingOptions(Long advertiserId, BulkEditAdGroupAssignedTargetingOptionsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the
remote operation.advertiserId - Required. The ID of the advertiser the ad groups belong to.content - the BulkEditAdGroupAssignedTargetingOptionsRequestIOExceptionpublic DisplayVideo.Advertisers.AdGroups.BulkListAssignedTargetingOptions bulkListAssignedTargetingOptions(Long advertiserId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the
remote operation.advertiserId - Required. The ID of the advertiser the line items belongs to.IOExceptionpublic DisplayVideo.Advertisers.AdGroups.Create create(Long advertiserId, AdGroup content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.advertiserId - Output only. The unique ID of the advertiser the ad group belongs to.content - the AdGroupIOExceptionpublic DisplayVideo.Advertisers.AdGroups.Delete delete(Long advertiserId, Long adGroupId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.advertiserId - Required. The ID of the advertiser this ad group belongs to.adGroupId - Required. The ID of the ad group to delete.IOExceptionpublic DisplayVideo.Advertisers.AdGroups.Get get(Long advertiserId, Long adGroupId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.advertiserId - Required. The ID of the advertiser this ad group belongs to.adGroupId - Required. The ID of the ad group to fetch.IOExceptionpublic DisplayVideo.Advertisers.AdGroups.List list(Long advertiserId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.advertiserId - Required. The ID of the advertiser the ad groups belongs to.IOExceptionpublic DisplayVideo.Advertisers.AdGroups.Patch patch(Long advertiserId, Long adGroupId, AdGroup content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.advertiserId - Output only. The unique ID of the advertiser the ad group belongs to.adGroupId - Output only. The unique ID of the ad group. Assigned by the system.content - the AdGroupIOExceptionpublic DisplayVideo.Advertisers.AdGroups.TargetingTypes targetingTypes()
The typical use is:
DisplayVideo displayvideo = new DisplayVideo(...);DisplayVideo.TargetingTypes.List request = displayvideo.targetingTypes().list(parameters ...)
public DisplayVideo.Advertisers.AdGroups.YoutubeAssetTypes youtubeAssetTypes()
The typical use is:
DisplayVideo displayvideo = new DisplayVideo(...);DisplayVideo.YoutubeAssetTypes.List request = displayvideo.youtubeAssetTypes().list(parameters ...)
Copyright © 2011–2026 Google. All rights reserved.