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
16 lines
492 B
TypeScript
16 lines
492 B
TypeScript
export { trackClick } from "./base"
|
|
export { trackLowestRoomPrice } from "./booking"
|
|
export { trackAccordionClick, trackOpenSidePeekEvent } from "./componentEvents"
|
|
export { trackHotelMapClick, trackHotelTabClick } from "./hotelPage"
|
|
export {
|
|
trackFooterClick,
|
|
trackLoginClick,
|
|
trackSocialMediaClick,
|
|
} from "./navigation"
|
|
export {
|
|
createSDKPageObject,
|
|
trackPageView,
|
|
trackPageViewStart,
|
|
} from "./pageview"
|
|
export { trackPaymentEvent, trackUpdatePaymentMethod } from "./payment"
|