Show / Hide Table of Contents

Class AdvertisersResource.YoutubeAdGroupAdsResource

The "youtubeAdGroupAds" collection of methods.

Inheritance
object
AdvertisersResource.YoutubeAdGroupAdsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DisplayVideo.v2
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class AdvertisersResource.YoutubeAdGroupAdsResource

Constructors

YoutubeAdGroupAdsResource(IClientService)

Constructs a new resource.

Declaration
public YoutubeAdGroupAdsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(long, long)

Gets a YouTube ad group ad.

Declaration
public virtual AdvertisersResource.YoutubeAdGroupAdsResource.GetRequest Get(long advertiserId, long youtubeAdGroupAdId)
Parameters
Type Name Description
long advertiserId

Required. The ID of the advertiser this ad group ad belongs to.

long youtubeAdGroupAdId

Required. The ID of the ad group ad to fetch.

Returns
Type Description
AdvertisersResource.YoutubeAdGroupAdsResource.GetRequest

List(long)

Lists YouTube ad group ads.

Declaration
public virtual AdvertisersResource.YoutubeAdGroupAdsResource.ListRequest List(long advertiserId)
Parameters
Type Name Description
long advertiserId

Required. The ID of the advertiser the ad groups belongs to.

Returns
Type Description
AdvertisersResource.YoutubeAdGroupAdsResource.ListRequest
In this article
Back to top Generated by DocFX