> 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/inserzionisti/rtb-aperto/open-rtb.md).

# Integrazione di RTB aperto per inserzionisti

Questa documentazione spiega come gli inserzionisti possono integrare le loro piattaforme con ExoClick utilizzando lo standard OpenRTB.

## Specifiche della richiesta/risposta di offerta

* [Specifiche delle richieste di offerta Open RTB 2.4](/rtb/it/inserzionisti/rtb-aperto/adv-open-rtb-2.4-request.md)
* [Specifiche delle risposte di offerta Open RTB 2.4](/rtb/it/inserzionisti/rtb-aperto/adv-open-rtb-2.4-response.md)
* [Specifiche delle richieste di offerta Open RTB 2.5](/rtb/it/inserzionisti/rtb-aperto/adv-open-rtb-2.5-request.md)
* [Specifiche delle risposte di offerta Open RTB 2.5](/rtb/it/inserzionisti/rtb-aperto/adv-open-rtb-2.5-response.md)

## Requisiti

L'API RTB di ExoClick segue rigorosamente le [Specifiche OpenRTB v2.4](http://www.iab.com/wp-content/uploads/2016/03/OpenRTB-API-Specification-Version-2-4-FINAL.pdf) e [Specifiche OpenRTB v2.5](https://www.iab.com/wp-content/uploads/2016/03/OpenRTB-API-Specification-Version-2-5-FINAL.pdf), ma con alcune limitazioni/requisiti.

* Numero di offerte per richiesta:
  * Per tutti i formati pubblicitari - una sola offerta per richiesta (un solo oggetto impression)
  * Per gli annunci nativi - sono supportate più offerte per richiesta
* Il markup dell'annuncio **deve** rispettare i markup XML degli annunci di ExoClick
* Il contenuto creativo (markup dell'annuncio) deve essere fornito direttamente nella risposta di offerta
* La valuta del prezzo dell'offerta sarà quella del tuo account ExoClick (EUR o USD)
* L'inserzionista dovrà fornire un URL RTB valido; questo può includere qualsiasi parametro GET eventualmente richiesto dall'endpoint e deve essere in grado di ricevere la nostra richiesta di offerta tramite HTTP POST

## Tipi di annunci e modelli di prezzo supportati

| Formato dell'annuncio                                                                                                                         | Modello di prezzo |
| --------------------------------------------------------------------------------------------------------------------------------------------- | ----------------- |
| Banner (immagine e iframe), interstitial a pagina intera (immagine e iframe), popunder, in-stream, nativo, notifiche push (192x192 e 720x480) | CPM               |
| Direct Link, clic su email                                                                                                                    | CPC e Smart CPC   |

Il modello di prezzo è definito nella risposta di offerta.

## Tipi di annunci supportati Open RTB 2.4 e 2.5

* Banner
* Link diretti
* Clic email
* Video (video in-stream, video outstream, slider video)
* Annunci nativi
* Popunder
* Notifiche push: 720 x 480 e 192 x 192
* Interstitial

## Buone pratiche

* Uno dei modi più semplici ed efficaci per migliorare le prestazioni della connessione è abilitare le connessioni persistenti HTTP, note anche come **Keep-Alive**. Ciò ha un impatto profondo sulle prestazioni complessive, riducendo l'overhead della gestione della connessione e l'utilizzo della CPU su entrambi i lati dell'interfaccia.
* Le specifiche OpenRTB non coprono la sicurezza se non **raccomandando HTTP non cifrato** per ragioni di prestazioni. Se devi autorizzare le richieste RTB di ExoClick, puoi inserire in whitelist [Reti IP](/rtb/it/inserzionisti/exoclick-rtb/reti-ip.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://docs.exoclick.com/rtb/it/inserzionisti/rtb-aperto/open-rtb.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.
