Skip to content

Commit

Permalink
Merge pull request #27545 from guardian/doml/start-us-banner-test
Browse files Browse the repository at this point in the history
Set US Banner AB test audience to 15%
  • Loading branch information
domlander authored Oct 21, 2024
2 parents 28fa770 + 683b9d0 commit 0042f8d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ export const UsaExpandableMarketingCard = {
author: '[email protected]',
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,
Expand Down

0 comments on commit 0042f8d

Please sign in to comment.