Built-in views for high-level experiment analysis.
experimentation.cohort_summary
Field | Description | Data Type |
---|---|---|
experiment_id | Experiment ID | string |
cohort_index | Index for the active cohort at the time of assignment (the cohort the subject is in). | int |
variant_id | ID for the variant that was assigned. | string |
percent_per_cohort | Percentage of assignments per cohort. | number |
experimentation.assignments_over_time
Field | Description | Data Type |
---|---|---|
experiment_id | Experiment ID | string |
cohort_index | Index for the active cohort at the time of assignment (the cohort the subject is in). | int |
assignment_date | The date of assignment creation. | date |
variant_id | ID for the variant that was assigned. | string |
subject_count | Number of unique subjects assigned to the variant within the cohort. | int |