# Embedding UTM Codes To Registration Form

## Embedding UTM Codes To Registration Form

## Summary

UTM (Urchin Tracking Module) is a code snippet added to the back of a URL and is able to track the origin of the registration. EventX now supports tracking where the registration form was filled. This will be helpful for organizers that run multiple social media campaigns on different platforms.

## Steps To Setup

1. Use this [URL Builder](https://ga-dev-tools.google/ga4/campaign-url-builder/).
2. Input your registration form link into the website URL blank. Then, input the **campaign source** and **campaign medium**.\
   **Note:** The campaign source and campaign medium fields are for your own reference. For example, you would like to create a registration form link to input on Facebook, you can put the source as Facebook.\
   ![](/files/3NXImuvRZJrX4559BO0E)\
   ![](/files/i1tBbGlgQ7sYFw3Q5ypw)
3. Copy the generated URL and paste it into the respective location.\
   **Note:** There will be no changes made to your original registration form.\
   ![](/files/wCx3bCdF3MGUqCqAatjf)

## Supported UTM Parameters

* utm\_source: track the source where traffic is coming from, including a website or advertiser
* utm\_medium: track the advertising medium, including email and banner ads
* utm\_campaign: track the campaign name associated with the traffic
* utm\_content: track the specific link within in an ad that a user clicked
* utm\_term: track keywords associated with campaigns

##

## Display On People List

Once the attendee has registered via the link with UTM parameters, organizers can view it the source of registration by going to the People List > click on the attendee profile icon.

![](/files/P91g6zkclm0RsOi2w7Et)\
The UTM medium, source and campaign will be displayed. Note that these parameters will match the input parameters in the URL builder tool.\
![](/files/dzKK4ASnWBm8N3Djkfba)

## Exporting Attendee List Report

Organizers are able to view the UTM records for the attendees on the attendee list report.\
![](/files/DTyQUx71tELXmVI9mYqf)\
The UTM parameters will be shown as below in the attendee list report CSV file.\
![](/files/GauUFYPXJppbJs7UouZA)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://eventx-hq.gitbook.io/knowledge-base/registration-and-ticketing/registration-form/embedding-utm-codes-to-registration-form.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
