From e36480f58d7ab01638007b4ecef232090c270c67 Mon Sep 17 00:00:00 2001 From: DanielCliftonGuardian <110032454+DanielCliftonGuardian@users.noreply.github.com> Date: Wed, 19 Aug 2026 15:04:15 +0100 Subject: [PATCH] Add zero percent test for ozone hashed email support --- ab-testing/config/abTests.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ab-testing/config/abTests.ts b/ab-testing/config/abTests.ts index 0c27f4b4b94..540575995f5 100644 --- a/ab-testing/config/abTests.ts +++ b/ab-testing/config/abTests.ts @@ -107,6 +107,18 @@ const ABTests: ABTest[] = [ groups: ["control", "variant"], shouldForceMetricsCollection: true, }, + { + name: "commercial-ozone-hashed-email", + description: + "Pass hashed email to Ozone via pubProvidedId for audience matching", + owners: ["commercial.dev@guardian.co.uk"], + status: "ON", + expirationDate: "2026-09-30", + type: "client", + audienceSize: 0, + audienceSpace: "A", + groups: ["control", "variant"], + }, { name: "fronts-and-curation-loop-click-through", description: