Skip to content

Commit

Permalink
remove prebid-with-permutive experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
mxdvl committed May 19, 2021
1 parent fb9282a commit 1986dc7
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 @@ -10,7 +10,6 @@ object ActiveExperiments extends ExperimentsDefinition {
override val allExperiments: Set[Experiment] = Set(
LiveblogRendering,
HideAnniversaryAtom,
PrebidWithPermutive,
)

implicit val canCheckExperiment = new CanCheckExperiment(this)
Expand Down Expand Up @@ -43,12 +42,3 @@ object NewsletterEmbedDesign
sellByDate = new LocalDate(2020, 11, 30),
participationGroup = Perc20A,
)

object PrebidWithPermutive
extends Experiment(
name = "prebid-with-permutive",
description = "Enables permutive real-time config for Prebid.js",
owners = group(Commercial),
sellByDate = new LocalDate(2021, 6, 1),
participationGroup = Perc0B,
)

0 comments on commit 1986dc7

Please sign in to comment.