feat(SW-1472): adjustments to destination page tracking
Approved-by: Matilda Landström
This commit is contained in:
@@ -182,7 +182,7 @@ export const destinationCityPageQueryRouter = router({
|
||||
)
|
||||
|
||||
const system = destinationCityPage.system
|
||||
const pageName = `hotels|${city.country ? `${city.country}|` : ""}${city.name}`
|
||||
const pageName = `destinations|${city.country}|${city.name}`
|
||||
|
||||
const tracking: TrackingSDKPageData = {
|
||||
pageId: system.uid,
|
||||
|
||||
@@ -167,7 +167,7 @@ export const destinationCountryPageQueryRouter = router({
|
||||
)
|
||||
|
||||
const system = destinationCountryPage.system
|
||||
const pageName = `hotels|${country}`
|
||||
const pageName = `destinations|${country}`
|
||||
|
||||
const tracking: TrackingSDKPageData = {
|
||||
pageId: system.uid,
|
||||
|
||||
@@ -188,8 +188,8 @@ export const destinationOverviewPageQueryRouter = router({
|
||||
createDate: system.created_at,
|
||||
channel: TrackingChannelEnum.hotels,
|
||||
pageType: "destinationoverviewpage",
|
||||
pageName: "destination|overview",
|
||||
siteSections: "destination|overview",
|
||||
pageName: "destinations|overview",
|
||||
siteSections: "destinations|overview",
|
||||
siteVersion: "new-web",
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user