Table of Contents

Class CustomchannelsResource

Namespace
Google.Apis.AdSense.v1_4
Assembly
Google.Apis.AdSense.v1_4.dll

The "customchannels" collection of methods.

public class CustomchannelsResource
Inheritance
CustomchannelsResource
Inherited Members

Constructors

CustomchannelsResource(IClientService)

Constructs a new resource.

public CustomchannelsResource(IClientService service)

Parameters

service IClientService

Properties

Adunits

Gets the Adunits resource.

public virtual CustomchannelsResource.AdunitsResource Adunits { get; }

Property Value

CustomchannelsResource.AdunitsResource

Methods

Get(string, string)

Get the specified custom channel from the specified ad client.

public virtual CustomchannelsResource.GetRequest Get(string adClientId, string customChannelId)

Parameters

adClientId string

Ad client which contains the custom channel.

customChannelId string

Custom channel to retrieve.

Returns

CustomchannelsResource.GetRequest

List(string)

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

public virtual CustomchannelsResource.ListRequest List(string adClientId)

Parameters

adClientId string

Ad client for which to list custom channels.

Returns

CustomchannelsResource.ListRequest