> 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/blocking-and-redirect-rules/redirect-routing-rules-overview.md).

# Panoramica delle regole di routing dei reindirizzamenti

**Reindirizzamenti**, un tipo di **Regola di routing**, invierà il traffico a un nuovo URL di destinazione anziché alla destinazione ipertestuale originale. Quando il traffico soddisfa criteri specifici (noti come *condizioni*), e, ad esempio, fa clic su un annuncio ospitato da uno dei tuoi partner, verrà reindirizzato a un "URL di reindirizzamento" alternativo anziché all'URL di destinazione originale. Questo traffico può anche visualizzare un [interstitial](https://en.wikipedia.org/wiki/Interstitial_webpage), o una pagina web che appare prima che raggiungano l'URL di reindirizzamento, a seconda di come configuri la regola di reindirizzamento.

Il traffico proveniente da determinati partner, determinati Paesi, o persino il traffico che proviene da un URL specifico (ossia un *URL di riferimento*) può essere reindirizzato. Puoi anche configurare interstitial che guidano il traffico a [scaricare la tua app](/brand/it/what-would-you-like-to-learn-about/platform-features/blocking-and-redirect-rules/create-app-install-interstitials.md).

#### Passaggi per configurare le regole di routing di reindirizzamento

Per configurare le tue regole di reindirizzamento, segui l'ordine di configurazione riportato di seguito:

1. [Creare una regola di reindirizzamento](/brand/it/what-would-you-like-to-learn-about/platform-features/blocking-and-redirect-rules/create-a-redirect-rule.md)
2. [Testare una regola di reindirizzamento](/brand/it/what-would-you-like-to-learn-about/platform-features/blocking-and-redirect-rules/test-a-redirect-rule.md)
3. [Caricare in blocco le regole di reindirizzamento](/brand/it/what-would-you-like-to-learn-about/platform-features/blocking-and-redirect-rules/bulk-upload-redirect-rules.md)
4. [Archiviare una regola di reindirizzamento](/brand/it/what-would-you-like-to-learn-about/platform-features/blocking-and-redirect-rules/archive-a-redirect-rule.md)


---

# 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/blocking-and-redirect-rules/redirect-routing-rules-overview.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.
