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

# Configura schemi URI personalizzati

**Schemi URI**, che compaiono nel protocollo dell'URL, vengono utilizzati per fornire indicazioni a un *client*, come un browser web, su come interpretare tutto ciò che segue il protocollo di un URL (cioè, tutto ciò che viene dopo il `://`). Se stai utilizzando l'API Page Load di impact.com e desideri usare schemi URI personalizzati, dovrai elencare quali schemi vuoi passare nell'app web di impact.com.

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

impact.com utilizza questi schemi URI per garantire che il traffico sia collegato al programma corretto, oltre che per distinguere eventuali clic intra-sito tra pagine web dal traffico nuovo o di referral. Tuttavia, non elencare gli schemi che desideri utilizzare può far sì che la Page Load API restituisca errori per gli URL che contengono schemi URI personalizzati, oppure che impact.com li rifiuti del tutto.

Dovresti anche considerare di elencare schemi URI personalizzati se intendi usare [il monitoraggio del traffico diretto](/brand/it/what-would-you-like-to-learn-about/platform-features/tracking/set-up-tracking/set-up-direct-traffic-tracking.md) nel tuo programma.

#### Elenca gli schemi URI

1. Dalla barra di navigazione superiore, seleziona ![](/files/c0279a0e9c22a5b78cc1bbb3be84cac24b0fd825) **\[Profilo utente] → Impostazioni**.
2. A destra, sotto *Monitoraggio*, seleziona **Generale**.
3. In *Schema URI*, inserisci gli schemi URI personalizzati che intendi passare. Usa le virgole tra ogni valore.
4. Seleziona **Salva**.

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

I siti dei gateway di pagamento, come PayPal, sono automaticamente considerati traffico intra-sito e non devono essere aggiunti manualmente.

{% hint style="info" %}
**Nota**: impact.com non accetta schemi URI non in stile HTTP (ad es., `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/it/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.
