Skip to content

Commit

Permalink
fix: onwards journey experiment (#27125)
Browse files Browse the repository at this point in the history
- 100% of audience
- meaningfully named variants
  • Loading branch information
mxdvl authored May 9, 2024
1 parent a9934d9 commit a7e2325
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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 */
},
Expand Down

0 comments on commit a7e2325

Please sign in to comment.