package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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.

  • parameter base_url

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

  • parameter etag

    Optional ETag.

  • parameter std_params

    Optional standard parameters.

  • parameter adClientId

    Ad client which contains the custom channel.

  • parameter customChannelId

    Custom channel to retrieve.

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.

  • parameter base_url

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

  • parameter std_params

    Optional standard parameters.

  • parameter maxResults

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

  • parameter 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.

  • parameter adClientId

    Ad client for which to list custom channels.