Module GapiAdsenseV1_4Service.AccountsResource.Reports.Saved

module Saved: sig .. end

val generate : ?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
?locale:string ->
?maxResults:int ->
?startIndex:int ->
accountId:string ->
savedReportId:string ->
GapiConversation.Session.t ->
GapiAdsenseV1_4Model.AdsenseReportsGenerateResponse.t *
GapiConversation.Session.t
Generate an AdSense report based on the saved report ID sent in the query parameters.
base_url : Service endpoint base URL (defaults to "https://www.googleapis.com/adsense/v1.4/").
std_params : Optional standard parameters.
locale : Optional locale to use for translating report output to a local language. Defaults to "en_US" if not specified.
maxResults : The maximum number of rows of report data to return.
startIndex : Index of the first row of report data to return.
accountId : Account to which the saved reports belong.
savedReportId : The saved report to retrieve.
val list : ?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
?maxResults:int ->
?pageToken:string ->
accountId:string ->
GapiConversation.Session.t ->
GapiAdsenseV1_4Model.SavedReports.t * GapiConversation.Session.t
List all saved reports in the specified AdSense account.
base_url : Service endpoint base URL (defaults to "https://www.googleapis.com/adsense/v1.4/").
std_params : Optional standard parameters.
maxResults : The maximum number of saved reports to include in the response, used for paging.
pageToken : A continuation token, used to page through saved reports. To retrieve the next page, set this parameter to the value of "nextPageToken" from the previous response.
accountId : Account to which the saved reports belong.