Skip to content

Commit 6e5f5e0

Browse files
committed
push  2q 09876add AB test for integrating UID2 into prebid
1 parent e1cee7f commit 6e5f5e0

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)