docbrown/config/field_test.yml
Josh Puetz a01d787301
Create comment ranking feed experiment (#6511) [deploy]
* Create more comments feed experiment

* Hook up experiment, rename

* Remove flakey test assertion
2020-03-09 14:20:02 -05:00

29 lines
692 B
YAML

experiments:
user_home_feed: # Home feed collection for logged in user
variants:
- base
- more_random_experiment
- more_tag_weight_experiment
- mix_base_more_random_experiment
- more_tag_weight_more_random_experiment
- more_comments_experiment
weights:
- 50
- 10
- 10
- 10
- 10
- 10
goals:
- user_creates_comment
- user_creates_reaction
- user_views_article_four_days_in_week
exclude:
bots: true
# Dashboard performance
cache: true
# For logged-in users we'll explicitely pass participant.
# If we experiment on non-logged in, we don't want to collect cookies anyway.
cookies: false