# UTM Parameters

##### Summary

This page explains how to configure UTM parameters for Pop traffic and use them to track traffic sources in your analytics systems.

##### Before You Begin

- Role: Webmaster
- Required information:
    - Active DAO.AD account
    - Popunder traffic source
    - Analytics or tracking system, if applicable
- Estimated time: 2 minutes

##### What Are UTM Parameters?

UTM parameters are tags added to a URL to help identify and analyze the source and context of incoming traffic.

<span style="white-space: pre-wrap;">DAO.AD allows you to add custom UTM parameters when creating an advertising code for the </span>****Popunder****<span style="white-space: pre-wrap;"> format.</span>

These parameters are automatically added to the destination URL when a user is redirected after opening a Pop ad.

##### Available Parameters

DAO.AD supports the following UTM parameters:

<table id="bkmrk-parameterdescription"><colgroup><col style="width: 142px;"></col><col style="width: 459px;"></col><col style="width: 298px;"></col></colgroup><tbody><tr><th>Parameter

</th><th>Description

</th><th>Example

</th></tr><tr><td>`<span class="editor-theme-code">utm_source</span>`

</td><td>Identifies the traffic source

</td><td>`<span class="editor-theme-code">dao</span>`

</td></tr><tr><td>`<span class="editor-theme-code">utm_medium</span>`

</td><td>Identifies the traffic type or format

</td><td>`<span class="editor-theme-code">pop</span>`

</td></tr><tr><td>`<span class="editor-theme-code">utm_campaign</span>`

</td><td>Identifies the campaign or project

</td><td>`<span class="editor-theme-code">casino</span>`

</td></tr><tr><td>`<span class="editor-theme-code">utm_term</span>`

</td><td>Additional tracking parameter

</td><td>`<span class="editor-theme-code">news</span>`

</td></tr><tr><td>`<span class="editor-theme-code">utm_content</span>`

</td><td>Identifies the site, ad placement, or another custom value

</td><td>`<span class="editor-theme-code">site123</span>`

</td></tr></tbody></table>

##### How to Configure UTM Parameters

<span style="white-space: pre-wrap;">When creating a </span>****Popunder****<span style="white-space: pre-wrap;"> advertising code:</span>

1. Open the UTM parameters section.
2. Enter the required values for the parameters you want to use.
3. Save the advertising code.
4. Place the generated code on your website.

DAO.AD will automatically add the configured parameters to the destination URL.

##### Example

For example, you can configure:

```
utm_source = dao, utm_medium = pop, utm_campaign = casino, utm_term = news, utm_content = site123
```

The resulting URL may look like:

```
https://example.com/?utm_source=dao&utm_medium=pop&utm_campaign=casino&utm_term=news&utm_content=site123
```

This allows you to identify the source and additional details of the traffic in your analytics or tracking system.

##### Using UTM Parameters for Analytics

UTM parameters can be used with analytics and tracking platforms such as:

- Google Analytics
- Keitaro
- Binom
- Voluum
- other systems that support UTM tracking

You can use these parameters to analyze traffic by source, format, campaign, site, or other custom values.

##### Related

- [Create a Link Source](https://wiki.dao.ad/books/getting-started-QiA/page/create-a-link-source "Create a Link Source")
- [Create a Site Source](https://wiki.dao.ad/books/getting-started-QiA/page/create-a-site-source "Create a Site Source")
- [Traffic Statistics](https://wiki.dao.ad/books/statistics-optimization/page/traffic-statistics "Traffic Statistics")
- [Placement Rules](https://wiki.dao.ad/books/getting-started-QiA/page/placement-rules "Placement Rules")

#####   