Skip to content

Commit

Permalink
Merge pull request #26640 from guardian/doml/remove-section-fronts-ba…
Browse files Browse the repository at this point in the history
…nner-test

Remove section fronts-banner AB test
  • Loading branch information
domlander authored Oct 12, 2023
2 parents 203d482 + 58f9e17 commit 1704005
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions common/app/experiments/Experiments.scala
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ object ActiveExperiments extends ExperimentsDefinition {
Lightbox,
ServerSideLiveblogInlineAds,
OphanEsm,
SectionFrontsBannerAds,
HeaderTopBarSearchCapi,
AdaptiveSite,
OfferHttp3,
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 1704005

Please sign in to comment.