Skip to main content

Track registrations with UTM parameters

UTM parameters help you track which sources, campaigns, or links your webinar registrations come from. Add UTM parameters to your registration page URL and WebinarGeek automatically saves these values for anyone who registers through that link.

Written by Aaron

UTM parameters

UTM parameters work with both the old and new registration pages.

WebinarGeek supports the five standard UTM parameters:

  • utm_source

  • utm_medium

  • utm_campaign

  • utm_term

  • utm_content

You can add one or more of these parameters to your registration page URL.

Add UTM parameters to your registration link

To track registrations using UTM parameters:

  • Copy the URL of your webinar's registration page.

  • Add the UTM parameters you want to track to the URL.

  • Share the resulting link through the relevant channel or campaign.

For example:

https://your-account.webinargeek.com/your-webinar?utm_source=facebook&utm_medium=cpc

Anyone who registers through this link will have facebook saved as their utm_source and cpc as their utm_medium.

You can create different registration links with different UTM values and share them through different channels. The UTM values from the link someone uses to register are saved with their subscriber details.

Add UTM parameters to an embedded registration form

You can also add UTM parameters to an embedded registration form. This allows you to save additional tracking information when attendees register directly through a form on your website.

Add the UTM parameters to the init configuration in the body of your embed code.

For example:

Embed registration form code example showing UTM parameters added to the init configuration block

Replace the UTM values with the values you want to track. You can use the five supported UTM parameters: utm_source, utm_medium, utm_campaign, utm_term, and utm_content.

Please note! UTM parameters in an embedded registration form aren't updated dynamically. If you use different UTM values for multiple campaigns or webpages, create a separate instance of the embed form with the appropriate UTM parameters for each campaign.

View UTM parameters

After someone registers using a link with UTM parameters, you can find the saved values in:

  • The subscriber CSV export.

  • The subscriber details on the statistics page.

  • The API.

Did this answer your question?