diff --git a/common/app/conf/switches/CommercialSwitches.scala b/common/app/conf/switches/CommercialSwitches.scala index f1047d1ad55..d18172c1009 100644 --- a/common/app/conf/switches/CommercialSwitches.scala +++ b/common/app/conf/switches/CommercialSwitches.scala @@ -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 {