module Customchannels: sig .. end
val list : ?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
?maxResults:int ->
?pageToken:string ->
accountId:string ->
adClientId:string ->
adUnitId:string ->
GapiConversation.Session.t ->
GapiAdsenseV1_1Model.CustomChannels.t * GapiConversation.Session.t
List all custom channels which the specified ad unit belongs to.
base_url : Service endpoint base URL (defaults to "https://www.googleapis.com/adsense/v1.1/").
std_params : Optional standard parameters.
maxResults : The maximum number of custom channels to include in the response, used for paging.
pageToken : A continuation token, used to page through custom channels. To retrieve the next page, set this parameter to the value of "nextPageToken" from the previous response.
accountId : Account to which the ad client belongs.
adClientId : Ad client which contains the ad unit.
adUnitId : Ad unit for which to list custom channels.