Table of Contents

Class AccountsResource.CustomchannelsResource

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

The "customchannels" collection of methods.

public class AccountsResource.CustomchannelsResource
Inheritance
AccountsResource.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 AccountsResource.CustomchannelsResource.AdunitsResource Adunits { get; }

Property Value

AccountsResource.CustomchannelsResource.AdunitsResource

Methods

Get(string, string, string)

Get the specified custom channel from the specified ad client for the specified account.

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

Parameters

accountId string

Account to which the ad client belongs.

adClientId string

Ad client which contains the custom channel.

customChannelId string

Custom channel to retrieve.

Returns

AccountsResource.CustomchannelsResource.GetRequest

List(string, string)

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

public virtual AccountsResource.CustomchannelsResource.ListRequest List(string accountId, string adClientId)

Parameters

accountId string

Account to which the ad client belongs.

adClientId string

Ad client for which to list custom channels.

Returns

AccountsResource.CustomchannelsResource.ListRequest