> 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/adv-open-rtb-2.5-response.md).

# Risposta all'offerta Open RTB 2.5

La risposta a una richiesta di offerta avrà la seguente struttura:

## Oggetto di risposta dell'offerta

| Attributo | Obbligatorio? | Descrizione                                                                                |
| --------- | ------------- | ------------------------------------------------------------------------------------------ |
| id        | Sì            | ID della richiesta di offerta, deve corrispondere all'id inviato nella richiesta (stringa) |
| seatbid   | Sì            | Raccolta di offerte effettuate dall'offerente per conto di una specifica seat.             |

### seatbid

| Attributo | Obbligatorio? | Descrizione                                                                                                             |
| --------- | ------------- | ----------------------------------------------------------------------------------------------------------------------- |
| bid       | Sì            | ID dell'oggetto impression a cui si applica questa offerta, deve corrispondere all'id inviato nella richiesta (stringa) |

### seatbid.bid

| Attributo | Obbligatorio? | Descrizione                                                                               |
| --------- | ------------- | ----------------------------------------------------------------------------------------- |
| id        | Sì            | ID dell'oggetto offerta scelto dall'offerente (stringa)                                   |
| impid     | Sì            | ID dell'oggetto impressione a cui si applica questa offerta (stringa)                     |
| price     | Sì            | Prezzo dell'offerta in CPM o CPC (float)                                                  |
| adm       | Sì            | Markup dell'annuncio (stringa)                                                            |
| nurl      | Sì            | URL di notifica di vincita, si consiglia di usare HTTP invece di HTTPS per nurl (stringa) |

### seatbid.bid.ext

| Attributo | Obbligatorio? | Descrizione                                                                                                                                     |
| --------- | ------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
| btype     | Consigliato   | Modello di prezzo. Valori: 1 = CPM, 2 = CPC. Predefinito = 1 (int). Quando la risposta è per una richiesta di zona Email Clicks, 1 = Smart CPC. |
|           |               | **Nota**: solo Push Notification, annunci Native, Direct Link ed Email Clicks possono fare offerte con il modello di prezzo CPC.                |

**Note:**

* Supportiamo i video nei posizionamenti interstitial.
* L'impid deve corrispondere a quello fornito nella richiesta.

### Nessuna risposta all'offerta <a href="#no-bid-response" id="no-bid-response"></a>

Per rispondere a una richiesta di offerta senza effettuare una vera offerta, deve essere inviato il codice di risposta HTTP 204 "No Content".

### URL di notifica della vincita e della fatturazione <a href="#win-and-billing-notification-urls" id="win-and-billing-notification-urls"></a>

Se sia **nURL** o **bURL** sono nella risposta di offerta e sono URL validi, la piattaforma ExoClick invierà una richiesta GET a essi. Questi URL possono contenere alcuni token da sostituire da parte di ExoClick prima di effettuare la GET:

```
${AUCTION_ID} - ID della richiesta di offerta; dall'attributo "Bid Request Object -> id".
${AUCTION_BID_ID} - ID dell'offerta; dall'attributo "Bid Response Object -> bidid".
${AUCTION_IMP_ID} - ID dell'impression appena vinta; dall'attributo "Bid Request Object -> Impression Object -> id".
${AUCTION_SEAT_ID} - ID del seat dell'offerente per cui è stata effettuata l'offerta; dall'attributo "Bid Response Object -> Seat Bid Object -> Bid Object -> id".
${AUCTION_AD_ID} - ID del markup pubblicitario che l'offerente desidera servire; dall'attributo "Bid Response Object -> Seat Bid Object -> Bid Object -> adid".
${AUCTION_PRICE} - Prezzo di regolamento usando la stessa valuta e le stesse unità dell'account; dall'attributo "Bid Response Object -> Seat Bid Object -> Bid Object -> price".
${AUCTION_CURRENCY} - La valuta usata nell'offerta (esplicita o implicita); solo a scopo di conferma.
```

Esempio:

```
https://mysite.com/my_notification_url?id=${AUCTION_ID}&bidid=${AUCTION_BID_ID}&price=${AUCTION_PRICE}&currency=${AUCTION_CURRENCY}
```

Se stai usando sia **nURL** e **bURL**, ExoClick effettuerà una chiamata a entrambi.

### Esempi <a href="#examples" id="examples"></a>

## Nessuna risposta all'offerta <a href="#no-bid-response" id="no-bid-response"></a>

Per rispondere a una richiesta di offerta senza effettuare una vera offerta, deve essere inviato il codice di risposta HTTP 204 "No Content".

## URL di notifica della vincita e della fatturazione <a href="#win-and-billing-notification-urls" id="win-and-billing-notification-urls"></a>

Se sia **nURL** o **bURL** sono nella risposta di offerta e sono URL validi, la piattaforma ExoClick invierà una richiesta GET a essi. Questi URL possono contenere alcuni token da sostituire da parte di ExoClick prima di effettuare la GET:

```
${AUCTION_ID} - ID della richiesta di offerta; dall'attributo "Bid Request Object -> id".
${AUCTION_BID_ID} - ID dell'offerta; dall'attributo "Bid Response Object -> bidid".
${AUCTION_IMP_ID} - ID dell'impression appena vinta; dall'attributo "Bid Request Object -> Impression Object -> id".
${AUCTION_SEAT_ID} - ID del seat dell'offerente per cui è stata effettuata l'offerta; dall'attributo "Bid Response Object -> Seat Bid Object -> Bid Object -> id".
${AUCTION_AD_ID} - ID del markup pubblicitario che l'offerente desidera servire; dall'attributo "Bid Response Object -> Seat Bid Object -> Bid Object -> adid".
${AUCTION_PRICE} - Prezzo di regolamento usando la stessa valuta e le stesse unità dell'account; dall'attributo "Bid Response Object -> Seat Bid Object -> Bid Object -> price".
${AUCTION_CURRENCY} - La valuta usata nell'offerta (esplicita o implicita); solo a scopo di conferma.
```

Esempio:

```
https://mysite.com/my_notification_url?id=${AUCTION_ID}&bidid=${AUCTION_BID_ID}&price=${AUCTION_PRICE}&currency=${AUCTION_CURRENCY}
```

Se stai usando sia **nURL** e **bURL**, ExoClick effettuerà una chiamata a entrambi.

## Esempi <a href="#examples" id="examples"></a>

Puoi trovare esempi dettagliati delle risposte che puoi ricevere nella [pagina di esempio](/rtb/it/inserzionisti/rtb-aperto/open-rtb-adv-code-examples-2.5.md).

<br>


---

# 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/adv-open-rtb-2.5-response.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.
