Skip to content

Commit 5550a4f

Browse files
authored
Merge pull request #16330 from guardian/doml/add-ozone-test
Add Ozone outstream 0% AB test
2 parents 236854c + 684e938 commit 5550a4f

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

ab-testing/config/abTests.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,18 @@ const ABTests: ABTest[] = [
133133
groups: ["holdback", "control"],
134134
shouldForceMetricsCollection: true,
135135
},
136+
{
137+
name: "commercial-ozone-outstream",
138+
description: "A test to ensure correct integration of Ozone outstream.",
139+
owners: ["commercial.dev@guardian.co.uk"],
140+
expirationDate: "2026-09-23",
141+
type: "client",
142+
status: "ON",
143+
audienceSize: 0 / 100,
144+
audienceSpace: "A",
145+
groups: ["control", "variant"],
146+
shouldForceMetricsCollection: false,
147+
},
136148
{
137149
name: "fronts-and-curation-loop-click-through",
138150
description:

0 commit comments

Comments
 (0)