GoogleApi.Analytics.V3.Model.ExperimentVariations (google_api_analytics v0.12.0) View Source

Attributes

  • name (type: String.t, default: nil) - The name of the variation. This field is required when creating an experiment. This field may not be changed for an experiment whose status is ENDED.
  • status (type: String.t, default: nil) - Status of the variation. Possible values: "ACTIVE", "INACTIVE". INACTIVE variations are not served. This field may not be changed for an experiment whose status is ENDED.
  • url (type: String.t, default: nil) - The URL of the variation. This field may not be changed for an experiment whose status is RUNNING or ENDED.
  • weight (type: float(), default: nil) - Weight that this variation should receive. Only present if the experiment is running. This field is read-only.
  • won (type: boolean(), default: nil) - True if the experiment has ended and this variation performed (statistically) significantly better than the original. This field is read-only.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Analytics.V3.Model.ExperimentVariations{
  name: String.t(),
  status: String.t(),
  url: String.t(),
  weight: float(),
  won: boolean()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.