-
Notifications
You must be signed in to change notification settings - Fork 556
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27609 from guardian/doml/update-us-banner-test
Update UsaExpandableMarketingCard test
- Loading branch information
Showing
1 changed file
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.', | ||
|
@@ -23,5 +23,9 @@ export const UsaExpandableMarketingCard = { | |
id: 'variant-bubble', | ||
test: () => {}, | ||
}, | ||
{ | ||
id: 'variant-billionaire', | ||
test: () => {}, | ||
}, | ||
], | ||
}; |