> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/brand/es/what-would-you-like-to-learn-about/platform-features/tracking/set-up-tracking/configure-custom-uri-schemes.md).

# Configurar esquemas URI personalizados

**Esquemas URI**, que aparecen en el protocolo de la URL, se utilizan para proporcionar instrucciones a un *cliente*, como un navegador web, sobre cómo interpretar todo lo que viene después del protocolo de una URL (es decir, todo lo que viene después de `://`). Si está utilizando la API de carga de página de impact.com y desea usar esquemas URI personalizados, deberá enumerar qué esquemas desea incluir en la aplicación web de impact.com.

<div data-with-frame="true"><figure><img src="/files/92ee44e0596015a3602567f7866c7217bd1d93d9" alt=""><figcaption></figcaption></figure></div>

impact.com utiliza estos esquemas URI para garantizar que el tráfico esté vinculado al programa correcto, así como para distinguir cualquier clic intrasitio entre páginas web del tráfico nuevo o de referencia. Sin embargo, no enumerar los esquemas que desea usar puede hacer que la API de carga de página devuelva errores para las URL que contienen esquemas URI personalizados, o que impact.com los rechace por completo.

También debería considerar enumerar esquemas URI personalizados si tiene la intención de usar [Seguimiento de tráfico directo](/brand/es/what-would-you-like-to-learn-about/platform-features/tracking/set-up-tracking/set-up-direct-traffic-tracking.md) en su programa.

#### Enumerar esquemas URI

1. Desde la barra de navegación superior, selecciona ![](/files/260bf6f1048424a5a74566f411803be9ef7c2685) **\[Perfil de usuario] → Configuración**.
2. A la derecha, en *Seguimiento*, selecciona **General**.
3. En *Esquema URI*, introduzca los esquemas URI personalizados que desea incluir. Use comas entre cada valor.
4. Selecciona **Guardar**.

   <div data-with-frame="true"><figure><img src="/files/b8444ff3f309e63c118cb68c7adbec40975be55c" alt="" width="338"><figcaption></figcaption></figure></div>

Los sitios de pasarela de pago, como PayPal, se asumen automáticamente como tráfico intrasitio y no necesitan agregarse manualmente.

{% hint style="info" %}
**Nota**: impact.com no acepta esquemas URI de estilo no HTTP (por ejemplo, `file` o `mailto`).
{% 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://help.impact.com/brand/es/what-would-you-like-to-learn-about/platform-features/tracking/set-up-tracking/configure-custom-uri-schemes.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.
