Show / Hide Table of Contents

Class AdvertisersResource.YoutubeAdGroupsResource

The "youtubeAdGroups" collection of methods.

Inheritance
object
AdvertisersResource.YoutubeAdGroupsResource
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.YoutubeAdGroupsResource

Constructors

YoutubeAdGroupsResource(IClientService)

Constructs a new resource.

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

Properties

TargetingTypes

Gets the TargetingTypes resource.

Declaration
public virtual AdvertisersResource.YoutubeAdGroupsResource.TargetingTypesResource TargetingTypes { get; }
Property Value
Type Description
AdvertisersResource.YoutubeAdGroupsResource.TargetingTypesResource

Methods

BulkListAdGroupAssignedTargetingOptions(long)

Lists assigned targeting options for multiple YouTube ad groups across targeting types. Inherited assigned targeting options are not included.

Declaration
public virtual AdvertisersResource.YoutubeAdGroupsResource.BulkListAdGroupAssignedTargetingOptionsRequest BulkListAdGroupAssignedTargetingOptions(long advertiserId)
Parameters
Type Name Description
long advertiserId

Required. The ID of the advertiser the line items belongs to.

Returns
Type Description
AdvertisersResource.YoutubeAdGroupsResource.BulkListAdGroupAssignedTargetingOptionsRequest

Get(long, long)

Gets a YouTube ad group.

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

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

long youtubeAdGroupId

Required. The ID of the ad group to fetch.

Returns
Type Description
AdvertisersResource.YoutubeAdGroupsResource.GetRequest

List(long)

Lists YouTube ad groups.

Declaration
public virtual AdvertisersResource.YoutubeAdGroupsResource.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.YoutubeAdGroupsResource.ListRequest
In this article
Back to top Generated by DocFX