Skip to content

Commit

Permalink
Remove FrontsBannerAdsDcr experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
domlander committed Oct 6, 2023
1 parent 4449c62 commit ec591ed
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 @@ -11,7 +11,6 @@ import java.time.LocalDate
object ActiveExperiments extends ExperimentsDefinition {
override val allExperiments: Set[Experiment] =
Set(
FrontsBannerAdsDcr,
Lightbox,
ServerSideLiveblogInlineAds,
OphanEsm,
Expand Down Expand Up @@ -52,15 +51,6 @@ object ServerSideLiveblogInlineAds
participationGroup = Perc0C,
)

object FrontsBannerAdsDcr
extends Experiment(
name = "fronts-banner-ads-dcr",
description = "Creates a new ad experience on fronts pages, replacing MPUs with banner ads",
owners = Seq(Owner.withGithub("@guardian/commercial-dev")),
sellByDate = LocalDate.of(2023, 11, 1),
participationGroup = Perc0E,
)

// Removing while we are still implementing this content type in DCR
//object DCRImageContent
// extends Experiment(
Expand Down

0 comments on commit ec591ed

Please sign in to comment.