> For the complete documentation index, see [llms.txt](https://ayuda.envialosimple.email/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ayuda.envialosimple.email/gestion-de-dominios/seguimiento-de-aperturas-y-clics.md).

# Seguimiento de aperturas y clics

Esta función te permitirá saber cómo interactúan los destinatarios con tus correos electrónicos. Para habilitarla tenés que ir a la sección Dominios y presionar el botón **VER MÁS**.

Allí encontrarás estas dos opciones, las cuales podrás habilitar y deshabilitar en cualquier momento:

<figure><img src="/files/508nCCxSVBtbEfTFWjev" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Al validar el dominio por defecto estas opciones están habilitadas.
{% endhint %}

### Seguimiento de aperturas

Cuando está habilitado, al enviar el correo, EnvíaloSimple incrusta un píxel al final del contenido. De esta manera, en el momento que el usuario o cliente de correo ingresa al correo el mismo se marca como abierto.

Además de rastrear aperturas, podemos detectar la ubicación del destinatario y desde que dispositivo y aplicación lo está abriendo.

{% hint style="warning" %}
La funcionalidad se aplicará a los correos que sean enviados mientras esté habilitada esta opción. Por lo tanto, si la opción estaba deshabilitada y la volvés a habilitar no se podrá hacer el seguimiento a los correos que hayan sido enviados mientras estaba deshabilitada.
{% endhint %}

### Seguimiento de clics

Cuando está habilitado, al enviar el correo, EnvíaloSimple reemplaza automáticamente todos los enlaces en contenido del correo por enlaces propios. De esta manera, podemos registrar cada vez que un usuario hace clic en el correo.

{% hint style="warning" %}
La funcionalidad se aplicará a los correos que sean enviados mientras esté habilitada esta opción. Por lo tanto, si la opción estaba deshabilitada y la volvés a habilitar no se podrá hacer el seguimiento a los correos que hayan sido enviados mientras estaba deshabilitada.
{% endhint %}


---

# 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://ayuda.envialosimple.email/gestion-de-dominios/seguimiento-de-aperturas-y-clics.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.
