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

# ExoClick RTB para anunciantes

Esta documentação explica como os anunciantes podem integrar as suas plataformas com a ExoClick.

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

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

## Requisitos

* Permitimos apenas um lance por pedido.
* Modelos de preços suportados:
  * Anúncios de banner, popunder: CPM.
  * Anúncios de notificações push: CPM ou CPC.\*
* A moeda do preço do lance será a moeda da sua conta ExoClick (EUR ou USD).
* O anunciante terá de fornecer um URL RTB válido e deve ser capaz de receber a nossa oferta através de POST.

\* O modelo de preços será definido na resposta da oferta.

## Tipos de anúncio suportados

* Banner: Imagem
* Link Direto
* Cliques em e-mail
* 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, para além de recomendarem HTTP simples por razões de desempenho. Se precisar de autorizar pedidos JSON/XML da ExoClick, pode incluir na whitelist [Redes IP](/rtb/pt/anunciantes/exoclick-rtb/redes-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/pt/anunciantes/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.
