Winning Variant includes some built-in views for high-level experimentation analysis. These are designed to be generic and do not take any of your custom metrics into account.

Cohort Summary

This view shows the percentage of assignments per experiment cohort for all time.

View: experimentation.cohort_summary

FieldDescriptionData Type
experiment_idExperiment IDstring
cohort_indexIndex for the active cohort at the time of assignment (the cohort the subject is in).int
variant_idID for the variant that was assigned.string
percent_per_cohortPercentage of assignments per cohort.number

Assignments Over Time

This view shows the number of unique assignments to a variant within an experiment cohort over time.

View: experimentation.assignments_over_time

FieldDescriptionData Type
experiment_idExperiment IDstring
cohort_indexIndex for the active cohort at the time of assignment (the cohort the subject is in).int
assignment_dateThe date of assignment creation.date
variant_idID for the variant that was assigned.string
subject_countNumber of unique subjects assigned to the variant within the cohort.int