> 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 aparece después de la `://`). Si estás utilizando la API Page Load de impact.com y quieres usar esquemas URI personalizados, tendrás que enumerar qué esquemas quieres pasar en la aplicación web de impact.com.

<div data-with-frame="true"><figure><img src="https://3147719151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwMLlMoFBtKJa8ptd3zaw%2Fuploads%2Fgit-blob-50500e0c05347cae50075039e1c285bf18146af6%2F0d4703b4888e1b0b4ec339fe76c47848126a700c321274e9c50fc56f09221ea1.png?alt=media" 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 dentro del sitio entre páginas web del tráfico nuevo o referido. Sin embargo, no enumerar los esquemas que quieres usar puede hacer que la API Page Load devuelva errores para las URL que contienen esquemas URI personalizados, o que impact.com los rechace por completo.

También deberías considerar enumerar esquemas URI personalizados si tienes previsto usar [Seguimiento del 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.

#### Enumera los esquemas URI

1. En la barra de navegación superior, selecciona ![](https://3147719151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwMLlMoFBtKJa8ptd3zaw%2Fuploads%2F210dEQa93qyQgoJDkieL%2FUser%20profile.svg?alt=media\&token=f84c5b17-fae4-4a30-990a-9de5e57a150b) **\[Perfil de usuario] → Configuración**.
2. A la derecha, debajo de *Seguimiento*, seleccione **General**.
3. En *Esquema URI*, introduce los esquemas URI personalizados que deseas pasar. Usa comas entre cada valor.
4. Seleccione **Guardar**.

   <div data-with-frame="true"><figure><img src="https://3147719151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwMLlMoFBtKJa8ptd3zaw%2Fuploads%2FHbgAfZPbR0HnZhksGX7P%2FScreenshot%202026-05-06%20at%2012.03.17.png?alt=media&amp;token=f9cbe6f3-5feb-4fe1-bb9d-cc86ea6b762c" alt="" width="338"><figcaption></figcaption></figure></div>

Los sitios de pasarela de pago, como PayPal, se consideran automáticamente tráfico dentro del sitio y no es necesario añadirlos manualmente.

{% hint style="info" %}
**Nota**: impact.com no acepta esquemas URI de estilo no 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.
