package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val get : ?base_url:string -> ?etag:string -> ?std_params:GapiService.StandardParameters.t -> accountId:string -> webPropertyId:string -> customDimensionId:string -> GapiConversation.Session.t -> GapiAnalyticsV3Model.CustomDimension.t * GapiConversation.Session.t

Get a custom dimension 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 custom dimension to retrieve.

  • parameter webPropertyId

    Web property ID for the custom dimension to retrieve.

  • parameter customDimensionId

    The ID of the custom dimension to retrieve.

Create a new custom dimension.

  • 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 custom dimension to create.

  • parameter webPropertyId

    Web property ID for the custom dimension to create.

val list : ?base_url:string -> ?std_params:GapiService.StandardParameters.t -> ?max_results:int -> ?start_index:int -> accountId:string -> webPropertyId:string -> GapiConversation.Session.t -> GapiAnalyticsV3Model.CustomDimensions.t * GapiConversation.Session.t

Lists custom dimensions 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 custom dimensions to include in this response.

  • parameter start_index

    An index of the first entity to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.

  • parameter accountId

    Account ID for the custom dimensions to retrieve.

  • parameter webPropertyId

    Web property ID for the custom dimensions to retrieve.

val patch : ?base_url:string -> ?std_params:GapiService.StandardParameters.t -> ?ignoreCustomDataSourceLinks:bool -> accountId:string -> webPropertyId:string -> customDimensionId:string -> GapiAnalyticsV3Model.CustomDimension.t -> GapiConversation.Session.t -> GapiAnalyticsV3Model.CustomDimension.t * GapiConversation.Session.t

Updates an existing custom dimension. This method supports patch semantics.

  • parameter base_url

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

  • parameter std_params

    Optional standard parameters.

  • parameter ignoreCustomDataSourceLinks

    Force the update and ignore any warnings related to the custom dimension being linked to a custom data source / data set.

  • parameter accountId

    Account ID for the custom dimension to update.

  • parameter webPropertyId

    Web property ID for the custom dimension to update.

  • parameter customDimensionId

    Custom dimension ID for the custom dimension to update.

val update : ?base_url:string -> ?std_params:GapiService.StandardParameters.t -> ?ignoreCustomDataSourceLinks:bool -> accountId:string -> webPropertyId:string -> customDimensionId:string -> GapiAnalyticsV3Model.CustomDimension.t -> GapiConversation.Session.t -> GapiAnalyticsV3Model.CustomDimension.t * GapiConversation.Session.t

Updates an existing custom dimension.

  • parameter base_url

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

  • parameter std_params

    Optional standard parameters.

  • parameter ignoreCustomDataSourceLinks

    Force the update and ignore any warnings related to the custom dimension being linked to a custom data source / data set.

  • parameter accountId

    Account ID for the custom dimension to update.

  • parameter webPropertyId

    Web property ID for the custom dimension to update.

  • parameter customDimensionId

    Custom dimension ID for the custom dimension to update.