Skip to content

Commit 1499a64

Browse files
Merge branch 'main' into move-standard-content-grid-to-component
2 parents cca684f + 21a9353 commit 1499a64

132 files changed

Lines changed: 919 additions & 579 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

ab-testing/config/abTests.ts

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -57,18 +57,6 @@ const ABTests: ABTest[] = [
5757
groups: ["control"],
5858
shouldForceMetricsCollection: false,
5959
},
60-
{
61-
name: "commercial-hosted-gallery",
62-
description: "Preview the Hosted Gallery pages using dotcom-rendering",
63-
owners: ["commercial.dev@guardian.co.uk"],
64-
expirationDate: "2026-09-01",
65-
type: "server",
66-
status: "ON",
67-
audienceSize: 0 / 100,
68-
audienceSpace: "A",
69-
groups: ["preview"],
70-
shouldForceMetricsCollection: false,
71-
},
7260
{
7361
name: "growth-auxia-banner",
7462
description: "Use Auxia API for deciding when to show a RR banner",
@@ -133,6 +121,18 @@ const ABTests: ABTest[] = [
133121
groups: ["holdback", "control"],
134122
shouldForceMetricsCollection: true,
135123
},
124+
{
125+
name: "commercial-ozone-outstream",
126+
description: "A test to ensure correct integration of Ozone outstream.",
127+
owners: ["commercial.dev@guardian.co.uk"],
128+
expirationDate: "2026-09-23",
129+
type: "client",
130+
status: "ON",
131+
audienceSize: 0 / 100,
132+
audienceSpace: "A",
133+
groups: ["control", "variant"],
134+
shouldForceMetricsCollection: false,
135+
},
136136
{
137137
name: "fronts-and-curation-loop-click-through",
138138
description:

dotcom-rendering/fixtures/config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ module.exports = {
155155
pageId: 'environment/2020/feb/10/fires-floods-maps-europe-climate-catastrophe',
156156
googletagUrl: '//securepubads.g.doubleclick.net/tag/js/gpt.js',
157157
mmaUrl: 'https://manage.theguardian.com',
158-
abTests: {},
159158
serverSideABTests: {},
160159
edition: 'UK',
161160
ipsosTag: 'environment',

dotcom-rendering/fixtures/generated/cricket-match.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1884,7 +1884,6 @@ export const cricketMatchData: FECricketMatchPage = {
18841884
shouldLoadGoogletag: true,
18851885
inizio: true,
18861886
},
1887-
abTests: {},
18881887
serverSideABTests: {},
18891888
googletagUrl: '//securepubads.g.doubleclick.net/tag/js/gpt.js',
18901889
stage: 'PROD',

dotcom-rendering/fixtures/generated/fe-articles/AffiliateProductShowcase.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4080,7 +4080,6 @@ export const AffiliateProductShowcase: FEArticle = {
40804080
pageId: 'environment/2020/feb/10/fires-floods-maps-europe-climate-catastrophe',
40814081
googletagUrl: '//securepubads.g.doubleclick.net/tag/js/gpt.js',
40824082
mmaUrl: 'https://manage.theguardian.com',
4083-
abTests: {},
40844083
serverSideABTests: {},
40854084
edition: 'UK',
40864085
ipsosTag: 'environment',

dotcom-rendering/fixtures/generated/fe-articles/AffiliateProductStandard.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2723,7 +2723,6 @@ export const AffiliateProductStandard: FEArticle = {
27232723
pageId: 'environment/2020/feb/10/fires-floods-maps-europe-climate-catastrophe',
27242724
googletagUrl: '//securepubads.g.doubleclick.net/tag/js/gpt.js',
27252725
mmaUrl: 'https://manage.theguardian.com',
2726-
abTests: {},
27272726
serverSideABTests: {},
27282727
edition: 'UK',
27292728
ipsosTag: 'environment',

dotcom-rendering/fixtures/generated/fe-articles/Analysis.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,6 @@ export const Analysis: FEArticle = {
815815
pageId: 'environment/2020/feb/10/fires-floods-maps-europe-climate-catastrophe',
816816
googletagUrl: '//securepubads.g.doubleclick.net/tag/js/gpt.js',
817817
mmaUrl: 'https://manage.theguardian.com',
818-
abTests: {},
819818
serverSideABTests: {},
820819
edition: 'UK',
821820
ipsosTag: 'environment',

dotcom-rendering/fixtures/generated/fe-articles/Audio.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,6 @@ export const Audio: FEArticle = {
456456
pageId: 'environment/2020/feb/10/fires-floods-maps-europe-climate-catastrophe',
457457
googletagUrl: '//securepubads.g.doubleclick.net/tag/js/gpt.js',
458458
mmaUrl: 'https://manage.theguardian.com',
459-
abTests: {},
460459
serverSideABTests: {},
461460
edition: 'UK',
462461
ipsosTag: 'environment',

dotcom-rendering/fixtures/generated/fe-articles/Comment.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,6 @@ export const Comment: FEArticle = {
783783
pageId: 'environment/2020/feb/10/fires-floods-maps-europe-climate-catastrophe',
784784
googletagUrl: '//securepubads.g.doubleclick.net/tag/js/gpt.js',
785785
mmaUrl: 'https://manage.theguardian.com',
786-
abTests: {},
787786
serverSideABTests: {},
788787
edition: 'UK',
789788
ipsosTag: 'environment',

dotcom-rendering/fixtures/generated/fe-articles/Dead.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3192,7 +3192,6 @@ export const Dead: FEArticle = {
31923192
pageId: 'environment/2020/feb/10/fires-floods-maps-europe-climate-catastrophe',
31933193
googletagUrl: '//securepubads.g.doubleclick.net/tag/js/gpt.js',
31943194
mmaUrl: 'https://manage.theguardian.com',
3195-
abTests: {},
31963195
serverSideABTests: {},
31973196
edition: 'UK',
31983197
ipsosTag: 'environment',

dotcom-rendering/fixtures/generated/fe-articles/Editorial.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,6 @@ export const Editorial: FEArticle = {
763763
pageId: 'environment/2020/feb/10/fires-floods-maps-europe-climate-catastrophe',
764764
googletagUrl: '//securepubads.g.doubleclick.net/tag/js/gpt.js',
765765
mmaUrl: 'https://manage.theguardian.com',
766-
abTests: {},
767766
serverSideABTests: {},
768767
edition: 'UK',
769768
ipsosTag: 'environment',

0 commit comments

Comments
 (0)