Skip to content

Commit

Permalink
Update the audience figures and duration
Browse files Browse the repository at this point in the history
  • Loading branch information
lindseydew committed Oct 23, 2023
1 parent 2ff76e5 commit 2f398ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 @@ -31,7 +31,7 @@ trait ABTestSwitches {
"Show sign in gate a different frequency depending on the time of day",
owners = Seq(Owner.withGithub("personalisation")),
safeState = Off,
sellByDate = Some(LocalDate.of(2023, 12, 29)),
sellByDate = Some(LocalDate.of(2023, 11, 23)),
exposeClientSide = true,
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

export const signInGateTimesOfDay = {
id: 'SignInGateTimesOfDay',
start: '2020-05-20',
expiry: '2023-12-29',
start: '2023-10-23',
expiry: '2023-11-23',
author: 'Lindsey Dew',
description:
'Show sign in gate more frequently to users in the morning',
audience: 0.4,
audienceOffset: 0.5,
audience: 0.5,
audienceOffset: 0.4,
successMeasure: 'Increase registration and sign ins by 5%',
audienceCriteria:
'1st article of the day, max 5 articles, lower priority than consent banner, simple articles (not gallery, live etc.), not signed in, not shown after dismiss, not on help, info sections etc. Exclude iOS 9 and guardian-live-australia. Suppresses other banners, and appears over epics',
Expand Down

0 comments on commit 2f398ba

Please sign in to comment.