We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a92e9f + 6e5f5e0 commit 9628638Copy full SHA for 9628638
ab-testing/config/abTests.ts
@@ -57,6 +57,19 @@ const ABTests: ABTest[] = [
57
groups: ["control", "variant"],
58
shouldForceMetricsCollection: false,
59
},
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
+ },
73
];
74
75
const activeABtests = ABTests.filter((test) => test.status === "ON");
0 commit comments