public class DisplayVideo.Advertisers.YoutubeAdGroupAds extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
DisplayVideo.Advertisers.YoutubeAdGroupAds.Get |
class |
DisplayVideo.Advertisers.YoutubeAdGroupAds.List |
| Constructor and Description |
|---|
YoutubeAdGroupAds() |
| Modifier and Type | Method and Description |
|---|---|
DisplayVideo.Advertisers.YoutubeAdGroupAds.Get |
get(Long advertiserId,
Long youtubeAdGroupAdId)
Gets a YouTube ad group ad.
|
DisplayVideo.Advertisers.YoutubeAdGroupAds.List |
list(Long advertiserId)
Lists YouTube ad group ads.
|
public DisplayVideo.Advertisers.YoutubeAdGroupAds.Get get(Long advertiserId, Long youtubeAdGroupAdId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.advertiserId - Required. The ID of the advertiser this ad group ad belongs to.youtubeAdGroupAdId - Required. The ID of the ad group ad to fetch.IOExceptionpublic DisplayVideo.Advertisers.YoutubeAdGroupAds.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.IOExceptionCopyright © 2011–2026 Google. All rights reserved.