@@ -32,44 +32,19 @@ const ABTests: ABTest[] = [
3232 groups : [ "control" , "variant" ] ,
3333 shouldForceMetricsCollection : true ,
3434 } ,
35- {
36- name : "commercial-user-module-uid2" ,
37- description :
38- "A hold back test to measure the impact of integrating UID2 module" ,
39- owners : [ "commercial.dev@guardian.co.uk" ] ,
40- expirationDate : `2026-01-29` ,
41- type : "client" ,
42- status : "ON" ,
43- audienceSize : 10 / 100 ,
44- audienceSpace : "A" ,
45- groups : [ "control" , "variant" ] ,
46- shouldForceMetricsCollection : true ,
47- } ,
4835 {
4936 name : "commercial-user-module-liveramp" ,
5037 description :
51- "Hold-back test measuring ad targeting from liveramp 's identityLinkIdSystem module integration" ,
38+ "Test measuring ad targeting from LiveRamp 's identityLinkIdSystem module integration" ,
5239 owners : [ "commercial.dev@guardian.co.uk" ] ,
53- expirationDate : `2026-01-30 ` ,
40+ expirationDate : `2026-03-04 ` ,
5441 type : "client" ,
5542 status : "ON" ,
5643 audienceSize : 10 / 100 ,
57- audienceSpace : "A " ,
44+ audienceSpace : "B " ,
5845 groups : [ "control" , "variant" ] ,
5946 shouldForceMetricsCollection : true ,
6047 } ,
61- {
62- name : "fronts-and-curation-onward-journeys" ,
63- description : "Testing the new Onward Journey component on all articles" ,
64- owners : [ "fronts.and.curation@guardian.co.uk" ] ,
65- expirationDate : `2026-02-25` ,
66- type : "client" ,
67- status : "ON" ,
68- audienceSize : 50 / 100 ,
69- audienceSpace : "A" ,
70- groups : [ "control" , "variant" ] ,
71- shouldForceMetricsCollection : false ,
72- } ,
7348 {
7449 name : "fronts-and-curation-personalised-container" ,
7550 description : "Testing the a personalised container component on fronts" ,
@@ -94,6 +69,56 @@ const ABTests: ABTest[] = [
9469 groups : [ "control" , "variant" ] ,
9570 shouldForceMetricsCollection : false ,
9671 } ,
72+ {
73+ name : "commercial-enable-spacefinder-on-interactives" ,
74+ description : "Enable spacefinder on interactive articles on mobile web" ,
75+ owners : [ "commercial.dev@guardian.co.uk" ] ,
76+ expirationDate : `2026-02-28` ,
77+ type : "client" ,
78+ status : "ON" ,
79+ audienceSize : 0 / 100 ,
80+ audienceSpace : "A" ,
81+ groups : [ "true" ] ,
82+ shouldForceMetricsCollection : false ,
83+ } ,
84+ {
85+ name : "webex-preferred-source" ,
86+ description :
87+ "Testing the Preferred Source on Google button in the meta section of articles" ,
88+ owners : [ "dotcom.platform@theguardian.com" ] ,
89+ expirationDate : "2026-02-25" ,
90+ type : "server" ,
91+ status : "ON" ,
92+ audienceSize : 20 / 100 ,
93+ audienceSpace : "A" ,
94+ groups : [ "control" , "prefer" , "add" ] ,
95+ } ,
96+ {
97+ name : "commercial-mobile-inline1-halfpage" ,
98+ description :
99+ "To measure impact (RPM) and CLS of adding halfPage as an additional size option to mobile inline1 ad slot" ,
100+ owners : [ "commercial.dev@guardian.co.uk" ] ,
101+ expirationDate : `2026-02-28` ,
102+ type : "client" ,
103+ status : "ON" ,
104+ audienceSize : 20 / 100 ,
105+ audienceSpace : "A" ,
106+ groups : [ "control" , "variant" ] ,
107+ shouldForceMetricsCollection : false ,
108+ } ,
109+ {
110+ name : "thefilter-at-a-glance-redesign" ,
111+ description :
112+ "Testing redesigned at a glance component on The Filter articles" ,
113+ owners : [ "thefilter.dev@guardian.co.uk" ] ,
114+ expirationDate : "2026-02-25" ,
115+ type : "server" ,
116+ status : "ON" ,
117+ audienceSize : 100 / 100 ,
118+ audienceSpace : "C" ,
119+ groups : [ "control" , "stacked" , "carousel" ] ,
120+ shouldForceMetricsCollection : false ,
121+ } ,
97122] ;
98123
99124const activeABtests = ABTests . filter ( ( test ) => test . status === "ON" ) ;
0 commit comments