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:
Hrishikesh Vaipurkar
2025-11-07 08:32:37 +00:00
parent 1a24eb68c7
commit d91d6abd6d
2 changed files with 32 additions and 12 deletions

View File

@@ -105,3 +105,9 @@ export function trackLowestRoomPrice(event: LowestRoomPriceEvent) {
},
})
}
export function trackRoomsLoaded() {
trackEvent({
event: "RoomsLoadedEvent",
})
}