Skip to content

Commit 046b1e5

Browse files
authored
Merge pull request #13412 from guardian/ph-20250218-1305-30-percent
Set the Auxia experiment audience to 35%
2 parents fd46652 + 3e3fd20 commit 046b1e5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dotcom-rendering/src/experiments/tests/auxia-sign-in-gate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const auxiaSignInGate: ABTest = {
77
author: 'Pascal (Growth Team)',
88
description:
99
'R&D Experiment: using Auxia API to drive the behavior of the SignIn gate',
10-
audience: 0.2,
10+
audience: 0.35,
1111
audienceOffset: 0,
1212
successMeasure: '',
1313
audienceCriteria: '',

dotcom-rendering/src/experiments/tests/sign-in-gate-main-variant.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ export const signInGateMainVariant: ABTest = {
77
author: 'Mahesh Makani',
88
description:
99
'Show sign in gate to 100% of users on 3rd article view of simple article templates, and show a further 5 times after the first dismissal, with higher priority over banners and epic. Main/Variant Audience.',
10-
audience: 0.7,
11-
audienceOffset: 0.2,
10+
audience: 0.55,
11+
audienceOffset: 0.35,
1212
successMeasure: 'Users sign in or create a Guardian account',
1313
audienceCriteria:
1414
'3rd article of the day, lower priority than consent banner, simple articles (not gallery, live etc.), not signed in, not shown after dismiss, not on help, info sections etc. Exclude iOS 9 and guardian-live-australia. Suppresses other banners, and appears over epics',

0 commit comments

Comments
 (0)