Skip to content

Commit

Permalink
add switch for the trade desk prebid bidder (#27759)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakeii authored Jan 31, 2025
1 parent 81e74b6 commit ba74560
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions common/app/conf/switches/CommercialSwitches.scala
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,17 @@ trait PrebidSwitches {
highImpact = false,
)

val prebidTheTradeDesk: Switch = Switch(
group = CommercialPrebid,
name = "prebid-the-trade-desk",
description = "Include The Trade Desk (ttd) adapter in Prebid auctions",
owners = group(Commercial),
safeState = Off,
sellByDate = never,
exposeClientSide = true,
highImpact = false,
)

val sentinelLogger: Switch = Switch(
group = Commercial,
name = "sentinel-logger",
Expand Down

0 comments on commit ba74560

Please sign in to comment.