Module ManagementResource.Experiments

val delete : ?⁠base_url:string -> ?⁠std_params:GapiService.StandardParameters.t -> accountId:string -> webPropertyId:string -> profileId:string -> experimentId:string -> GapiConversation.Session.t -> unit * GapiConversation.Session.t

Delete an experiment.

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 to which the experiment belongs

parameter webPropertyId

Web property ID to which the experiment belongs

parameter profileId

View (Profile) ID to which the experiment belongs

parameter experimentId

ID of the experiment to delete

val get : ?⁠base_url:string -> ?⁠etag:string -> ?⁠std_params:GapiService.StandardParameters.t -> accountId:string -> webPropertyId:string -> profileId:string -> experimentId:string -> GapiConversation.Session.t -> GapiAnalyticsV3Model.Experiment.t * GapiConversation.Session.t

Returns an experiment 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 to retrieve the experiment for.

parameter webPropertyId

Web property ID to retrieve the experiment for.

parameter profileId

View (Profile) ID to retrieve the experiment for.

parameter experimentId

Experiment ID to retrieve the experiment for.

val insert : ?⁠base_url:string -> ?⁠std_params:GapiService.StandardParameters.t -> accountId:string -> webPropertyId:string -> profileId:string -> GapiAnalyticsV3Model.Experiment.t -> GapiConversation.Session.t -> GapiAnalyticsV3Model.Experiment.t * GapiConversation.Session.t

Create a new experiment.

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 to create the experiment for.

parameter webPropertyId

Web property ID to create the experiment for.

parameter profileId

View (Profile) ID to create the experiment for.

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

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

parameter start_index

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

parameter accountId

Account ID to retrieve experiments for.

parameter webPropertyId

Web property ID to retrieve experiments for.

parameter profileId

View (Profile) ID to retrieve experiments for.

val patch : ?⁠base_url:string -> ?⁠std_params:GapiService.StandardParameters.t -> accountId:string -> webPropertyId:string -> profileId:string -> experimentId:string -> GapiAnalyticsV3Model.Experiment.t -> GapiConversation.Session.t -> GapiAnalyticsV3Model.Experiment.t * GapiConversation.Session.t

Update an existing experiment. 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 accountId

Account ID of the experiment to update.

parameter webPropertyId

Web property ID of the experiment to update.

parameter profileId

View (Profile) ID of the experiment to update.

parameter experimentId

Experiment ID of the experiment to update.

val update : ?⁠base_url:string -> ?⁠std_params:GapiService.StandardParameters.t -> accountId:string -> webPropertyId:string -> profileId:string -> experimentId:string -> GapiAnalyticsV3Model.Experiment.t -> GapiConversation.Session.t -> GapiAnalyticsV3Model.Experiment.t * GapiConversation.Session.t

Update an existing experiment.

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 of the experiment to update.

parameter webPropertyId

Web property ID of the experiment to update.

parameter profileId

View (Profile) ID of the experiment to update.

parameter experimentId

Experiment ID of the experiment to update.