Skip to content

Commit

Permalink
Merge pull request #26596 from guardian/doml/start-liveblog-server-ad…
Browse files Browse the repository at this point in the history
…s-test

Start server-side liveblog ads AB test
  • Loading branch information
domlander authored Sep 21, 2023
2 parents 1084140 + ffe52df commit 9c2def8
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions common/app/experiments/Experiments.scala
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,6 @@ object Lightbox
participationGroup = Perc0B,
)

object ServerSideLiveblogInlineAds
extends Experiment(
name = "server-side-liveblog-inline-ads",
description =
"Test whether we can load liveblog inline ads server-side without negative effects on user experience or revenue",
owners = Seq(Owner.withGithub("@guardian/commercial-dev")),
sellByDate = LocalDate.of(2023, 11, 1),
participationGroup = Perc0C,
)

object EuropeNetworkFront
extends Experiment(
name = "europe-network-front",
Expand Down Expand Up @@ -108,6 +98,16 @@ object OfferHttp3
participationGroup = Perc1E,
)

object ServerSideLiveblogInlineAds
extends Experiment(
name = "server-side-liveblog-inline-ads",
description =
"Test whether we can load liveblog inline ads server-side without negative effects on user experience or revenue",
owners = Seq(Owner.withGithub("@guardian/commercial-dev")),
sellByDate = LocalDate.of(2023, 11, 1),
participationGroup = Perc5A,
)

object SectionFrontsBannerAds
extends Experiment(
name = "section-fronts-banner-ads",
Expand Down

0 comments on commit 9c2def8

Please sign in to comment.