ManagementResource.Uploads
val deleteUploadData :
?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
accountId:string ->
webPropertyId:string ->
customDataSourceId:string ->
GapiAnalyticsV3Model.AnalyticsDataimportDeleteUploadDataRequest.t ->
GapiConversation.Session.t ->
unit * GapiConversation.Session.t
Delete data associated with a previous upload.
val get :
?base_url:string ->
?etag:string ->
?std_params:GapiService.StandardParameters.t ->
accountId:string ->
webPropertyId:string ->
customDataSourceId:string ->
uploadId:string ->
GapiConversation.Session.t ->
GapiAnalyticsV3Model.Upload.t * GapiConversation.Session.t
List uploads to which the user has access.
val list :
?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
?max_results:int ->
?start_index:int ->
accountId:string ->
webPropertyId:string ->
customDataSourceId:string ->
GapiConversation.Session.t ->
GapiAnalyticsV3Model.Uploads.t * GapiConversation.Session.t
List uploads to which the user has access.
val uploadData :
?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
?media_source:GapiMediaResource.t ->
accountId:string ->
webPropertyId:string ->
customDataSourceId:string ->
GapiConversation.Session.t ->
GapiAnalyticsV3Model.Upload.t * GapiConversation.Session.t
Upload data for a custom data source.