2 parents 236854c + 684e938 commit 5550a4fCopy full SHA for 5550a4f
1 file changed
ab-testing/config/abTests.ts
@@ -133,6 +133,18 @@ const ABTests: ABTest[] = [
133
groups: ["holdback", "control"],
134
shouldForceMetricsCollection: true,
135
},
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
+ },
148
{
149
name: "fronts-and-curation-loop-click-through",
150
description:
0 commit comments