public class DisplayVideo.Advertisers.YoutubeAdGroups extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
DisplayVideo.Advertisers.YoutubeAdGroups.BulkListAdGroupAssignedTargetingOptions |
class |
DisplayVideo.Advertisers.YoutubeAdGroups.Get |
class |
DisplayVideo.Advertisers.YoutubeAdGroups.List |
class |
DisplayVideo.Advertisers.YoutubeAdGroups.TargetingTypes
The "targetingTypes" collection of methods.
|
| Constructor and Description |
|---|
YoutubeAdGroups() |
| Modifier and Type | Method and Description |
|---|---|
DisplayVideo.Advertisers.YoutubeAdGroups.BulkListAdGroupAssignedTargetingOptions |
bulkListAdGroupAssignedTargetingOptions(Long advertiserId)
Lists assigned targeting options for multiple YouTube ad groups across targeting types.
|
DisplayVideo.Advertisers.YoutubeAdGroups.Get |
get(Long advertiserId,
Long youtubeAdGroupId)
Gets a YouTube ad group.
|
DisplayVideo.Advertisers.YoutubeAdGroups.List |
list(Long advertiserId)
Lists YouTube ad groups.
|
DisplayVideo.Advertisers.YoutubeAdGroups.TargetingTypes |
targetingTypes()
An accessor for creating requests from the TargetingTypes collection.
|
public DisplayVideo.Advertisers.YoutubeAdGroups.BulkListAdGroupAssignedTargetingOptions bulkListAdGroupAssignedTargetingOptions(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.YoutubeAdGroups.Get get(Long advertiserId, Long youtubeAdGroupId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.advertiserId - Required. The ID of the advertiser this ad group belongs to.youtubeAdGroupId - Required. The ID of the ad group to fetch.IOExceptionpublic DisplayVideo.Advertisers.YoutubeAdGroups.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.YoutubeAdGroups.TargetingTypes targetingTypes()
The typical use is:
DisplayVideo displayvideo = new DisplayVideo(...);DisplayVideo.TargetingTypes.List request = displayvideo.targetingTypes().list(parameters ...)
Copyright © 2011–2026 Google. All rights reserved.