Skip to content

Commit

Permalink
Merge pull request #26730 from guardian/doml/remove-ads-in-merch-test
Browse files Browse the repository at this point in the history
Remove ads-in-merch AB test
  • Loading branch information
domlander authored Dec 1, 2023
2 parents a6114d1 + 1d820f7 commit ea78dc5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 15 deletions.
10 changes: 0 additions & 10 deletions common/app/conf/switches/CommercialSwitches.scala
Original file line number Diff line number Diff line change
Expand Up @@ -432,14 +432,4 @@ trait PrebidSwitches {
sellByDate = never,
exposeClientSide = true,
)

val adsInMerch: Switch = Switch(
group = Commercial,
name = "ads-in-merch",
description = "Enable showing adverts in merchandising-high and merchandising slots",
owners = group(Commercial),
safeState = Off,
sellByDate = Some(LocalDate.of(2023, 12, 4)),
exposeClientSide = true,
)
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@guardian/atom-renderer": "^2.0.0",
"@guardian/automat-modules": "^0.3.8",
"@guardian/braze-components": "^15.0.1",
"@guardian/commercial": "11.23.2",
"@guardian/commercial": "11.24.0",
"@guardian/consent-management-platform": "13.7.1",
"@guardian/core-web-vitals": "^5.0.0",
"@guardian/identity-auth": "1.1.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2423,10 +2423,10 @@
resolved "https://registry.yarnpkg.com/@guardian/braze-components/-/braze-components-15.0.1.tgz#2c936c43e654f5ae28db254329eae1b4b5861641"
integrity sha512-XNqYE9X/4aM5vZqiZInedvEZ9niPfdqwL7SjzNF0wnVbR+YObOC6QC68M521gTPcyca6r190qtnayv4GNO0peg==

"@guardian/commercial@11.23.2":
version "11.23.2"
resolved "https://registry.yarnpkg.com/@guardian/commercial/-/commercial-11.23.2.tgz#4ae9dd847459c463808362ca3aca6507dacfff43"
integrity sha512-mP4qi+4uoJN0axeWovQlSsO9hjsolcHI/5dzgyD7K/yG7BrRb5u1HgKRG6ECrQXE4WeQmi8N9ONKSq4E6v+NFA==
"@guardian/commercial@11.24.0":
version "11.24.0"
resolved "https://registry.yarnpkg.com/@guardian/commercial/-/commercial-11.24.0.tgz#b20b0baf559d14e3318d6056eb33c07faeb73762"
integrity sha512-DD4cDglyFTW4+R+syV3Bjrx1ijD4F9zo0AEAF5lbsK1C84vYtnnusbUlMUKK7kyTAHI2Mz2JJ4QhljoS+zHNYQ==
dependencies:
"@changesets/cli" "^2.26.2"
"@octokit/core" "^4.0.5"
Expand Down

0 comments on commit ea78dc5

Please sign in to comment.