From e68afe66d0fca26292402c2ae9f191ecf444b0a4 Mon Sep 17 00:00:00 2001 From: Demetrios Skamiotis Date: Mon, 18 Nov 2024 19:29:21 +0000 Subject: [PATCH] add gpid prebid switch --- common/app/conf/switches/ABTestSwitches.scala | 10 ++++++++++ 1 file changed, 10 insertions(+) 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, + ) }