Fixed bugs

This commit is contained in:
Linus Flood
2024-12-03 08:19:47 +01:00
parent 4487c25d47
commit 26d44a2c29
11 changed files with 14 additions and 3 deletions

View File

@@ -191,6 +191,7 @@ export const accountPageQueryRouter = router({
pageType: `member${parsedtitle}page`,
pageName: validatedAccountPage.data.trackingProps.url,
siteSections: validatedAccountPage.data.trackingProps.url,
siteVersion: "new-web",
}
return {

View File

@@ -70,6 +70,7 @@ export const collectionPageQueryRouter = router({
pageType: "collectionpage",
pageName: collectionPage.data.trackingProps.url,
siteSections: collectionPage.data.trackingProps.url,
siteVersion: "new-web",
}
return {

View File

@@ -93,6 +93,7 @@ export const contentPageQueryRouter = router({
pageType: "staticcontentpage",
pageName: contentPage.data.trackingProps.url,
siteSections: contentPage.data.trackingProps.url,
siteVersion: "new-web",
}
return {

View File

@@ -183,6 +183,7 @@ export const loyaltyPageQueryRouter = router({
pageType: "loyaltycontentpage",
pageName: validatedLoyaltyPage.data.trackingProps.url,
siteSections: validatedLoyaltyPage.data.trackingProps.url,
siteVersion: "new-web",
}
getLoyaltyPageSuccessCounter.add(1, metricsVariables)
console.info(