Skip to content

Commit d9b1d55

Browse files
committed
add 0% ab test for prebid price floor
1 parent d52f569 commit d9b1d55

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

ab-testing/config/abTests.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,19 @@ const ABTests: ABTest[] = [
146146
groups: ["control", "variant"],
147147
shouldForceMetricsCollection: true,
148148
},
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+
},
149162
];
150163

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

0 commit comments

Comments
 (0)