-
Notifications
You must be signed in to change notification settings - Fork 555
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27168 from guardian/ei/set-affiliate-links-live
Set affiliate links live
- Loading branch information
Showing
10 changed files
with
30 additions
and
140 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
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
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
11 changes: 5 additions & 6 deletions
11
common/app/views/fragments/affiliateLinksDisclaimer.scala.html
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 |
---|---|---|
@@ -1,10 +1,9 @@ | ||
<br> | ||
<br /> | ||
<p class="gallery__disclaimer"> | ||
The Guardian’s product and service reviews are independent and are in no | ||
way influenced by any advertiser or commercial initiative. We will earn a | ||
commission from the retailer if you buy something through an affiliate link. | ||
The Guardian’s journalism is independent. We will earn a commission if you | ||
buy something through an affiliate link. | ||
<a | ||
href="https://www.theguardian.com/info/2017/nov/01/reader-information-on-affiliate-links" | ||
href="https://www.theguardian.com/info/2017/nov/01/reader-information-on-affiliate-links" | ||
>Learn more</a | ||
>. | ||
</p> | ||
</p> |
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