# UTM Tracking

### What is UTM Tracking?

UTM parameters are small codes added to the end of links that help Google Analytics and other site traffic tracking tools to identify where your visitors originated from. By adding UTM parameters to your 1send messages, you can better understand how 1send contributes to your overall traffic and conversions.

### Using UTM Tracking in 1send

While there are 5 default UTM parameters available in Google Analytics, of which `utm_source` and `utm_medium` are always be turned on. The remaining 3 are `utm_campaign`, `utm_id`, and `utm_term`.

#### Recommended Values

<table><thead><tr><th>Parameter</th><th>1send Value</th><th width="100">Required?<select><option value="ISF8Pm6fdSw4" label="Yes" color="blue"></option><option value="DWg7wyKemFfy" label="No" color="blue"></option></select></th></tr></thead><tbody><tr><td>utm_source</td><td>"1send"</td><td><span data-option="ISF8Pm6fdSw4">Yes</span></td></tr><tr><td>utm_medium</td><td>"campaign"</td><td><span data-option="ISF8Pm6fdSw4">Yes</span></td></tr><tr><td>utm_campaign</td><td>{Campaign_name}</td><td><span data-option="DWg7wyKemFfy">No</span></td></tr></tbody></table>

**Parameters**: `?utm_source=1send&utm_medium=campaign&utm_campaign=year-end-sale/`&#x20;

**Original Link**: <https://www.1send.net/>

**With UTM Parameters**: <https://www.1send.net/?utm_source=1send&utm_medium=campaign&utm_campaign=year-end-sale/>


---

# 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://docs.1send.net/learn/analytics/utm-tracking.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.
