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
- Go to your Group Settings page. Your URL should look similar to this: https://YOURGROUP.cloudbeds.com/manage/profile
- Click on Customize Booking Engine.
- 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 -->
- Replace UA-TRACKING-ID on the 4th line with your Google Analytics Tracking Code.
a. From the Account menu , select Settings , 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.
Comments
Please sign in to leave a comment.