Skip to content

Commit

Permalink
Merge pull request #26632 from guardian/doml/stop-liveblog-server-ads…
Browse files Browse the repository at this point in the history
…-test

Turn off ServerSideLiveblogInlineAds experiment
  • Loading branch information
domlander authored Oct 6, 2023
2 parents 0885de7 + bc5f70c commit 4449c62
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 @@ -42,6 +42,16 @@ 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 FrontsBannerAdsDcr
extends Experiment(
name = "fronts-banner-ads-dcr",
Expand Down Expand Up @@ -88,16 +98,6 @@ 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 4449c62

Please sign in to comment.