Skip to content

Commit 4b9a751

Browse files
committed
football fixture
1 parent 3d36741 commit 4b9a751

File tree

1 file changed

+119
-63
lines changed

1 file changed

+119
-63
lines changed

dotcom-rendering/fixtures/generated/football-live.ts

Lines changed: 119 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,106 @@ import type { FEFootballMatchListPage } from '../../src/frontend/feFootballMatch
1616
export const footballData: FEFootballMatchListPage = {
1717
matchesList: [
1818
{
19-
date: '2025-08-07',
19+
date: '2025-04-28',
2020
competitionMatches: [
2121
{
2222
competitionSummary: {
23-
id: '102',
24-
url: '/football/leagueonefootball',
25-
fullName: 'League One',
23+
id: '635',
24+
url: '/football/serieafootball',
25+
fullName: 'Serie A',
26+
nation: 'European',
27+
tableDividers: [4, 6, 17],
28+
},
29+
matches: [
30+
{
31+
id: '4496403',
32+
date: '2025-04-28T17:30:00+01:00[Europe/London]',
33+
stage: {
34+
stageNumber: '1',
35+
},
36+
round: {
37+
roundNumber: '1',
38+
name: 'League',
39+
},
40+
leg: '1',
41+
homeTeam: {
42+
id: '26360',
43+
name: 'Udinese',
44+
},
45+
awayTeam: {
46+
id: '26371',
47+
name: 'Bologna',
48+
},
49+
venue: {
50+
id: '503',
51+
name: 'Stadio Friuli',
52+
},
53+
type: 'Fixture',
54+
},
55+
{
56+
id: '4496764',
57+
date: '2025-04-28T19:45:00+01:00[Europe/London]',
58+
stage: {
59+
stageNumber: '1',
60+
},
61+
round: {
62+
roundNumber: '1',
63+
name: 'League',
64+
},
65+
leg: '1',
66+
homeTeam: {
67+
id: '26362',
68+
name: 'Lazio',
69+
},
70+
awayTeam: {
71+
id: '26358',
72+
name: 'Parma',
73+
},
74+
venue: {
75+
id: '7617',
76+
name: 'Stadio Olimpico',
77+
},
78+
type: 'Fixture',
79+
},
80+
{
81+
id: '4496404',
82+
date: '2025-04-28T19:45:00+01:00[Europe/London]',
83+
stage: {
84+
stageNumber: '1',
85+
},
86+
round: {
87+
roundNumber: '1',
88+
name: 'League',
89+
},
90+
leg: '1',
91+
homeTeam: {
92+
id: '27648',
93+
name: 'Verona',
94+
},
95+
awayTeam: {
96+
id: '26474',
97+
name: 'Cagliari',
98+
},
99+
venue: {
100+
id: '963',
101+
name: 'Marcantonio Bentegodi',
102+
},
103+
type: 'Fixture',
104+
},
105+
],
106+
},
107+
{
108+
competitionSummary: {
109+
id: '101',
110+
url: '/football/championship',
111+
fullName: 'Championship',
26112
nation: 'English',
27-
tableDividers: [2, 6, 20],
113+
tableDividers: [2, 6, 21],
28114
},
29115
matches: [
30116
{
31-
id: '4508481',
32-
date: '2025-08-07T20:00:00+01:00[Europe/London]',
117+
id: '4494466',
118+
date: '2025-04-28T20:00:00+01:00[Europe/London]',
33119
stage: {
34120
stageNumber: '1',
35121
},
@@ -39,16 +125,16 @@ export const footballData: FEFootballMatchListPage = {
39125
},
40126
leg: '1',
41127
homeTeam: {
42-
id: '35',
43-
name: 'Port Vale',
128+
id: '28',
129+
name: 'Leeds',
44130
},
45131
awayTeam: {
46-
id: '52',
47-
name: 'Cardiff',
132+
id: '49',
133+
name: 'Bristol City',
48134
},
49135
venue: {
50-
id: '101',
51-
name: 'Vale Park',
136+
id: '86',
137+
name: 'Elland Road',
52138
},
53139
type: 'Fixture',
54140
},
@@ -60,8 +146,14 @@ export const footballData: FEFootballMatchListPage = {
60146
filters: {
61147
English: [
62148
{
63-
name: 'League One',
64-
url: '/football/leagueonefootball/live',
149+
name: 'Championship',
150+
url: '/football/championship/live',
151+
},
152+
],
153+
European: [
154+
{
155+
name: 'Serie A',
156+
url: '/football/serieafootball/live',
65157
},
66158
],
67159
},
@@ -145,7 +237,7 @@ export const footballData: FEFootballMatchListPage = {
145237
url: '/world/europe-news',
146238
},
147239
{
148-
title: 'US news',
240+
title: 'US',
149241
url: '/us-news',
150242
longTitle: 'US news',
151243
},
@@ -226,11 +318,6 @@ export const footballData: FEFootballMatchListPage = {
226318
url: '/football/teams',
227319
longTitle: 'football/teams',
228320
},
229-
{
230-
title: 'Euro 2025',
231-
url: '/football/women-s-euro-2025',
232-
longTitle: 'football/women-s-euro-2025',
233-
},
234321
],
235322
},
236323
{
@@ -405,11 +492,6 @@ export const footballData: FEFootballMatchListPage = {
405492
url: '/football/teams',
406493
longTitle: 'football/teams',
407494
},
408-
{
409-
title: 'Euro 2025',
410-
url: '/football/women-s-euro-2025',
411-
longTitle: 'football/women-s-euro-2025',
412-
},
413495
],
414496
},
415497
{
@@ -696,10 +778,6 @@ export const footballData: FEFootballMatchListPage = {
696778
title: 'Corrections',
697779
url: '/theguardian/series/corrections-and-clarifications',
698780
},
699-
{
700-
title: 'Tips',
701-
url: 'https://www.theguardian.com/tips',
702-
},
703781
],
704782
brandExtensions: [
705783
{
@@ -776,11 +854,6 @@ export const footballData: FEFootballMatchListPage = {
776854
url: '/football/teams',
777855
longTitle: 'football/teams',
778856
},
779-
{
780-
title: 'Euro 2025',
781-
url: '/football/women-s-euro-2025',
782-
longTitle: 'football/women-s-euro-2025',
783-
},
784857
],
785858
},
786859
links: [
@@ -814,11 +887,6 @@ export const footballData: FEFootballMatchListPage = {
814887
url: '/football/teams',
815888
longTitle: 'football/teams',
816889
},
817-
{
818-
title: 'Euro 2025',
819-
url: '/football/women-s-euro-2025',
820-
longTitle: 'football/women-s-euro-2025',
821-
},
822890
],
823891
},
824892
readerRevenueLinks: {
@@ -890,7 +958,6 @@ export const footballData: FEFootballMatchListPage = {
890958
adaptiveSite: true,
891959
prebidPermutiveAudience: true,
892960
compareVariantDecision: false,
893-
abPrebidAdUnit: false,
894961
enableSentryReporting: true,
895962
lazyLoadContainers: true,
896963
ampArticleSwitch: false,
@@ -901,15 +968,16 @@ export const footballData: FEFootballMatchListPage = {
901968
darkModeWeb: true,
902969
targeting: true,
903970
remoteHeader: true,
904-
ampPrebidOzone: false,
905971
slotBodyEnd: true,
972+
ampPrebidOzone: false,
973+
extendedMostPopularFronts: true,
906974
emailInlineInFooter: true,
907975
showNewPrivacyWordingOnEmailSignupEmbeds: true,
908976
prebidAnalytics: true,
909977
extendedMostPopular: true,
910978
ampContentAbTesting: false,
911979
prebidCriteo: true,
912-
noBoosts: true,
980+
abPrebidMultibid: true,
913981
imrWorldwide: true,
914982
acast: true,
915983
twitterUwt: true,
@@ -918,14 +986,14 @@ export const footballData: FEFootballMatchListPage = {
918986
ampPrebidPubmatic: false,
919987
a9HeaderBidding: true,
920988
prebidAppnexus: true,
989+
europeBetaFrontTest2: true,
921990
enableDiscussionSwitch: true,
922991
prebidXaxis: true,
923992
stickyVideos: true,
924993
interactiveFullHeaderSwitch: true,
925994
discussionAllPageSize: true,
926995
prebidUserSync: true,
927996
audioOnwardJourneySwitch: true,
928-
dcrJavascriptBundle: false,
929997
brazeTaylorReport: false,
930998
callouts: true,
931999
sentinelLogger: true,
@@ -937,12 +1005,12 @@ export const footballData: FEFootballMatchListPage = {
9371005
ampLiveblogSwitch: false,
9381006
ampAmazon: false,
9391007
mostViewedFronts: true,
1008+
abA9BidResponseWinner: true,
9401009
optOutAdvertising: true,
9411010
abSignInGateMainControl: true,
9421011
googleSearch: true,
9431012
brazeSwitch: true,
9441013
prebidKargo: true,
945-
abAdmiralAdblockRecovery: true,
9461014
consentManagement: true,
9471015
idProfileNavigation: true,
9481016
confiantAdVerification: true,
@@ -958,7 +1026,6 @@ export const footballData: FEFootballMatchListPage = {
9581026
liveBlogTopSponsorship: true,
9591027
lineItemJobs: true,
9601028
ophan: true,
961-
abGoogleOneTap: false,
9621029
crosswordSvgThumbnails: true,
9631030
prebidTriplelift: true,
9641031
prebidPubmatic: true,
@@ -967,29 +1034,30 @@ export const footballData: FEFootballMatchListPage = {
9671034
enhanceTweets: true,
9681035
prebidIndexExchange: true,
9691036
prebidOpenx: true,
970-
loopingVideo: true,
9711037
prebidHeaderBidding: true,
9721038
idCookieRefresh: true,
9731039
discussionPageSize: true,
9741040
smartAppBanner: false,
975-
topAboveNav250Reservation: true,
9761041
historyTags: true,
9771042
brazeContentCards: true,
9781043
remoteBanner: true,
9791044
emailSignupRecaptcha: true,
9801045
prebidSmart: true,
9811046
shouldLoadGoogletag: true,
9821047
inizio: true,
1048+
europeBetaFront: true,
9831049
prebidBidCache: true,
9841050
},
985-
abTests: {},
1051+
abTests: {
1052+
europeBetaFrontTest2Variant: 'variant',
1053+
},
9861054
serverSideABTests: {},
9871055
googletagUrl: '//securepubads.g.doubleclick.net/tag/js/gpt.js',
9881056
stage: 'PROD',
9891057
frontendAssetsFullURL: 'https://assets.guim.co.uk/',
9901058
ampIframeUrl:
9911059
'https://assets.guim.co.uk/data/vendor/2533d5cb94302889e6a8f1b24b5329e7/amp-iframe.html',
992-
googleRecaptchaSiteKey: '6Le7mFsrAAAAAD07aRCTHZe9u0EfvOiNe8Y0DMMV',
1060+
googleRecaptchaSiteKey: '6LdzlmsdAAAAALFH63cBVagSFPuuHXQ9OfpIDdMc',
9931061
fbAppId: '180444840287',
9941062
facebookIaAdUnitRoot: 'facebook-instant-articles',
9951063
locationapiurl: '/weatherapi/locations?query=',
@@ -1003,7 +1071,7 @@ export const footballData: FEFootballMatchListPage = {
10031071
forecastsapiurl: '/weatherapi/forecast',
10041072
supportUrl: 'https://support.theguardian.com',
10051073
commercialBundleUrl:
1006-
'https://assets.guim.co.uk/commercial/d05ba48ca72061c05d80/graun.standalone.commercial.js',
1074+
'https://assets.guim.co.uk/commercial/3047aee80994211e1b89/graun.standalone.commercial.js',
10071075
idOAuthUrl: 'https://oauth.theguardian.com',
10081076
webTitle: 'Live matches',
10091077
isFront: false,
@@ -1228,18 +1296,6 @@ export const footballData: FEFootballMatchListPage = {
12281296
dataLinkName: 'uk : footer : patrons',
12291297
extraClasses: '',
12301298
},
1231-
{
1232-
text: 'Tips',
1233-
url: 'https://www.theguardian.com/tips',
1234-
dataLinkName: 'uk : footer : tips',
1235-
extraClasses: '',
1236-
},
1237-
{
1238-
text: 'Accessibility settings',
1239-
url: '/help/accessibility-help',
1240-
dataLinkName: 'accessibility settings',
1241-
extraClasses: '',
1242-
},
12431299
],
12441300
],
12451301
},

0 commit comments

Comments
 (0)