> For the complete documentation index, see [llms.txt](https://docs.mavibot.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mavibot.ai/doc/pt/faq/questions/...transferir-rotulos-utm.md).

# ...Transferir rótulos UTM

Trabalhar com etiquetas é explorado com os exemplos dos mensageiros Viber, Telegram e Facebook. Outros mensageiros não suportam deeplink.

O WhatsApp também oferece suporte ao uso de etiquetas - você precisa colar uma variável especial no campo de entrada preenchido automaticamente que o usuário recebe assim que clica no link.

## Salvando as etiquetas

Se você adicionar parâmetros ao link para a mini landing page, todos eles serão transferidos para as transações temporárias.

Mais sobre isso aqui:

{% embed url="<https://docs.salebot.ai/mini-landing#how-to-transfer-settings-and-utm-labels>" %}

Transferindo etiquetas para o CRM

Vamos ver o exemplo de [AmoCRM](https://docs.salebot.ai/crm/amocrm)

Crie campos personalizados de etiqueta na transação

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Estabeleça a correspondência entre os campos de id e os nomes das variáveis no bot (nas seções Integrações com CRM)

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Em seguida, coloque um bloco amarelo na cadeia no ponto em que uma transação precisa acontecer

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Você recebe etiquetas no CRM

Da mesma forma, você pode transferir valores para planilhas do Google


---

# 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.mavibot.ai/doc/pt/faq/questions/...transferir-rotulos-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.
