We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d52f569 commit d9b1d55Copy full SHA for d9b1d55
1 file changed
ab-testing/config/abTests.ts
@@ -146,6 +146,19 @@ const ABTests: ABTest[] = [
146
groups: ["control", "variant"],
147
shouldForceMetricsCollection: true,
148
},
149
+ {
150
+ name: "commercial-prebid-price-floor",
151
+ description:
152
+ "Measure the impact on bid response rate o f enforcing a minimum $0.10 bid floor on all Prebid ad slots.",
153
+ owners: ["commercial.dev@guardian.co.uk"],
154
+ expirationDate: "2026-05-07",
155
+ type: "client",
156
+ status: "ON",
157
+ audienceSize: 0 / 100,
158
+ audienceSpace: "A",
159
+ groups: ["control", "variant"],
160
+ shouldForceMetricsCollection: true,
161
+ },
162
];
163
164
const activeABtests = ABTests.filter((test) => test.status === "ON");
0 commit comments