Skip to content

Commit

Permalink
delete header bidding test switch
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakeii committed Nov 29, 2024
1 parent 0c4b674 commit 56260db
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions common/app/conf/switches/ABTestSwitches.scala
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ trait ABTestSwitches {
"Test the Opt Out frequency capping feature",
owners = Seq(Owner.withEmail("[email protected]")),
safeState = Off,
sellByDate = Some(LocalDate.of(2024, 12, 2)),
sellByDate = Some(LocalDate.of(2025, 1, 29)),
exposeClientSide = true,
highImpact = false,
)
Expand All @@ -71,16 +71,6 @@ trait ABTestSwitches {
highImpact = false,
)

Switch(
ABTests,
"ab-new-header-bidding-endpoint",
"Test new header bidding (prebid) analytics endpoint",
owners = Seq(Owner.withEmail("[email protected]")),
safeState = Off,
sellByDate = Some(LocalDate.of(2024, 12, 2)),
exposeClientSide = true,
highImpact = false,
)
Switch(
ABTests,
"ab-gpid-prebid-ad-units",
Expand Down

0 comments on commit 56260db

Please sign in to comment.