How to Add a Google Analytics Tracking Code for Registrations
Google Analytics lets you track and analyze visitor traffic and behavior on your page.
Your registration page can be linked with Google Analytics to gain insights from visitor activity and help you meet your goals.
How to get your tracking code
On your Google Analytics dashboard, go to Admin > Property column > Tracking info.
Copy your tracking code. This code is in this format:
<!-- Google tag (gtag.js) -->
<script async src=“https://www.googletagmanager.com/gtag/js?id=UA-XXXXXXXXX-1”></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag(‘js’, new Date());
gtag(‘config’, ‘UA-XXXXXXXXX’);
</script>
Learn more about how to use Google Analytics tracking: https://support.google.com/analytics/answer/10269537?hl=en#zippy=%2Cadd-the-google-tag-directly-to-your-web-pages
Google Analytics for tracking registrations
You can add your Google Analytics tracking code to monitor the traffic of visitors entering your webinar.
Data collection may take up to 30 minutes to begin.
Use the Realtime Report on your Google Analytics dashboard to verify that you're receiving data.