From e6a009c16fcbbb1f28184aca0234b0451c48b943 Mon Sep 17 00:00:00 2001 From: Onye Anuna Date: Wed, 19 Nov 2025 11:58:52 +0000 Subject: [PATCH] feat: prebid v10 test --- ab-testing/abTests.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ab-testing/abTests.ts b/ab-testing/abTests.ts index 913dbd4a226..621d786989f 100644 --- a/ab-testing/abTests.ts +++ b/ab-testing/abTests.ts @@ -25,9 +25,10 @@ const ABTests: ABTest[] = [ description: "Testing Prebid.js v10 integration on DCR", owners: ["commercial.dev@guardian.co.uk"], status: "ON", - expirationDate: "2025-12-30", + expirationDate: "2025-12-10", type: "client", - audienceSize: 0 / 100, + audienceSize: 10 / 100, + audienceSpace: "A", groups: ["control", "variant"], shouldForceMetricsCollection: true, },