How to add Google Analytics to your Group Booking Engine

This article explains how to add a Google Analytics tracking code to a Group Booking Engine.

The group booking engine uses a different HTML markup compared to individual property pages. The tracking code for Google Analytics should be added to the Meta Tags section of the group booking engine.

Instructions

  1. Go to your Group Settings page. Your URL should look similar to this: https://YOURGROUP.cloudbeds.com/manage/profile
  2. Click on Customize Booking Engine.

  1. Copy and paste the following code into the Custom Meta Tags field:
<!-- Google Analytics -->
<script>
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-TRACKING-ID', 'auto', {'allowLinker': true}); 
ga('require', 'linker');
ga('linker:autoLink', ['cloudbeds.com'], false, true);
ga('send', 'pageview');
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
<!-- End Google Analytics -->
  1. Replace UA-TRACKING-ID on the 4th line with your Google Analytics Tracking Code.

a. From the Account menu Account menu icon.png, select Settings Settings icon.png, and click on Analytics.

b. Add the Google Analytics Tracking ID.

c. Click Save.

  Multiple Accounts

If you have multiple Cloudbeds PMS accounts, the same Google Analytics code should be added to each account.

Troubleshooting

For more details, visit the article: Google Analytics Troubleshooting for Group of Properties.

Was this article helpful?
0 out of 1 found this helpful

Comments

0 comments

Please sign in to leave a comment.