Tracking visitor behavior is essential for understanding your website's performance and optimizing marketing efforts. With the Cloudbeds Website Builder, you can easily integrate various tracking tools.
Access the Google Tools Section
To add tracking IDs go to your Main Menu , navigate to Digital Marketing
, and go to the Websites tab:
- Click Edit my website to launch the Editor
- Click on More in the left-hand sidebar and select Settings
- Select Google Tools from the dropdown menu
Supported Tracking Tools
The Google Tools section supports integration with several Google-owned tracking technologies via Google's Global Site Tag (gtag.js). You can include your ID for the following properties:
| Tracking Tool | What to Enter | Example |
| Google Analytics 4 (GA4) | Measurement ID (starts with G-) | G-ABC123XYZ |
| Google Ads | Conversion ID (starts with AW-) | AW-123456789 |
| Floodlight / DoubleClick | Tracking ID (starts with DC-) | DC-123456 |
Need to Add a Custom Script?
If you wish to add other scripts not listed above (such as Hotjar, Microsoft Clarity, LinkedIn Insight Tag, or custom retargeting code), contact our support team for assistance.
- Include the script you’d like to add and specify the exact page(s) it should be applied to.
- Our team will safely add it to your website and confirm once it's live.
Example: A Custom Tracking Script
<script>
(function() {
// Example of a custom visitor tracking script
console.log("Tracking visitor behavior");
})();
</script>
Comments
Please sign in to leave a comment.