@@ -35,36 +35,24 @@ const ABTests: ABTest[] = [
3535 {
3636 name : "commercial-user-module-liveramp" ,
3737 description :
38- "Hold-back test measuring ad targeting from liveramp 's identityLinkIdSystem module integration" ,
38+ "Test measuring ad targeting from LiveRamp 's identityLinkIdSystem module integration" ,
3939 owners : [ "commercial.dev@guardian.co.uk" ] ,
40- expirationDate : `2026-01-30 ` ,
40+ expirationDate : `2026-03-04 ` ,
4141 type : "client" ,
4242 status : "ON" ,
4343 audienceSize : 10 / 100 ,
44- audienceSpace : "A " ,
44+ audienceSpace : "B " ,
4545 groups : [ "control" , "variant" ] ,
4646 shouldForceMetricsCollection : true ,
4747 } ,
48- {
49- name : "fronts-and-curation-onward-journeys" ,
50- description : "Testing the new Onward Journey component on all articles" ,
51- owners : [ "fronts.and.curation@guardian.co.uk" ] ,
52- expirationDate : `2026-02-25` ,
53- type : "client" ,
54- status : "ON" ,
55- audienceSize : 50 / 100 ,
56- audienceSpace : "A" ,
57- groups : [ "control" , "variant" ] ,
58- shouldForceMetricsCollection : false ,
59- } ,
6048 {
6149 name : "fronts-and-curation-personalised-container" ,
6250 description : "Testing the a personalised container component on fronts" ,
6351 owners : [ "fronts.and.curation@guardian.co.uk" ] ,
64- expirationDate : `2026-02-22 ` ,
52+ expirationDate : `2026-02-19 ` ,
6553 type : "server" ,
6654 status : "ON" ,
67- audienceSize : 0 / 100 ,
55+ audienceSize : 5 / 100 ,
6856 audienceSpace : "A" ,
6957 groups : [ "control" , "variant" ] ,
7058 shouldForceMetricsCollection : false ,
@@ -93,6 +81,32 @@ const ABTests: ABTest[] = [
9381 groups : [ "true" ] ,
9482 shouldForceMetricsCollection : false ,
9583 } ,
84+ {
85+ name : "commercial-mobile-inline1-halfpage" ,
86+ description :
87+ "To measure impact (RPM) and CLS of adding halfPage as an additional size option to mobile inline1 ad slot" ,
88+ owners : [ "commercial.dev@guardian.co.uk" ] ,
89+ expirationDate : `2026-02-28` ,
90+ type : "client" ,
91+ status : "ON" ,
92+ audienceSize : 20 / 100 ,
93+ audienceSpace : "A" ,
94+ groups : [ "control" , "variant" ] ,
95+ shouldForceMetricsCollection : false ,
96+ } ,
97+ {
98+ name : "thefilter-at-a-glance-redesign" ,
99+ description :
100+ "Testing redesigned at a glance component on The Filter articles" ,
101+ owners : [ "thefilter.dev@guardian.co.uk" ] ,
102+ expirationDate : "2026-02-25" ,
103+ type : "server" ,
104+ status : "ON" ,
105+ audienceSize : 100 / 100 ,
106+ audienceSpace : "C" ,
107+ groups : [ "control" , "stacked" , "carousel" ] ,
108+ shouldForceMetricsCollection : false ,
109+ } ,
96110] ;
97111
98112const activeABtests = ABTests . filter ( ( test ) => test . status === "ON" ) ;
0 commit comments