Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Design A/B testing system #2077

Closed
ianb opened this issue Jan 5, 2017 · 2 comments
Closed

Design A/B testing system #2077

ianb opened this issue Jan 5, 2017 · 2 comments
Assignees
Milestone

Comments

@ianb
Copy link
Contributor

ianb commented Jan 5, 2017

We have a couple A/B tests in the pipeline, and need patterns to handle them generally:

  1. Assign users into a cohort
  2. Making that cohort sticky across restarts
  3. Reporting that cohort appropriately to GA
  4. Analyzing data based on the cohort

Can we use Experiment parameters in GA? Note Experiments documentation.

@ianb ianb added this to the Elnath milestone Jan 5, 2017
@ianb ianb self-assigned this Jan 5, 2017
@ianb
Copy link
Contributor Author

ianb commented Jan 5, 2017

Per #2079 this should store the experiment data with any shots as well.

@ianb
Copy link
Contributor Author

ianb commented Jan 6, 2017

For each test we'll create a custom dimension, and attach that dimension to every event. The dimension will be added for all users, with the value based on which cohort (test or control) they are in.

For each test, we should get at least 1000 people in the test group (with all the remaining people in the control group). We can use this calculator for deciding on sizes: https://vwo.com/ab-split-test-duration/

@fzzzy fzzzy closed this as completed in 86c8663 Jan 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant