Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions ab-testing/abTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ const ABTests: ABTest[] = [
description: "Testing Prebid.js v10 integration on DCR",
owners: ["commercial.dev@guardian.co.uk"],
status: "ON",
expirationDate: "2025-12-30",
expirationDate: "2025-12-10",
type: "client",
audienceSize: 0 / 100,
audienceSize: 10 / 100,
audienceSpace: "A",
groups: ["control", "variant"],
shouldForceMetricsCollection: true,
},
Expand Down
Loading