Merged in feat/SW-1472-destination-tracking (pull request #1474)
Feat/SW-1472 destination tracking * feat(SW-1472): Added default tracking for destination overview page * feat(SW-1472): Added default tracking for destination country/city page * feat(SW-1472): moved tracking functions to different files for better overview * feat(SW-1472): added destination page tracking Approved-by: Fredrik Thorsson Approved-by: Matilda Landström
This commit is contained in:
@@ -189,10 +189,10 @@ export const destinationOverviewPageQueryRouter = router({
|
||||
domainLanguage: lang,
|
||||
publishDate: system.updated_at,
|
||||
createDate: system.created_at,
|
||||
channel: TrackingChannelEnum["destination-overview-page"],
|
||||
pageType: "staticcontentpage",
|
||||
pageName: destinationOverviewPage.data.trackingProps.url,
|
||||
siteSections: destinationOverviewPage.data.trackingProps.url,
|
||||
channel: TrackingChannelEnum.hotels,
|
||||
pageType: "destinationoverviewpage",
|
||||
pageName: "destination|overview",
|
||||
siteSections: "destination|overview",
|
||||
siteVersion: "new-web",
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user