Module GapiAdsenseV1_1Service.AccountsResource

module AccountsResource: sig .. end

module Urlchannels: sig .. end
module Reports: sig .. end
module Customchannels: sig .. end
module Adunits: sig .. end
module Adclients: sig .. end
val get : ?base_url:string ->
?etag:string ->
?std_params:GapiService.StandardParameters.t ->
?tree:bool ->
accountId:string ->
GapiConversation.Session.t ->
GapiAdsenseV1_1Model.Account.t * GapiConversation.Session.t
Get information about the selected AdSense account.
base_url : Service endpoint base URL (defaults to "https://www.googleapis.com/adsense/v1.1/").
etag : Optional ETag.
std_params : Optional standard parameters.
tree : Whether the tree of sub accounts should be returned.
accountId : Account to get information about.
val list : ?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
?maxResults:int ->
?pageToken:string ->
GapiConversation.Session.t ->
GapiAdsenseV1_1Model.Accounts.t * GapiConversation.Session.t
List all accounts available to this AdSense account.
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 accounts to include in the response, used for paging.
pageToken : A continuation token, used to page through accounts. To retrieve the next page, set this parameter to the value of "nextPageToken" from the previous response.