Skip to content

Commit

Permalink
Merge pull request #27609 from guardian/doml/update-us-banner-test
Browse files Browse the repository at this point in the history
Update UsaExpandableMarketingCard test
  • Loading branch information
domlander authored Nov 18, 2024
2 parents 00efb95 + b4cc118 commit 3ed38ee
Showing 1 changed file with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
export const UsaExpandableMarketingCard = {
id: 'UsaExpandableMarketingCard',
start: '2024-10-02',
expiry: '2024-12-18',
start: '2024-11-18',
expiry: '2024-01-29',
author: '[email protected]',
description:
'Test the impact of showing the user a component that highlights the Guardians journalism.',
audience: 15 / 100,
audience: 40 / 100,
audienceOffset: 0 / 100,
audienceCriteria: 'US-based users that see the US edition.',
successMeasure: 'Users are more likely to engage with the site.',
Expand All @@ -23,5 +23,9 @@ export const UsaExpandableMarketingCard = {
id: 'variant-bubble',
test: () => {},
},
{
id: 'variant-billionaire',
test: () => {},
},
],
};

0 comments on commit 3ed38ee

Please sign in to comment.