> 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 dar 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 la `://`). Si estás usando la API de carga de página de impact.com y quieres usar esquemas URI personalizados, deberás enumerar qué esquemas deseas pasar 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 usa estos esquemas URI para asegurar que el tráfico esté vinculado al programa correcto, así como para distinguir cualquier clic dentro del sitio entre páginas web del tráfico nuevo o de referencia. Sin embargo, no enumerar los esquemas que deseas usar puede hacer que la API de carga de página devuelva errores para URLs que contengan esquemas URI personalizados, o que impact.com los rechace por completo.

También deberías considerar enumerar esquemas URI personalizados si piensas 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 tu programa.

#### Enumerar esquemas URI

1. En 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*, introduce los esquemas URI personalizados que deseas pasar. Usa 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 dentro del sitio y no necesitan añadirse manualmente.

{% hint style="info" %}
**Nota**: impact.com no acepta esquemas URI que no sean del estilo HTTP (p. ej., `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.
