You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

BookingCenter supports the old Universal and GA4 code paradigms.  The Universal GA code will stop being supported by Google in July 2023 (we've been told), so customers must migrate their GA code to GA4 by that date. 

Note: You must ensure your Google Analytics Account is setup correctly. 

Setup your Google Analytics account. In order to get support for setting up Google Analytics and Campaign Conversions, customers need to work with their webmaster - it's not a service BookingCenter provides. There are literally THOUSANDS of webmasters skilled in setting up Google Analytics campaigns who can assist you.

Once you have setup your Google Analytics account, there is code your webmaster will present to you for entry into the Parameters | Marketing section of BookingCenter program.

Once you see the 'Web Tracking Code' and 'Web Tracking Last Page Code' at 

MyPMS Area: https://mypms.bookingcenter.com/site_enquiry_settings.phtml 
Members Area: https://members.bookingcenter.com/site_enquiry_settings.phtml

Have your webmaster perform some test bookings to validate their Google Analytics setup is working properly.

BookingCenter requires that an MSO 'Premium Marketing contract' is in place in order for this to work. Go to: http://www.BookingCenter.com/contact.html to request the service or call us at +1-707-874-3922 ext 201.


KEY NOTES:

Introducing the next generation of Analytics, Google Analytics 4 (GA4)

https://support.google.com/analytics/answer/10089681

Install your Google tag

You can use a website builder to finish setup automatically, or install your tag manually. To ensure you get accurate measurement, make sure your tag is installed on every page of your site.

Install the Google tag manually 

<!-- Google tag (gtag.js) -->

<script async src="https://www.googletagmanager.com/gtag/js?id=G-XXXXXXXX"></script>

<script> window.dataLayer = window.dataLayer || [];

function gtag(){dataLayer.push(arguments);}

gtag('js', new Date());

gtag('config', ' G-XXXXXXXX ');

</script>


  • No labels