Reports.Saved
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.
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.