Skip to main content
Winning Variant will maintain a view for each resource type (lab, experiment, subject type) as they are created/updated within the platform. These may be used for joins against the primary Assignments View to retrieve context for the assignments. It’s important to know that each view shows only the current version/state of a resources.

Application Roles

A user must be mapped to one of the following application roles to access dimension views
  • admin
  • editor
  • analyst

Views

Labs

View: experimentation.labs Unique key: id

Subject Types

View: experimentation.subject_types Unique key: id

Experiments

View: experimentation.experiments Unique key: id

Experiment Variants

View: experimentation.variants One row for each experiment-variant combo. Unique key: (experiment,id)

Experiment Cohort-Variants

View: experimentation.cohorts One row for each experiment-cohort-variant combo. Unique key: (experiment_id,cohort_index,variant_id) . Note that experiment variants may be listed redundantly since they can exist within multiple experiment cohorts. As such, all variant_id values in this table are within the context of the experiment to which they belong. Within an experiment, the cohort with the highest cohort_index is the active one.

Examples

List all active experiments