Show / Hide Table of Contents

Class AccountsResource.CustomchannelsResource.AdunitsResource

The "adunits" collection of methods.

Inheritance
System.Object
AccountsResource.CustomchannelsResource.AdunitsResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.AdSense.v1_4
Assembly: Google.Apis.AdSense.v1_4.dll
Syntax
public class AdunitsResource

Constructors

AdunitsResource(IClientService)

Constructs a new resource.

Declaration
public AdunitsResource(IClientService service)
Parameters
Type Name Description
Google.Apis.Services.IClientService service

Methods

List(String, String, String)

List all ad units in the specified custom channel.

Declaration
public virtual AccountsResource.CustomchannelsResource.AdunitsResource.ListRequest List(string accountId, string adClientId, string customChannelId)
Parameters
Type Name Description
System.String accountId

Account to which the ad client belongs.

System.String adClientId

Ad client which contains the custom channel.

System.String customChannelId

Custom channel for which to list ad units.

Returns
Type Description
AccountsResource.CustomchannelsResource.AdunitsResource.ListRequest
In This Article
Back to top