From 683b9d0cc0d329081f62b244a13a6d0ebd28af26 Mon Sep 17 00:00:00 2001 From: Dominik Lander Date: Mon, 21 Oct 2024 12:56:23 +0100 Subject: [PATCH] Set US Banner test audience to 15% --- .../experiments/tests/usa-expandable-marketing-card.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/src/javascripts/projects/common/modules/experiments/tests/usa-expandable-marketing-card.js b/static/src/javascripts/projects/common/modules/experiments/tests/usa-expandable-marketing-card.js index 24ec50d9b72..de79ee16a3b 100644 --- a/static/src/javascripts/projects/common/modules/experiments/tests/usa-expandable-marketing-card.js +++ b/static/src/javascripts/projects/common/modules/experiments/tests/usa-expandable-marketing-card.js @@ -5,8 +5,8 @@ export const UsaExpandableMarketingCard = { author: 'dotcom.platform@guardian.co.uk', description: 'Test the impact of showing the user a component that highlights the Guardians journalism.', - audience: 0, - audienceOffset: 0, + audience: 15 / 100, + audienceOffset: 0 / 100, audienceCriteria: 'US-based users that see the US edition.', successMeasure: 'Users are more likely to engage with the site.', canRun: () => true,