> For the complete documentation index, see [llms.txt](https://docs.exoclick.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.exoclick.com/rtb/it/editori/rtb-supply.md).

# Panoramica RTB per editori

## Integrazione RTB

Scopri qui l'integrazione con Open RTB ed ExoClick RTB:

* [Integrazione Open RTB](/rtb/it/editori/rtb-aperto/open-rtb.md)
* [Integrazione RTB di ExoClick](/rtb/it/editori/exoclick-rtb/exoclick-rtb.md)

## Struttura della richiesta/risposta di offerta

Le specifiche della richiesta/risposta di offerta sono qui:

* [Richiesta di offerta Open RTB 2.4](/rtb/it/editori/rtb-aperto/pub-open-rtb-2.4-request.md)
* [Risposta all'offerta Open RTB 2.4](/rtb/it/editori/rtb-aperto/pub-open-rtb-2.4-response.md)
* [Richiesta di offerta Open RTB 2.5](/rtb/it/editori/rtb-aperto/pub-open-rtb-2.5-request.md)
* [Risposta all'offerta Open RTB 2.5](/rtb/it/editori/rtb-aperto/pub-open-rtb-2.5-response.md)
* [Richiesta di offerta RTB di ExoClick](/rtb/it/editori/exoclick-rtb/bid-request.md)
* [Risposta all'offerta RTB di ExoClick](/rtb/it/editori/exoclick-rtb/bid-response.md)

## Esempi di richiesta/risposta di offerta

Gli esempi di richiesta/risposta di offerta sono qui:

* [Esempi Open RTB 2.4](/rtb/it/editori/rtb-aperto/open-rtb-publisher-code-examples.md)
* [Esempi Open RTB 2.5](/rtb/it/editori/rtb-aperto/open-rtb-2.5-pub-code-examples.md)
* [Esempi RTB di ExoClick](/rtb/it/editori/exoclick-rtb/exoclick-rtb-publisher-code-examples.md)

Le reti IP utilizzate da ExoClick RTB sono dettagliate qui:

* [Reti IP](/rtb/it/inserzionisti/exoclick-rtb/reti-ip.md)

## Punti chiave

1. Sono supportate le versioni 2.4 e 2.5 degli standard Open RTB. Tuttavia, l'ADM è diverso dagli standard. Se il client supporta Open RTB, deve assicurarsi di adattare il proprio ADM a quello di ExoClick.
2. Se il client supporta XML, deve fornire a ExoClick le proprie specifiche RTB e dovrà adattare il proprio sistema al nostro.
3. I server RTB di ExoClick sono presenti in più data center in Nord America, Europa e Asia. Normalmente, le richieste di una determinata area geografica verranno inviate dal server più vicino, ma non sempre. Il sistema distribuisce le richieste da un server a un altro in base al carico di lavoro del server in un dato momento. Per questo motivo, non è possibile indirizzare il traffico esclusivamente tramite una sola posizione di server.
4. Il "tmax" (il tempo massimo in millisecondi che l'SSP consente per ricevere le offerte per evitare il timeout) è di 300 ms. Questa informazione non viene passata nella richiesta poiché è sempre la stessa.
5. La valuta non viene passata neppure nelle richieste con RTB Floor CPM 0, poiché la valuta è impostata a livello di account. Se l'inserzionista richiede che la valuta venga passata nella richiesta, è necessario impostare un RTB Floor CPM molto basso.
6. Il numero totale di richieste dipenderà dal formato, dalla geo, dalle categorie selezionate e **Limitazione manuale RTB** configurata. Questa viene per lo più abilitata sulle zone che non generano entrate in determinati geos. In questo caso, la limitazione automatica ridurrà temporaneamente le richieste all'1%. Quando il fatturato aumenta e la zona inizia a generare di nuovo profitto in quei geos, la limitazione verrà aumentata automaticamente.


---

# 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://docs.exoclick.com/rtb/it/editori/rtb-supply.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.
