* Feed experiment 4: Final order * Remove development line * Fix text in tests * Fix text in tests * Switch query to greatest of
43 lines
1.3 KiB
YAML
43 lines
1.3 KiB
YAML
experiments:
|
|
# No field test running.
|
|
# To run a test, change the five variants here. You can create more than
|
|
# five, but five is our typical standard.
|
|
# Do not change the goals unless you intend to also change the corresponding code in
|
|
# app/workers/users/record_field_test_event_worker.rb
|
|
|
|
feed_strategy_round_4:
|
|
variants:
|
|
- original
|
|
- final_order_by_score
|
|
- final_order_by_comment_score
|
|
- final_order_by_last_comment_at
|
|
- final_order_by_random
|
|
- final_order_by_random_weighted_to_score
|
|
- final_order_by_random_weighted_to_comment_score
|
|
- final_order_by_random_weighted_to_last_comment_at
|
|
weights:
|
|
- 51
|
|
- 7
|
|
- 7
|
|
- 7
|
|
- 7
|
|
- 7
|
|
- 7
|
|
- 7
|
|
goals:
|
|
- user_creates_comment
|
|
- user_creates_comment_on_at_least_four_different_days_within_a_week
|
|
- user_views_pages_on_at_least_four_different_days_within_a_week
|
|
- user_views_pages_on_at_least_four_different_hours_within_a_day
|
|
- user_views_pages_on_at_least_nine_different_days_within_two_weeks
|
|
- user_views_pages_on_at_least_twelve_different_hours_within_five_days
|
|
exclude:
|
|
bots: true
|
|
|
|
# Dashboard performance
|
|
cache: true
|
|
precision: 2
|
|
|
|
# For logged-in users we'll explicitly pass participant.
|
|
# If we experiment on non-logged in, we don't want to collect cookies anyway.
|
|
cookies: false
|