Skip to content

Commit

Permalink
Merge pull request #26998 from guardian/doml/start-suppress-supporter…
Browse files Browse the repository at this point in the history
…-rev-sport-test

Start AB test to block supporter revenue messaging on Sport and Football sections
  • Loading branch information
domlander authored Mar 27, 2024
2 parents ebe944b + aa7268a commit 8d765e0
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ import type { ABTest } from '@guardian/ab-core';
export const blockSupporterRevenueMessagingSport: ABTest = {
id: 'BlockSupporterRevenueMessagingSport',
author: '@commercial-dev',
start: '2024-03-14',
expiry: '2024-06-01',
audience: 0 / 100,
audienceOffset: 0 / 100,
start: '2024-03-27',
expiry: '2024-05-14',
audience: 10 / 100,
audienceOffset: 5 / 100,
audienceCriteria: 'Fronts and articles in the Sport section',
successMeasure:
'Ad revenue and ad ratio increases without significantly impacting supporter revenue',
Expand Down

0 comments on commit 8d765e0

Please sign in to comment.