> 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/pt-br/what-would-you-like-to-learn-about/platform-features/tracking/set-up-tracking/configure-custom-uri-schemes.md).

# Configurar esquemas de URI personalizados

**Esquemas de URI**que aparecem no protocolo da URL, são usados para fornecer instruções a um *cliente*como um navegador da web, sobre como interpretar tudo o que vem depois do protocolo de uma URL (ou seja, tudo o que vem depois do `://`). Se você estiver usando a API de carregamento de página da impact.com e quiser usar esquemas de URI personalizados, será necessário listar quais esquemas você deseja passar no aplicativo web da impact.com.

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

A impact.com usa esses esquemas de URI para garantir que o tráfego esteja vinculado ao programa correto, bem como para distinguir quaisquer cliques intra-site entre páginas da web e tráfego novo ou de referência. No entanto, não listar os esquemas que você deseja usar pode fazer com que a API de carregamento de página retorne erros para URLs que contenham esquemas de URI personalizados, ou que a impact.com os rejeite por completo.

Você também deve considerar listar esquemas de URI personalizados se pretender usar [Rastreamento de tráfego direto](/brand/pt-br/what-would-you-like-to-learn-about/platform-features/tracking/set-up-tracking/set-up-direct-traffic-tracking.md) em seu programa.

#### Listar esquemas de URI

1. Na barra de navegação superior, selecione ![](/files/24b09e08af742531bcfb4e5dc0f1976c6026280a) **\[Perfil do usuário] → Configurações**.
2. À direita, em *Rastreamento*, selecione **Geral**.
3. Em *Esquema de URI*insira os esquemas de URI personalizados que você pretende passar. Use vírgulas entre cada valor.
4. Selecione **Salvar**.

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

Sites de gateway de pagamento, como o PayPal, são automaticamente considerados tráfego intra-site e não precisam ser adicionados manualmente.

{% hint style="info" %}
**Observação**: a impact.com não aceita esquemas de URI que não sejam no estilo HTTP (por exemplo, `file` ou `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/pt-br/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.
