Skip to content

Commit

Permalink
Merge pull request #27613 from guardian/ds/add-gpid-prebid-switch
Browse files Browse the repository at this point in the history
add gpid prebid switch
  • Loading branch information
dskamiotis authored Nov 20, 2024
2 parents b2cc821 + e68afe6 commit 08ad01b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions common/app/conf/switches/ABTestSwitches.scala
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,14 @@ trait ABTestSwitches {
exposeClientSide = true,
highImpact = false,
)
Switch(
ABTests,
"ab-gpid-prebid-ad-units",
"Test new GPID prebid ad units",
owners = Seq(Owner.withEmail("[email protected]")),
safeState = Off,
sellByDate = Some(LocalDate.of(2024, 12, 18)),
exposeClientSide = true,
highImpact = false,
)
}

0 comments on commit 08ad01b

Please sign in to comment.