Merged in fix/BOOK-457-select-rate-lowestroomprice- (pull request #3061)
* Fix(BOOK-457): Reduced lowestRoomPrice tracking call from multiple times to one * fix(BOOK-457): feat(SW-3590): Included RoomsLoadedEvent on select-rate page Approved-by: Linus Flood
This commit is contained in:
@@ -105,3 +105,9 @@ export function trackLowestRoomPrice(event: LowestRoomPriceEvent) {
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
export function trackRoomsLoaded() {
|
||||
trackEvent({
|
||||
event: "RoomsLoadedEvent",
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user