From 2d645fea5845815f38c4da8a5c87d353bcb0556d Mon Sep 17 00:00:00 2001 From: Jake Lee Kennedy Date: Thu, 26 Mar 2026 12:08:21 +0000 Subject: [PATCH] Convert spacefinder on interactive 0% test to holdback test --- ab-testing/config/abTests.ts | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/ab-testing/config/abTests.ts b/ab-testing/config/abTests.ts index 8205954e9fa..d8edf55c462 100644 --- a/ab-testing/config/abTests.ts +++ b/ab-testing/config/abTests.ts @@ -44,16 +44,17 @@ const ABTests: ABTest[] = [ shouldForceMetricsCollection: false, }, { - name: "commercial-enable-spacefinder-on-interactives", - description: "Enable spacefinder on interactive articles on mobile web", + name: "commercial-holdback-spacefinder-on-interactives", + description: + "Holdback proportion of the audience without new spacefinder logic on interactive pages", owners: ["commercial.dev@guardian.co.uk"], expirationDate: "2026-04-09", type: "client", status: "ON", - audienceSize: 0 / 100, + audienceSize: 10 / 100, audienceSpace: "A", - groups: ["true"], - shouldForceMetricsCollection: false, + groups: ["control", "holdback"], + shouldForceMetricsCollection: true, }, { name: "commercial-mobile-inline1-halfpage",