Skip to content

Commit

Permalink
Merge pull request #27173 from guardian/ab/tag-link-test
Browse files Browse the repository at this point in the history
Add opt in 0% test for tag link experiment
  • Loading branch information
abeddow91 authored May 22, 2024
2 parents fd217d8 + 8bf36af commit 2a092ed
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 @@ -16,6 +16,7 @@ object ActiveExperiments extends ExperimentsDefinition {
UpdatedHeaderDesign,
UpdateLogoAdPartner,
MastheadWithHighlights,
TagLinkDesign,
)
implicit val canCheckExperiment: CanCheckExperiment = new CanCheckExperiment(this)
}
Expand Down Expand Up @@ -65,3 +66,12 @@ object DCRTagPages
sellByDate = LocalDate.of(2024, 5, 31),
participationGroup = Perc20A,
)

object TagLinkDesign
extends Experiment(
name = "tag-link-design",
description = "Render an updated sticky design for tag links",
owners = Seq(Owner.withGithub("[email protected]")),
sellByDate = LocalDate.of(2024, 7, 31),
participationGroup = Perc0E,
)

0 comments on commit 2a092ed

Please sign in to comment.