@@ -156,19 +156,6 @@ const ABTests: ABTest[] = [
156156 groups : [ "control" , "variant" ] ,
157157 shouldForceMetricsCollection : false ,
158158 } ,
159- {
160- name : "commercial-prebid-transaction-ids" ,
161- description :
162- "Test to measure the impact of submitting Prebid transaction IDs" ,
163- owners : [ "commercial.dev@guardian.co.uk" ] ,
164- expirationDate : "2026-09-30" ,
165- type : "client" ,
166- status : "ON" ,
167- audienceSize : 50 / 100 ,
168- audienceSpace : "B" ,
169- groups : [ "control" , "variant" ] ,
170- shouldForceMetricsCollection : false ,
171- } ,
172159 {
173160 name : "identity-and-trust-consent-rr-banner-us" ,
174161 description :
@@ -219,6 +206,31 @@ const ABTests: ABTest[] = [
219206 groups : [ "enable" ] ,
220207 shouldForceMetricsCollection : false ,
221208 } ,
209+ {
210+ name : "commercial-mobile-above-nav-test" ,
211+ description : "Test adding the mobile-above-nav ad slot to mobile pages" ,
212+ owners : [ "commercial.dev@guardian.co.uk" ] ,
213+ expirationDate : "2026-10-30" ,
214+ type : "server" ,
215+ status : "ON" ,
216+ audienceSize : 0 / 100 ,
217+ audienceSpace : "B" ,
218+ groups : [ "control" , "variant" ] ,
219+ shouldForceMetricsCollection : true ,
220+ } ,
221+ {
222+ name : "commercial-rich-links" ,
223+ description :
224+ "Test to measure the impact of fixing rich links insert behaviour and reduced restrictions on ad insertion around rich links." ,
225+ owners : [ "commercial.dev@guardian.co.uk" ] ,
226+ expirationDate : "2026-10-28" ,
227+ type : "client" ,
228+ status : "ON" ,
229+ audienceSize : 0 / 100 ,
230+ audienceSpace : "A" ,
231+ groups : [ "control" , "variant" ] ,
232+ shouldForceMetricsCollection : true ,
233+ } ,
222234] ;
223235
224236const activeABtests = ABTests . filter ( ( test ) => test . status === "ON" ) ;
0 commit comments