Show / Hide Table of Contents

Class AccountsResource.AdunitsResource.CustomchannelsResource

The "customchannels" collection of methods.

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

Methods

List(String, String, String)

List all custom channels which the specified ad unit belongs to.

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

Account to which the ad client belongs.

System.String adClientId

Ad client which contains the ad unit.

System.String adUnitId

Ad unit for which to list custom channels.

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