> 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/en/topics/settings/tracking/tracking-how-to-make-tracking-stay-on-the-same-lead.md).

# Tracking - How to keep tracking on the same lead?

<figure><img src="/files/57a9ab6ee416606bf03a126833056144357723a4" alt=""><figcaption></figcaption></figure>

### Introduction

Lead tracking is essential to understand the behavior of your potential customers and optimize your marketing strategies. However, ensuring that the tracking remains associated with the same lead can be a challenge, especially when the lead uses different devices to access your landing pages and forms.&#x20;

### Solutions to keep Tracking on the same Lead

**1. Ask the user to access from the same device**

One of the most effective ways to ensure consistent tracking is to ask the lead to access from the same device; you can then associate all interactions with the same lead.

**2. Tracking via UTM**

Add UTM parameters to the URLs you send in email marketing campaigns or other communications. These parameters can help identify the lead when they click a link, regardless of the device.

{% embed url="<https://docs.sprinthub.com/topicos/configuracoes/tag-utm>" %}

**3. Resolve conflicts automatically**

You can configure areas of the system so that conflict resolution is done automatically; one example is in forms:

<figure><img src="/files/f7f47373aebe4de43aa2ab9e51f1725c6888be02" 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/en/topics/settings/tracking/tracking-how-to-make-tracking-stay-on-the-same-lead.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.
