public class DisplayVideo.Advertisers.AdGroups extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
DisplayVideo.Advertisers.AdGroups.BulkListAssignedTargetingOptions |
class |
DisplayVideo.Advertisers.AdGroups.Get |
class |
DisplayVideo.Advertisers.AdGroups.List |
class |
DisplayVideo.Advertisers.AdGroups.TargetingTypes
The "targetingTypes" collection of methods.
|
| Constructor and Description |
|---|
AdGroups() |
| Modifier and Type | Method and Description |
|---|---|
DisplayVideo.Advertisers.AdGroups.BulkListAssignedTargetingOptions |
bulkListAssignedTargetingOptions(Long advertiserId)
Lists assigned targeting options for multiple ad groups across targeting types.
|
DisplayVideo.Advertisers.AdGroups.Get |
get(Long advertiserId,
Long adGroupId)
Gets an ad group.
|
DisplayVideo.Advertisers.AdGroups.List |
list(Long advertiserId)
Lists ad groups.
|
DisplayVideo.Advertisers.AdGroups.TargetingTypes |
targetingTypes()
An accessor for creating requests from the TargetingTypes collection.
|
public 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.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.TargetingTypes targetingTypes()
The typical use is:
DisplayVideo displayvideo = new DisplayVideo(...);DisplayVideo.TargetingTypes.List request = displayvideo.targetingTypes().list(parameters ...)
Copyright © 2011–2025 Google. All rights reserved.