Skip to content

Commit b3f66f3

Browse files
committed
Set the Auxia experiment audience to 30%
1 parent 8bef7c7 commit b3f66f3

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,
10+
audience: 0.3,
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.9,
11-
audienceOffset: 0.0,
10+
audience: 0.6,
11+
audienceOffset: 0.3,
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)