Merged in fix/hotelinfo-tracking-off (pull request #1167)
feat(tracking) turn off hotelinfo tracking in booking flow * feat(tracking) turn off hotelinfo tracking in booking flow * Turn off hotelInfo on enter details * Merge master Approved-by: Joakim Jäderberg
This commit is contained in:
@@ -149,7 +149,7 @@ export default function EnterDetailsTracking(props: Props) {
|
||||
event: "pageView",
|
||||
pageInfo: pageObject,
|
||||
userInfo: userTrackingData,
|
||||
hotelInfo: hotelDetailsData,
|
||||
//hotelInfo: hotelDetailsData,
|
||||
})
|
||||
//}
|
||||
previousPathname.current = pathName // Update for next render
|
||||
|
||||
@@ -27,8 +27,8 @@ export default async function TrackingSDK({
|
||||
<RouterTransition
|
||||
pageData={pageData}
|
||||
userData={userTrackingData}
|
||||
hotelInfo={hotelInfo}
|
||||
paymentInfo={paymentInfo}
|
||||
//hotelInfo={hotelInfo}
|
||||
//paymentInfo={paymentInfo}
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user