From 56260dbd0feba3a263ec7e97eae199db5d3eb426 Mon Sep 17 00:00:00 2001 From: Jake Lee Kennedy Date: Fri, 29 Nov 2024 13:09:29 +0000 Subject: [PATCH] delete header bidding test switch --- common/app/conf/switches/ABTestSwitches.scala | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/common/app/conf/switches/ABTestSwitches.scala b/common/app/conf/switches/ABTestSwitches.scala index 3a1af373203..3f1c921eb30 100644 --- a/common/app/conf/switches/ABTestSwitches.scala +++ b/common/app/conf/switches/ABTestSwitches.scala @@ -44,7 +44,7 @@ trait ABTestSwitches { "Test the Opt Out frequency capping feature", owners = Seq(Owner.withEmail("commercial.dev@theguardian.com")), safeState = Off, - sellByDate = Some(LocalDate.of(2024, 12, 2)), + sellByDate = Some(LocalDate.of(2025, 1, 29)), exposeClientSide = true, highImpact = false, ) @@ -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("commercial.dev@theguardian.com")), - safeState = Off, - sellByDate = Some(LocalDate.of(2024, 12, 2)), - exposeClientSide = true, - highImpact = false, - ) Switch( ABTests, "ab-gpid-prebid-ad-units",