Skip to content

Commit

Permalink
Ramp up AB test to 33% for A, B, C variants
Browse files Browse the repository at this point in the history
The AB test percentages have been updated so that 33% of users see Variant A, 33% see Variant B, 33% see Variant C, and 1% see Variant Z.

The cookie duration for the AB test has also been extended to 3 months.
  • Loading branch information
CodeSonia authored and hannako committed Aug 28, 2024
1 parent 0b1e9ed commit 18159cd
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: 172800 # 2 days
PopularTasks: 7862400 # 91 days/ 3 months avg
# AB test percentages
example_percentages:
A: 50
Expand All @@ -14,7 +14,7 @@ bankholidaystest_percentages:
A: 99
B: 1
populartasks_percentages:
A: 10
B: 10
C: 10
Z: 70
A: 33
B: 33
C: 33
Z: 1

0 comments on commit 18159cd

Please sign in to comment.