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