From 6beeb34fffc52678d7a5982a582930b642acf33c Mon Sep 17 00:00:00 2001 From: Dominik Lander Date: Tue, 31 Oct 2023 11:24:38 +0000 Subject: [PATCH] Remove ServerSideLiveblogInlineAds experiment --- common/app/experiments/Experiments.scala | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/common/app/experiments/Experiments.scala b/common/app/experiments/Experiments.scala index bb47d319a35..09b151b7f0b 100644 --- a/common/app/experiments/Experiments.scala +++ b/common/app/experiments/Experiments.scala @@ -12,7 +12,6 @@ object ActiveExperiments extends ExperimentsDefinition { override val allExperiments: Set[Experiment] = Set( Lightbox, - ServerSideLiveblogInlineAds, OphanEsm, HeaderTopBarSearchCapi, AdaptiveSite, @@ -40,16 +39,6 @@ object Lightbox participationGroup = Perc0B, ) -object ServerSideLiveblogInlineAds - extends Experiment( - name = "server-side-liveblog-inline-ads", - description = - "Test whether we can load liveblog inline ads server-side without negative effects on user experience or revenue", - owners = Seq(Owner.withGithub("@guardian/commercial-dev")), - sellByDate = LocalDate.of(2023, 11, 1), - participationGroup = Perc0C, - ) - // Removing while we are still implementing this content type in DCR //object DCRImageContent // extends Experiment(