Add Google Analytics to your Registration Page

Modified on Thu, 16 Feb 2023 at 01:41 AM

Google Analytics is a tool that 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.

To add tracking to your landing page:

  1. On your Google Analytics dashboard, go to Admin Property column > Tracking info.

  2. Copy your tracking code. This code is in the below 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 the Google Analytics tracking code.

  1. Now inside the event setup on Zuddl, go to Registration > Advanced settings.

  2. In the Tracking code section, paste the copied Google analytics tracking code.

trakcode.png

This will enable tracking for your registration page.
Data collection may take up to 30 minutes to begin. Once started, you can use the
 Realtime report on your Google Analytics dashboard to verify that you're receiving data.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article