Class CustomchannelsResource
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
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
stringAd client which contains the custom channel.
customChannelId
stringCustom channel to retrieve.
Returns
List(string)
List all custom channels in the specified ad client for this AdSense account.
public virtual CustomchannelsResource.ListRequest List(string adClientId)
Parameters
adClientId
stringAd client for which to list custom channels.