diff --git a/apps/scandic-web/utils/tracking/booking.ts b/apps/scandic-web/utils/tracking/booking.ts index 009588212..193e3eea7 100644 --- a/apps/scandic-web/utils/tracking/booking.ts +++ b/apps/scandic-web/utils/tracking/booking.ts @@ -26,10 +26,6 @@ export function trackBedSelection(bedType: string) { name: "bed options selection click", bedType: bedType, }, - pageInfo: { - pageName: "hotelreservation|bed", - pageType: "bookingbedtypepage", - }, }) } @@ -61,10 +57,6 @@ export function trackBreakfastSelection({ }, ], }), - pageInfo: { - pageName: "hotelreservation|breakfast", - pageType: "bookingbreakfastpage", - }, }) }