From 58f9e172f29ea3be681e0b00f9f25870d5061bf3 Mon Sep 17 00:00:00 2001 From: Dominik Lander Date: Thu, 12 Oct 2023 09:24:24 +0100 Subject: [PATCH] Remove section fronts-banner AB test --- common/app/experiments/Experiments.scala | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/common/app/experiments/Experiments.scala b/common/app/experiments/Experiments.scala index ba60022b610..30ae6d29a63 100644 --- a/common/app/experiments/Experiments.scala +++ b/common/app/experiments/Experiments.scala @@ -15,7 +15,6 @@ object ActiveExperiments extends ExperimentsDefinition { Lightbox, ServerSideLiveblogInlineAds, OphanEsm, - SectionFrontsBannerAds, HeaderTopBarSearchCapi, AdaptiveSite, OfferHttp3, @@ -98,15 +97,6 @@ object OfferHttp3 participationGroup = Perc1E, ) -object SectionFrontsBannerAds - extends Experiment( - name = "section-fronts-banner-ads", - description = "Creates a new ad experience on section fronts, replacing MPUs with banner ads", - owners = Seq(Owner.withGithub("@guardian/commercial-dev")), - sellByDate = LocalDate.of(2023, 10, 31), - participationGroup = Perc20A, - ) - object OphanEsm extends Experiment( name = "ophan-esm",