Some hotelInfo tracking on select-hotel page

This commit is contained in:
Linus Flood
2024-10-18 10:25:45 +02:00
parent 42640abb2b
commit bbf52c8dce
4 changed files with 30 additions and 1 deletions

View File

@@ -49,6 +49,6 @@ export function createSDKPageObject(
...trackingData,
domain: window.location.host,
pageName: pageName,
siteSections: pageName, // TODO: We need to support other siteSections values in some cases.
siteSections: pageName, //TODO: Always seems to be the same as pageName?
}
}