diff --git a/common/app/conf/switches/ABTestSwitches.scala b/common/app/conf/switches/ABTestSwitches.scala index d5345240965..4242553405b 100644 --- a/common/app/conf/switches/ABTestSwitches.scala +++ b/common/app/conf/switches/ABTestSwitches.scala @@ -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("commercial.dev@theguardian.com")), + safeState = Off, + sellByDate = Some(LocalDate.of(2024, 12, 18)), + exposeClientSide = true, + highImpact = false, + ) }