Google Analytics

Max supports the use of Google Analytics tracking. This will allow you to track your customers' behavior, transactions and generate reports.

Settings

Google Analytics Administration

  • Ensure you are using Universal Analytics. More info here.
  • Add maxbooking.com and your own domain to the Referral Exclusion List in Administration > Property > Tracking Info > Referral Exclusion List .
  • Enable Enhanced Ecommerce in Administration > View > Ecommerce Settings .

Max Admin Center

Copy your tracking ID and save it in the Max admin center Google Analytics section.

Cross Domain Tracking

To allow seamless cross domain tracking, add the following code below the Google Analytics tracking code on your website. If you are already using the Google Analytics Linker plugin, just add maxbooking.com to the list of domains that are auto-linked.

<!-- MaxBooking.com - Google Analytics cross-domain tracking -->
<script>
ga('require', 'linker');
ga('linker:autoLink', ['maxbooking.com'], false, true);
</script>

The procedure may differ depending on the way your website is set up. For Wordpress with MonsterInsights (Yoast) plugin you can follow this guide.

Booking Widget

To be able to seamlessly track even clients arriving via a booking widget, you must use the new Max Booking Widget. Ensure also that you follow the procedures in described in here.

If you are using a custom booking widget, the auto linker plugin will ensure correct seamless tracking.