> 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/de/werbetreibende/exoclick-rtb/bid-request.md).

# ExoClick RTB Gebotsanfrage

Diese Seite beschreibt die verschiedenen Komponenten der RTB-Anfragen, die Sie erhalten werden, um Gebote abzugeben.

## Gebotsanfrage-Header

* **ExoClick-RTB-Version-HTTP-Header**: `x-exadsrtb-version: 1.0`
* **Keep-Alive-HTTP-Header**: `Connection: Keep-Alive`
* **JSON-Inhalt**: `Content-Type: application/json`
* **Header für Datenkodierung**: `Accept-Encoding`

## Gebotsanfrage-Objekt

Beim Anfordern von Geboten für einen bestimmten Kontext führt die Plattform eine HTTP-Anfrage mit einem Timeout von **300ms**. Es sendet das folgende Objekt als JSON kodiert im Request-Body per POST:

| Attribut          | Beschreibung                                                                                                                      |
| ----------------- | --------------------------------------------------------------------------------------------------------------------------------- |
| id                | Eindeutige Bid-Request-ID (String)\*                                                                                              |
| ip                | IP-Adresse des Nutzers (String)\*                                                                                                 |
| language          | Browsersprache gemäß ISO-639-1-Alpha-2 (String)\*                                                                                 |
| remote\_addr      | Haupt-IP-Adresse des Nutzers (String)                                                                                             |
| x\_forwarded\_for | X-FORWARDED-FOR-IP-Adresse des Nutzers oder leer, falls nicht gesetzt (String)                                                    |
| type              | Anfragetyp. Kann "banner", "popunder" oder "push\_notification" sein (String)\*                                                   |
| ua                | Browser-User-Agent (String)\*                                                                                                     |
| url               | Vollständige URL der Seite, auf der die Anzeige geschaltet wird (String)\*                                                        |
| user\_id          | Eindeutige Benutzer-ID (String)\*                                                                                                 |
| Export            | Antworttyp. Kann "json" oder "xml" sein (String)\*                                                                                |
| keyword           | Schlüsselwort (String)                                                                                                            |
| size              | Größe des Publisher-Anzeigetyps (String)\*\*                                                                                      |
| sub               | Der sub ist eine Ganzzahl, die die ID der Zone angibt, aus der die Anfrage stammt (nicht zu verwechseln mit dem {zone\_id}-Token) |

\*Pflichtfelder

\*\*nur für Typ banner verpflichtend. Bei Push Notification wird bei leerem Feld 192x192 angenommen

## Beispiele

Eine vollständige Liste aller Anfragetypen, die Sie erhalten können, finden Sie in unserem [Beispielseite für Advertiser-Anfragen](/rtb/de/werbetreibende/exoclick-rtb/exoclick-rtb-advertiser-code-examples.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/de/werbetreibende/exoclick-rtb/bid-request.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.
