From 18159cd8b2a4fd8f2229ea3a0d1bec6717661d62 Mon Sep 17 00:00:00 2001 From: Sonia Hussain Date: Thu, 22 Aug 2024 09:56:03 +0100 Subject: [PATCH] Ramp up AB test to 33% for A, B, C variants 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. --- dictionaries.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dictionaries.yaml b/dictionaries.yaml index e1d0e46..27b1aa0 100644 --- a/dictionaries.yaml +++ b/dictionaries.yaml @@ -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 @@ -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