Skip to content

Commit

Permalink
add AB test switch for prebid v9 (#27767)
Browse files Browse the repository at this point in the history
  • Loading branch information
cemms1 authored Feb 6, 2025
1 parent 1fd46d4 commit ca5f508
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions common/app/conf/switches/ABTestSwitches.scala
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,15 @@ trait ABTestSwitches {
exposeClientSide = true,
highImpact = false,
)

Switch(
ABTests,
"ab-prebid-v9",
"Test Prebid v9 ahead of full release",
owners = Seq(Owner.withEmail("[email protected]")),
safeState = Off,
sellByDate = Some(LocalDate.of(2025, 2, 28)),
exposeClientSide = true,
highImpact = false,
)
}

0 comments on commit ca5f508

Please sign in to comment.