Show / Hide Table of Contents

Class AdvertisersResource.AdGroupsResource

The "adGroups" collection of methods.

Inheritance
object
AdvertisersResource.AdGroupsResource
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.v4
Assembly: Google.Apis.DisplayVideo.v4.dll
Syntax
public class AdvertisersResource.AdGroupsResource

Constructors

AdGroupsResource(IClientService)

Constructs a new resource.

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

Properties

TargetingTypes

Gets the TargetingTypes resource.

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

Methods

BulkListAssignedTargetingOptions(long)

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

Declaration
public virtual AdvertisersResource.AdGroupsResource.BulkListAssignedTargetingOptionsRequest BulkListAssignedTargetingOptions(long advertiserId)
Parameters
Type Name Description
long advertiserId

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

Returns
Type Description
AdvertisersResource.AdGroupsResource.BulkListAssignedTargetingOptionsRequest

Get(long, long)

Gets an ad group.

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

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

long adGroupId

Required. The ID of the ad group to fetch.

Returns
Type Description
AdvertisersResource.AdGroupsResource.GetRequest

List(long)

Lists ad groups.

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