Tracking UTM parameters

What are UTM parameters?

UTM parameters are variants of URL parameters used by marketers to track the effectiveness of an online campaign. utm_content, utm_medium, utm_source, utm_campaign and utm_term are the variants.

An example URL with UTM parameters should look like

https://www.example.com/page?utm_content=textlink&utm_medium=social&utm_source=instagram&utm_campaign=summer_sale

How can we use URL parameters to track UTM parameters?

We can use UTM parameters for tracking the performance of our surveys across different sources/channels. Suppose we are running a survey for a new product and we are doing it through different sources such as email, social media, and a banner ad on another website.

To track the performance of each source, we would first need to add a text input field to our form.

SCR-20231108-rmny.png
Selecting the text input field

Once the text input field is added, we can change the label of the text input to UTM source so that it conveys what this field is used for. Since this field is being used for tracking and for internal purposes, this field should not be visible to the users who would be filling out the form. So we can hide this field. Also, we can change the field code to utm_source.

SCR-20231108-rpdw.png
Modify the properties

Similarly, we can add text fields for other UTM parameters. We can publish the form once we have added and modified the properties of the text input fields needed for the UTM parameters.

After publishing the form, append the URL parameters to the form's URL like below:

https://example.neetoform.com/069e017331fda413f07f?utm_source=social

We can share the above URL on social media platforms. We can change the utm_source value to email and share it to users via email.

When our users open the form for a response, they won't see this field since it is hidden. But neetoForm will capture the value when the user submits the form. These values can then be seen on the submissions page and monitored to track the performance of each source.

SCR-20231108-rscr.png
Values on the submissions page

Can't find what you're looking for?