package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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.

  • parameter base_url

    Service endpoint base URL (defaults to "https://www.googleapis.com/analytics/v3/").

  • parameter std_params

    Optional standard parameters.

  • parameter accountId

    Account Id for the uploads to be deleted.

  • parameter webPropertyId

    Web property Id for the uploads to be deleted.

  • parameter 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.

  • parameter base_url

    Service endpoint base URL (defaults to "https://www.googleapis.com/analytics/v3/").

  • parameter etag

    Optional ETag.

  • parameter std_params

    Optional standard parameters.

  • parameter accountId

    Account Id for the upload to retrieve.

  • parameter webPropertyId

    Web property Id for the upload to retrieve.

  • parameter customDataSourceId

    Custom data source Id for upload to retrieve.

  • parameter 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.

  • parameter base_url

    Service endpoint base URL (defaults to "https://www.googleapis.com/analytics/v3/").

  • parameter std_params

    Optional standard parameters.

  • parameter max_results

    The maximum number of uploads to include in this response.

  • parameter 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.

  • parameter accountId

    Account Id for the uploads to retrieve.

  • parameter webPropertyId

    Web property Id for the uploads to retrieve.

  • parameter 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.

  • parameter base_url

    Service endpoint base URL (defaults to "https://www.googleapis.com/analytics/v3/").

  • parameter std_params

    Optional standard parameters.

  • parameter accountId

    Account Id associated with the upload.

  • parameter webPropertyId

    Web property UA-string associated with the upload.

  • parameter customDataSourceId

    Custom data source Id to which the data being uploaded belongs.