> 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/es/editores/rtb-abierto/open-rtb.md).

# Integración de RTB abierto para editores

Esta documentación explica cómo los socios pueden integrar sus plataformas con ExoClick utilizando el estándar OpenRTB para vender su tráfico.

## Especificaciones de solicitud/respuesta de puja

* [Especificaciones de solicitud de puja Open RTB 2.4](/rtb/es/editores/rtb-abierto/pub-open-rtb-2.4-request.md)
* [Especificaciones de respuesta de puja Open RTB 2.4](/rtb/es/editores/rtb-abierto/pub-open-rtb-2.4-response.md)
* [Especificaciones de solicitud de puja Open RTB 2.5](/rtb/es/editores/rtb-abierto/pub-open-rtb-2.5-request.md)
* [Especificaciones de respuesta de puja Open RTB 2.5](/rtb/es/editores/rtb-abierto/pub-open-rtb-2.5-response.md)

## Requisitos

La API RTB de ExoClick sigue estrictamente las [Especificaciones de OpenRTB v2.4](http://www.iab.com/wp-content/uploads/2016/03/OpenRTB-API-Specification-Version-2-4-FINAL.pdf) y [Especificaciones de OpenRTB v2.5](https://www.iab.com/wp-content/uploads/2016/03/OpenRTB-API-Specification-Version-2-5-FINAL.pdf), pero con algunas limitaciones/requisitos.

* Solo una puja por solicitud (un objeto de impresión).
* El precio de la puja puede basarse en CPM o CPC según la configuración del exchange.
* El creativo (markup del anuncio) se suministra directamente en la respuesta de puja.
* El markup del anuncio respetará los Ad Markups XML de ExoClick.
* La moneda del precio de la puja será la moneda de tu cuenta de ExoClick (EUR o USD).

## Tipos de anuncios compatibles Open RTB 2.4 y 2.5

* Banner
* Enlaces directos
* Clics de correo electrónico
* Vídeo (vídeo in-stream, vídeo outstream, slider de vídeo)
* Anuncios nativos
* Popunder
* Notificaciones push: 720 x 480 y 192 x 192
* Intersticial

## Buenas prácticas

* Una de las formas más sencillas y eficaces de mejorar el rendimiento de la conexión es habilitar las conexiones HTTP persistentes, también conocidas como Keep-Alive. Esto tiene un profundo impacto en el rendimiento general al reducir la sobrecarga de la gestión de conexiones, así como el uso de CPU en ambos lados de la interfaz.
* Las especificaciones de OpenRTB no cubren la seguridad, salvo recomendar HTTP sin cifrar por razones de rendimiento.


---

# 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/es/editores/rtb-abierto/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.
