-
Notifications
You must be signed in to change notification settings - Fork 30
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 #12857 from guardian/doml/restart-big-events-test
Update UsaExpandableMarketingCard test
- Loading branch information
Showing
2 changed files
with
74 additions
and
13 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
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ export const UsaExpandableMarketingCard: ABTest = { | |
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.', | ||
|
@@ -31,5 +31,11 @@ export const UsaExpandableMarketingCard: ABTest = { | |
/* no-op */ | ||
}, | ||
}, | ||
{ | ||
id: 'variant-billionaire', | ||
test: (): void => { | ||
/* no-op */ | ||
}, | ||
}, | ||
], | ||
}; |