# UTM Parameters

### What are UTM Parameters?

UTM (Urchin Tracking Module) parameters are tags that can be added to a URL in order to track and analyze website traffic. These parameters provide information about the source of the traffic, the medium of the traffic, and the campaign that brought the traffic to the website.

UTM parameters consist of five components:

1. **Campaign Source (utm\_source)**: The source of the traffic, such as a search engine or a social media platform.
2. **Campaign Medium (utm\_medium)**: The medium of the traffic, such as a banner ad or a newsletter or a organic blog post.
3. **Campaign Name (utm\_campaign)**: The name of the campaign that brought the traffic to the website. You can also use the Campaign ID or Adset/Adgroup ID here.
4. **Campaign Term (utm\_term)**: The keywords used in the campaign.
5. **Campaign Content (utm\_content)**: The content of the ad or link that was clicked on. You can also use it to store ad ID as well.

### Creating and using UTM Parameters inside of forms

{% hint style="info" %}
We have shown how to build UTM parameters fields in the below video loominside of Synamate, but they will already be present in your account, so you can directly search in custom fields while building forms in synamate and you will be able to drag n drop them in to your forms!
{% endhint %}

{% embed url="<https://www.loom.com/share/1450db5dfbb742b1a06c9f7fed2d4e4e?hideEmbedTopBar=true&hide_owner=true&hide_share=true&hide_title=true>" %}

### Passing UTM Parameters from Facebook ads to Synamate

{% embed url="<https://www.loom.com/share/29ea7461af1849469e5fdb7d0f66937d?hideEmbedTopBar=true&hide_owner=true&hide_share=true&hide_title=true>" %}


---

# 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://help.synamate.com/docs/how-to-tutorials/utm-parameters.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.
