Skip to content

Commit

Permalink
Merge pull request #26992 from guardian/doml/mega-test-okr
Browse files Browse the repository at this point in the history
Add server-side AB test for commercial mega test
  • Loading branch information
domlander authored Mar 25, 2024
2 parents e2aff26 + 3717491 commit e32d7ee
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions common/app/experiments/Experiments.scala
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ object ActiveExperiments extends ExperimentsDefinition {
override val allExperiments: Set[Experiment] =
Set(
AdaptiveSite,
CommercialMegaTest,
CrosswordMobileBanner,
DCRTagPages,
OscarsNewsletterEmbed1,
Expand All @@ -20,6 +21,15 @@ object ActiveExperiments extends ExperimentsDefinition {
implicit val canCheckExperiment: CanCheckExperiment = new CanCheckExperiment(this)
}

object CommercialMegaTest
extends Experiment(
name = "commercial-mega-test",
description = "Test the revenue effect of changes made during Q4",
owners = Seq(Owner.withEmail("[email protected]")),
sellByDate = LocalDate.of(2024, 8, 8),
participationGroup = Perc0A,
)

object AdaptiveSite
extends Experiment(
name = "adaptive-site",
Expand Down

0 comments on commit e32d7ee

Please sign in to comment.