# Tracking - How to make tracking stay 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: 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.sprinthub.com/en/topics/settings/tracking/tracking-how-to-make-tracking-stay-with-the-same-lead.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.
