Skip to content

Commit

Permalink
Merge pull request #26641 from guardian/doml/fronts-banner-ads
Browse files Browse the repository at this point in the history
Add feature switch to enable fronts banner ads.
  • Loading branch information
domlander authored Oct 13, 2023
2 parents 6539c03 + feeada3 commit 9ddd439
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions common/app/conf/switches/CommercialSwitches.scala
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,16 @@ trait CommercialSwitches {
sellByDate = never,
exposeClientSide = true,
)

val frontsBannerAds: Switch = Switch(
group = Commercial,
name = "fronts-banner-ads",
description = "Enable banner ads to display instead of MPUs and merch-high on fronts pages.",
owners = group(Commercial),
safeState = Off,
sellByDate = never,
exposeClientSide = true,
)
}

trait PrebidSwitches {
Expand Down

0 comments on commit 9ddd439

Please sign in to comment.