Skip to content

Commit 4ac5fbf

Browse files
authored
Merge branch 'main' into gl/tweak-storylines
2 parents ecfe70e + b81e840 commit 4ac5fbf

221 files changed

Lines changed: 15480 additions & 6790 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.

.github/workflows/check-labels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ on:
66
types: [opened, labeled, unlabeled, synchronize, reopened, edited]
77
jobs:
88
require-label:
9-
uses: guardian/.github/.github/workflows/require-label.yaml@4cb5024736632ffcc564b7f4b772c38b8e5ce739 # v2.0.0
9+
uses: guardian/.github/.github/workflows/require-label.yaml@d8e99387686ec439e37c883ba9bb8ab2b43a6b81 # v3.0.0

ab-testing/cdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
]
2222
},
2323
"devDependencies": {
24-
"@aws-sdk/client-s3": "3.931.0",
25-
"@aws-sdk/client-ssm": "3.621.0",
24+
"@aws-sdk/client-s3": "3.991.0",
25+
"@aws-sdk/client-ssm": "3.991.0",
2626
"@guardian/cdk": "62.0.1",
2727
"@guardian/eslint-config": "12.0.1",
2828
"@guardian/tsconfig": "1.0.1",

ab-testing/config/abTests.ts

Lines changed: 31 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -35,36 +35,24 @@ const ABTests: ABTest[] = [
3535
{
3636
name: "commercial-user-module-liveramp",
3737
description:
38-
"Hold-back test measuring ad targeting from liveramp's identityLinkIdSystem module integration",
38+
"Test measuring ad targeting from LiveRamp's identityLinkIdSystem module integration",
3939
owners: ["commercial.dev@guardian.co.uk"],
40-
expirationDate: `2026-01-30`,
40+
expirationDate: `2026-03-04`,
4141
type: "client",
4242
status: "ON",
4343
audienceSize: 10 / 100,
44-
audienceSpace: "A",
44+
audienceSpace: "B",
4545
groups: ["control", "variant"],
4646
shouldForceMetricsCollection: true,
4747
},
48-
{
49-
name: "fronts-and-curation-onward-journeys",
50-
description: "Testing the new Onward Journey component on all articles",
51-
owners: ["fronts.and.curation@guardian.co.uk"],
52-
expirationDate: `2026-02-25`,
53-
type: "client",
54-
status: "ON",
55-
audienceSize: 50 / 100,
56-
audienceSpace: "A",
57-
groups: ["control", "variant"],
58-
shouldForceMetricsCollection: false,
59-
},
6048
{
6149
name: "fronts-and-curation-personalised-container",
6250
description: "Testing the a personalised container component on fronts",
6351
owners: ["fronts.and.curation@guardian.co.uk"],
64-
expirationDate: `2026-02-22`,
52+
expirationDate: `2026-02-19`,
6553
type: "server",
6654
status: "ON",
67-
audienceSize: 0 / 100,
55+
audienceSize: 5 / 100,
6856
audienceSpace: "A",
6957
groups: ["control", "variant"],
7058
shouldForceMetricsCollection: false,
@@ -93,6 +81,32 @@ const ABTests: ABTest[] = [
9381
groups: ["true"],
9482
shouldForceMetricsCollection: false,
9583
},
84+
{
85+
name: "commercial-mobile-inline1-halfpage",
86+
description:
87+
"To measure impact (RPM) and CLS of adding halfPage as an additional size option to mobile inline1 ad slot",
88+
owners: ["commercial.dev@guardian.co.uk"],
89+
expirationDate: `2026-02-28`,
90+
type: "client",
91+
status: "ON",
92+
audienceSize: 20 / 100,
93+
audienceSpace: "A",
94+
groups: ["control", "variant"],
95+
shouldForceMetricsCollection: false,
96+
},
97+
{
98+
name: "thefilter-at-a-glance-redesign",
99+
description:
100+
"Testing redesigned at a glance component on The Filter articles",
101+
owners: ["thefilter.dev@guardian.co.uk"],
102+
expirationDate: "2026-02-25",
103+
type: "server",
104+
status: "ON",
105+
audienceSize: 100 / 100,
106+
audienceSpace: "C",
107+
groups: ["control", "stacked", "carousel"],
108+
shouldForceMetricsCollection: false,
109+
},
96110
];
97111

98112
const activeABtests = ABTests.filter((test) => test.status === "ON");

ab-testing/config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
]
2929
},
3030
"devDependencies": {
31-
"@aws-sdk/client-s3": "3.931.0",
32-
"@aws-sdk/client-ssm": "3.621.0",
31+
"@aws-sdk/client-s3": "3.991.0",
32+
"@aws-sdk/client-ssm": "3.991.0",
3333
"@guardian/cdk": "62.0.1",
3434
"@guardian/eslint-config": "12.0.1",
3535
"@guardian/tsconfig": "1.0.1",

0 commit comments

Comments
 (0)