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,
|
||||
|
||||
Reference in New Issue
Block a user