Show / Hide Table of Contents

Class CustomchannelsResource

The "customchannels" collection of methods.

Inheritance
System.Object
CustomchannelsResource
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 CustomchannelsResource

Constructors

CustomchannelsResource(IClientService)

Constructs a new resource.

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

Properties

Adunits

Gets the Adunits resource.

Declaration
public virtual CustomchannelsResource.AdunitsResource Adunits { get; }
Property Value
Type Description
CustomchannelsResource.AdunitsResource

Methods

Get(String, String)

Get the specified custom channel from the specified ad client.

Declaration
public virtual CustomchannelsResource.GetRequest Get(string adClientId, string customChannelId)
Parameters
Type Name Description
System.String adClientId

Ad client which contains the custom channel.

System.String customChannelId

Custom channel to retrieve.

Returns
Type Description
CustomchannelsResource.GetRequest

List(String)

List all custom channels in the specified ad client for this AdSense account.

Declaration
public virtual CustomchannelsResource.ListRequest List(string adClientId)
Parameters
Type Name Description
System.String adClientId

Ad client for which to list custom channels.

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