module Uploads: sig .. end
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.
base_url : Service endpoint base URL (defaults to "https://www.googleapis.com/analytics/v3/").
std_params : Optional standard parameters.
accountId : Account Id for the uploads to be deleted.
webPropertyId : Web property Id for the uploads to be deleted.
customDataSourceId : Custom data source Id for the uploads to be deleted.
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.
base_url : Service endpoint base URL (defaults to "https://www.googleapis.com/analytics/v3/").
etag : Optional ETag.
std_params : Optional standard parameters.
accountId : Account Id for the upload to retrieve.
webPropertyId : Web property Id for the upload to retrieve.
customDataSourceId : Custom data source Id for upload to retrieve.
uploadId : Upload Id to retrieve.
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.
base_url : Service endpoint base URL (defaults to "https://www.googleapis.com/analytics/v3/").
std_params : Optional standard parameters.
max_results : The maximum number of uploads to include in this response.
start_index : A 1-based index of the first upload to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.
accountId : Account Id for the uploads to retrieve.
webPropertyId : Web property Id for the uploads to retrieve.
customDataSourceId : Custom data source Id for uploads to retrieve.
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.
base_url : Service endpoint base URL (defaults to "https://www.googleapis.com/analytics/v3/").
std_params : Optional standard parameters.
accountId : Account Id associated with the upload.
webPropertyId : Web property UA-string associated with the upload.
customDataSourceId : Custom data source Id to which the data being uploaded belongs.