> For the complete documentation index, see [llms.txt](https://docs.sprinthub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinthub.com/topicos/configuracoes-do-sistema/rastreamento/rastreamento-tag-utm.md).

# Rastreamento - Tag UTM

## Introdução

Quando um cliente acessar sua página externa com o [script de rastreamento](/topicos/configuracoes-do-sistema/rastreamento.md) da Sprinthub, ou uma [landing page](/topicos/atrair/landing-page.md) nativa da plataforma, as tags UTM serão registradas nos dados do contato.

Contatos rastreados ou identificados — seja por meio de URL encurtada, formulário ou webhook com o [identificador da Sprinthub](/topicos/analisar/webhooks-integrados/webhooks-integrados-duvidas-comuns/webhooks-integrados-tracking-avancado-identificando-leads-anonimos.md) — terão as UTMs salvas no momento em que acessarem a página.

Com o registro dessas tags, é possível aprimorar o acompanhamento do desempenho das suas campanhas online, identificando a origem do tráfego. É possível filtrar contatos ou criar um segmento dinâmico, por exemplo, para contatos de apenas uma origem específica.

{% hint style="info" %}
**utm\_source**: identifica a origem do tráfego (site, newsletter, anúncio etc.);\
**utm\_medium**: indica o meio da campanha (social, CPC, e-mail, banner);\
**utm\_campaign**: nome da campanha, promoção ou ação específica;\
**utm\_term**: palavras-chave de pesquisas pagas (Google Ads);\
**utm\_content**: diferencia variações de um mesmo anúncio ou link, útil para testes A/B.
{% endhint %}

<div data-full-width="false"><figure><img src="/files/6TcAtVfimN7CFD1w7HOp" alt=""><figcaption></figcaption></figure></div>

## Verificando Tags UTM em um contato

Ao acessar um contato dentro da Sprinthub, é possível verificar a lista de todas as UTMs na aba **Tags UTM.**&#x20;

As tags UTM serão salvas automaticamente, mas apenas para contatos que já estejam identificados e rastreados ao acessarem páginas ou URLs encurtados com esses parâmetros.

<figure><img src="/files/4zwcAYB5R0MEmXTTs7vZ" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.sprinthub.com/topicos/configuracoes-do-sistema/rastreamento/rastreamento-tag-utm.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
