Booking funnel tagged with the member’s discount group (GA4)
Shipped 2026-06-29
The website’s /book page now reports the member’s Convergence discount tier to
GA4, so we can measure app-driven bookings by tier — supporting the mobile app’s
book_now event. When a logged-in member views their booking options the page
fires book_options_viewed, and store click-throughs (select_store) carry
discount_group (returnFlyer / silver / gold / black / platinum) and
store_country.
The API’s booking-link endpoint returns the member’s discountGroup alongside
the personalised USA store link, and the /book route passes it to the page.
No change to which store a member is routed to — this is instrumentation
only.
Aggregate-only: no member identifier is sent, and no GA4 User-ID is set on this path.
discount_group and store_country must be registered as Custom Dimensions in
the web GA4 property before they appear in reports. Until that is done the
events are collected but not reportable.