Skip to content

Commit

Permalink
Add 5% ab test to test optimisation of sourcepoint config (#27191)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakeii authored Jun 18, 2024
1 parent 8d0f602 commit fe63047
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 @@ -11,6 +11,7 @@ import java.time.LocalDate
object ActiveExperiments extends ExperimentsDefinition {
override val allExperiments: Set[Experiment] =
Set(
UseSourcepointPropertyId,
DarkModeWeb,
UpdatedHeaderDesign,
MastheadWithHighlights,
Expand All @@ -19,6 +20,15 @@ object ActiveExperiments extends ExperimentsDefinition {
implicit val canCheckExperiment: CanCheckExperiment = new CanCheckExperiment(this)
}

object UseSourcepointPropertyId
extends Experiment(
name = "use-sourcepoint-property-id",
description = "Use Sourcepoint propertyId instead of propertyHref",
owners = Seq(Owner.withGithub("[email protected]")),
sellByDate = LocalDate.of(2024, 7, 30),
participationGroup = Perc5A,
)

object UpdatedHeaderDesign
extends Experiment(
name = "updated-header-design",
Expand Down

0 comments on commit fe63047

Please sign in to comment.