Skip to content

Commit

Permalink
Merge pull request #26728 from guardian/clj/extend-ima
Browse files Browse the repository at this point in the history
Extend the IMA test and switch
  • Loading branch information
chrislomaxjones authored Nov 29, 2023
2 parents 4dff804 + 1ede299 commit 0f8ec21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/app/conf/switches/ABTestSwitches.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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("[email protected]")),
safeState = Off,
sellByDate = Some(LocalDate.of(2023, 11, 30)),
sellByDate = Some(LocalDate.of(2024, 2, 28)),
exposeClientSide = true,
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 0f8ec21

Please sign in to comment.