From a7e23253335b04f2e6543cd3ba21ca08dee3b2db Mon Sep 17 00:00:00 2001 From: Max Duval Date: Thu, 9 May 2024 10:52:06 +0100 Subject: [PATCH] fix: onwards journey experiment (#27125) - 100% of audience - meaningfully named variants --- .../common/modules/experiments/tests/onward-journeys.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/src/javascripts/projects/common/modules/experiments/tests/onward-journeys.ts b/static/src/javascripts/projects/common/modules/experiments/tests/onward-journeys.ts index cd3db2ba52f..c9a02b2369c 100644 --- a/static/src/javascripts/projects/common/modules/experiments/tests/onward-journeys.ts +++ b/static/src/javascripts/projects/common/modules/experiments/tests/onward-journeys.ts @@ -7,7 +7,7 @@ export const onwardJourneys: ABTest = { author: '@web-experience', description: 'Show the user one onward journey containers at a time to see which is the most effective', - audience: 25 / 100, + audience: 100 / 100, audienceOffset: 0, audienceCriteria: 'all users', dataLinkNames: 'OnwardJourneys', @@ -23,19 +23,19 @@ export const onwardJourneys: ABTest = { }, }, { - id: 'variant-1', + id: 'top-row', test: (): void => { /* no-op */ }, }, { - id: 'variant-2', + id: 'bottom-row', test: (): void => { /* no-op */ }, }, { - id: 'variant-3', + id: 'most-viewed', test: (): void => { /* no-op */ },