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.
1 parent 8358c06 commit 36f006aCopy full SHA for 36f006a
ab-testing/config/abTests.ts
@@ -57,6 +57,18 @@ const ABTests: ABTest[] = [
57
groups: ["control", "variant"],
58
shouldForceMetricsCollection: false,
59
},
60
+ {
61
+ name: "commercial-a9-safe-frames",
62
+ description:
63
+ "Tests the impact of using the useSafeFrames options for A9",
64
+ owners: ["[email protected]"],
65
+ expirationDate: "2025-12-30",
66
+ type: "client",
67
+ status: "ON",
68
+ audienceSize: 0 / 100,
69
+ groups: ["variant"],
70
+ shouldForceMetricsCollection: false,
71
+ },
72
];
73
74
const activeABtests = ABTests.filter((test) => test.status === "ON");
0 commit comments