Module AccountsResource.Urlchannels

val list : ?⁠base_url:string -> ?⁠std_params:GapiService.StandardParameters.t -> ?⁠maxResults:int -> ?⁠pageToken:string -> accountId:string -> adClientId:string -> GapiConversation.Session.t -> GapiAdsenseV1_1Model.UrlChannels.t * GapiConversation.Session.t

List all URL channels in the specified ad client for the specified account.

parameter base_url

Service endpoint base URL (defaults to "https://www.googleapis.com/adsense/v1.1/").

parameter std_params

Optional standard parameters.

parameter maxResults

The maximum number of URL channels to include in the response, used for paging.

parameter pageToken

A continuation token, used to page through URL channels. To retrieve the next page, set this parameter to the value of "nextPageToken" from the previous response.

parameter accountId

Account to which the ad client belongs.

parameter adClientId

Ad client for which to list URL channels.