Skip to content

Commit

Permalink
Ramp up popular tasks AB test
Browse files Browse the repository at this point in the history
Increased the AB test %'s so that variants A, B, and C are seen by 10% of users respectively, while the remaining 70% see the Z variant.

Updated the cookie duration for the AB test to 2 days.
  • Loading branch information
CodeSonia authored and hannako committed Aug 27, 2024
1 parent 7d072dc commit 79bfa21
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions dictionaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ active_ab_tests:
ab_test_expiries:
Example: 86400
BankHolidaysTest: 86400
PopularTasks: 43200 # 1/2 day
PopularTasks: 172800 # 2 days
# AB test percentages
example_percentages:
A: 50
Expand All @@ -14,7 +14,7 @@ bankholidaystest_percentages:
A: 99
B: 1
populartasks_percentages:
A: 0
B: 0
C: 0
Z: 100
A: 10
B: 10
C: 10
Z: 70

0 comments on commit 79bfa21

Please sign in to comment.