Class AccountsResource.CustomchannelsResource
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
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
stringAccount to which the ad client belongs.
adClientId
stringAd client which contains the custom channel.
customChannelId
stringCustom channel to retrieve.
Returns
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
stringAccount to which the ad client belongs.
adClientId
stringAd client for which to list custom channels.