Merged in feat/SW-2340-aa-tracking-my-stay-pageview- (pull request #2133)
feat: SW-2340 Implemented tracking on my-stay, webview my-stay and receipt page * feat: SW-2340 Implemented tracking on my-stay, webview my-stay and receipt page * feat: SW-2340 Updated webview tracking * feat: SW-2340 Updated receipt tracking Approved-by: Linus Flood
This commit is contained in:
@@ -39,6 +39,8 @@ import { parseRefId } from "@/utils/refId"
|
||||
import { isValidSession } from "@/utils/session"
|
||||
import { getCurrentWebUrl } from "@/utils/url"
|
||||
|
||||
import Tracking from "./tracking"
|
||||
|
||||
import styles from "./page.module.css"
|
||||
|
||||
import { BreakfastPackageEnum } from "@/types/enums/breakfast"
|
||||
@@ -256,6 +258,7 @@ export default async function MyStay({
|
||||
</div>
|
||||
</main>
|
||||
<SidePeek />
|
||||
<Tracking />
|
||||
</MyStayProvider>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user