> 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/pt/editores/exoclick-rtb/exoclick-rtb.md).

# Integração do ExoClick RTB

Esta documentação explica como os parceiros podem integrar as suas plataformas com a ExoClick usando o modelo ExoClick para vender o seu tráfego.

## Especificações de Pedido/Resposta de Lance

* [Especificações de Pedido de Lance RTB da ExoClick](/rtb/pt/editores/exoclick-rtb/bid-request.md)
* [Especificações de Resposta de Lance RTB da ExoClick](/rtb/pt/editores/exoclick-rtb/bid-response.md)

## Requisitos

* Permitimos apenas um lance por pedido.
* O preço do lance pode ser baseado em CPM ou CPC, dependendo da configuração da exchange.
* A moeda do preço do lance será a moeda da sua conta ExoClick (EUR ou USD).

## Tipos de anúncio suportados

* Banner: Imagem
* Link Direto
* Cliques por email
* Popunder
* Notificações push: 720 x 480 e 192 x 192

## Melhores Práticas

* Uma das formas mais simples e eficazes de melhorar o desempenho da ligação é ativar as Ligações HTTP Persistentes, também conhecidas como 'Keep-Alive'. Isto tem um impacto profundo no desempenho geral, reduzindo a sobrecarga de gestão da ligação, bem como a utilização da CPU em ambos os lados da interface.
* As especificações RTB da ExoClick não abrangem a segurança, exceto ao recomendar HTTP simples por motivos de desempenho.


---

# 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/pt/editores/exoclick-rtb/exoclick-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.
