-
Notifications
You must be signed in to change notification settings - Fork 556
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f88b87a
commit ffd0f59
Showing
6 changed files
with
23 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,6 @@ object ActiveExperiments extends ExperimentsDefinition { | |
UpdatedHeaderDesign, | ||
UpdateLogoAdPartner, | ||
MastheadWithHighlights, | ||
AffiliateLinksDCR, | ||
) | ||
implicit val canCheckExperiment: CanCheckExperiment = new CanCheckExperiment(this) | ||
} | ||
|
@@ -58,15 +57,6 @@ object UpdateLogoAdPartner | |
participationGroup = Perc0A, | ||
) | ||
|
||
object AffiliateLinksDCR | ||
extends Experiment( | ||
name = "affiliate-links-dcr", | ||
description = "Display affiliate links on all eligible DCR articles", | ||
owners = Seq(Owner.withGithub("[email protected]")), | ||
sellByDate = LocalDate.of(2024, 7, 30), | ||
participationGroup = Perc0E, | ||
) | ||
|
||
object DCRTagPages | ||
extends Experiment( | ||
name = "dcr-tag-pages", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters