AccountsResource.Customchannels
module Adunits : sig ... end
val get :
?base_url:string ->
?etag:string ->
?std_params:GapiService.StandardParameters.t ->
accountId:string ->
adClientId:string ->
customChannelId:string ->
GapiConversation.Session.t ->
GapiAdsenseV1_4Model.CustomChannel.t * GapiConversation.Session.t
Get the specified custom channel from the specified ad client for the specified account.
val list :
?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
?maxResults:int ->
?pageToken:string ->
accountId:string ->
adClientId:string ->
GapiConversation.Session.t ->
GapiAdsenseV1_4Model.CustomChannels.t * GapiConversation.Session.t
List all custom channels in the specified ad client for the specified account.