Skip to content

Commit 5c8d825

Browse files
authored
Merge pull request #14821 from guardian/feat/prebid-10-test
Feat: Prebid v10 test setup
2 parents 8b3f56f + 65545fe commit 5c8d825

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

ab-testing/abTest.ts

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,19 @@ import type { ABTest } from './types';
1919
* - 100% Test variant MVT 500-999
2020
*/
2121

22-
const ABTests: ABTest[] = [];
22+
const ABTests: ABTest[] = [
23+
{
24+
name: 'commercial-prebid-v10',
25+
description: 'Testing Prebid.js v10 integration on DCR',
26+
owners: ['[email protected]'],
27+
status: 'ON',
28+
expirationDate: '2025-12-30',
29+
type: 'client',
30+
audienceSize: 0 / 100,
31+
groups: ['control', 'variant'],
32+
shouldForceMetricsCollection: true,
33+
},
34+
];
2335

2436
const activeABtests = ABTests.filter((test) => test.status === 'ON');
2537

0 commit comments

Comments
 (0)