Skip to content

Commit 9628638

Browse files
authored
Merge pull request #14955 from guardian/ds/add-beta-ab-commercial-user-module-uid2
add AB test for integrating UID2 into prebid
2 parents 7a92e9f + 6e5f5e0 commit 9628638

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

ab-testing/config/abTests.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,19 @@ const ABTests: ABTest[] = [
5757
groups: ["control", "variant"],
5858
shouldForceMetricsCollection: false,
5959
},
60+
{
61+
name: "commercial-user-module-uid2",
62+
description:
63+
"A hold back test to measure the impact of integrating UID2 module",
64+
owners: ["[email protected]"],
65+
expirationDate: `2025-12-19`,
66+
type: "client",
67+
status: "ON",
68+
audienceSize: 10 / 100,
69+
audienceSpace: "A",
70+
groups: ["control", "variant"],
71+
shouldForceMetricsCollection: true,
72+
},
6073
];
6174

6275
const activeABtests = ABTests.filter((test) => test.status === "ON");

0 commit comments

Comments
 (0)