From 0309aacfec127303ae5e3d67acc08365d35ca140 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Wed, 29 Nov 2023 12:07:32 +0000 Subject: [PATCH 1/2] Extend IMA test to end of feb 2024 --- .../projects/common/modules/experiments/tests/integrate-ima.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/src/javascripts/projects/common/modules/experiments/tests/integrate-ima.ts b/static/src/javascripts/projects/common/modules/experiments/tests/integrate-ima.ts index 8c2b76e94fb9..6364f1a075a6 100644 --- a/static/src/javascripts/projects/common/modules/experiments/tests/integrate-ima.ts +++ b/static/src/javascripts/projects/common/modules/experiments/tests/integrate-ima.ts @@ -4,7 +4,7 @@ import { noop } from '../../../../../lib/noop'; export const integrateIma: ABTest = { id: 'IntegrateIma', start: '2022-07-14', - expiry: '2023-07-10', + expiry: '2024-02-28', author: 'Zeke Hunter-Green', description: 'Test the commercial impact of replacing YouTube ads with Interactive Media Ads on first-party videos', From 1ede2997a5113cd41a8c551cd902fb3d8482b2b7 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Wed, 29 Nov 2023 14:54:22 +0000 Subject: [PATCH 2/2] Extend IMA AB test to end of feb 2024 --- common/app/conf/switches/ABTestSwitches.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/app/conf/switches/ABTestSwitches.scala b/common/app/conf/switches/ABTestSwitches.scala index d9cc3fa0a0a3..b98736943a0e 100644 --- a/common/app/conf/switches/ABTestSwitches.scala +++ b/common/app/conf/switches/ABTestSwitches.scala @@ -51,7 +51,7 @@ trait ABTestSwitches { "Test the commercial impact of replacing YouTube ads with Interactive Media Ads on first-party videos", owners = Seq(Owner.withGithub("commercial.dev@theguardian.com")), safeState = Off, - sellByDate = Some(LocalDate.of(2023, 11, 30)), + sellByDate = Some(LocalDate.of(2024, 2, 28)), exposeClientSide = true, )