Using UTM Parameter for a Zuddl Event
Using UTM (Urchin Tracking Module) parameters to make it easy to trace back registrants to where and how they accessed your Zuddl registration link, thereby enabling you to efficiently manage your customers.
How UTM parameters are captured
At Zuddl, UTM parameters are captured directly in the registration form link.
When a user clicks on a campaign URL that you’ve built, the UTM parameters (such as, utm_source, utm_medium, utm_campaign, etc.) are included in the Zuddl registration form link and is automatically captured upon the registrant submits the form.
Capturing of UTM parameter is supported for:
- Embedded registration flow
- Registration pages built via registration page builder - Registrations via integration
- Registration page built on Zuddl Sponsor or Zuddl Basic template
What parameters we capture
The following are the UTM parameters we track and recognize:
- UTM Source
- UTM Medium
- UTM Campaign
- UTM Term
- UTM Content
- UTM Id
Parameter | Example | Description |
---|---|---|
Campaign ID (UTM Id) | acme.123 | Unique identifier of a campaign. Required to identify a particular campaign. |
Campaign Source (UTM Source) | Used to identify a particular referrer source such as search engine, newsletter, article, or other sources. | |
Campaign Medium (UTM Medium) | Used to identify a medium such as email. | |
Campaign Name (UTM Campaign) | in_person | Campaign name is also a unique identifier of the campaign that differentiates it from others |
Campaign Term (UTM Term) | keynote | Used to note the keywords for this campaign |
Campaign Content (UTM Content) | logolink | Used to differentiate ads or links |
UTM parameters are tracked and the last source of an attendee is recognized once the attendee submits the registration form.
We can also capture custom UTM parameters, which you can add as a hidden field to the registration form. Learn how to create custom UTM parameters in the following sections.
How to build your Campaign URL
You can easily build your campaign URL using Google campaign URL builder. To build your campaign URL:
Go to Google campaign builder
-
Enter the following details:
- website URL
- campaign ID
- campaign source
- campaign medium
- campaign name
- campaign term
- campaign content
How to create custom UTM parameters
You can easily add custom UTM parameters in registration form by inserting an equal to symbol ("=") as a prefix to the field name, for example, "=custm". This allows us to identify the UTM parameters from the URL.
Then, you can append this field name to the registration URL and provide a unique value. For example, for two custom hidden fields '=custm' and 'guest,' the value can be added as shown below:
https://events.acme.com/zomaseguto?custm=facebook&guest=acmeguest
The custom UTM field is case-sensitive. The field name you append to the URL must be an exact match to the field name you configured from the dashboard.
Here is how it looks in the browser
How UTM data is used in Zuddl
The captured UTM data can be passed to any of Zuddl’s native integrations along with the registration data.