ExoClick RTB Bid Request Specifications
The ExoClick RTB Bid Request is done using JSON for POST and a URL for GET. XML requests are not allowed for POST.
Cabeçalhos dos pedidos de propostas
- ExoClick RTB Version HTTP Header: x-exadsrtb-version: 1.0
- cabeçalho HTTP Keep-Alive**: Connection: Keep-Alive
- Content JSON: Content-Type: application/json
- Cabeçalho de codificação de dados: Accept-Encoding
Objeto de pedido de proposta
Atributo | Necessário? | Descrição |
---|---|---|
id | Sim | ID exclusivo da solicitação de cotação (string) |
ip | Sim | IP address of the user (string) |
língua | Sim | Idioma do navegador que utiliza a norma ISO-639-1-alpha-2 (string) |
remove_addr | Não | Endereço IP principal do utilizador (string) |
x_forwarded_for | Não | Endereço IP X-FORWARDED-FOR do utilizador ou vazio se não estiver definido (string) |
tipo | Sim | Request type. Can be “banner”, “popunder”, "direct_link", "email_click"*, “push_notification” or "in_page_push_notification" (string) |
ua | Sim | Agente do utilizador do navegador (string) |
url | Sim | URL completo da página onde o anúncio será apresentado (string) |
iD do utilizador | Sim | ID único do utilizador (string) |
submarino | Não | This should be a number between six and ten digits: Do not use zeroes at the beginning of Sub IDs. |
exportação | Sim | Response type. Can be "json" or "xml" (string) |
palavra-chave | Não | Keywords can be used to ensure ad zones get the right type of advertising. Keywords should be a string of comma-separated words. |
tamanho | Required for banner** | Publisher ad type size (string) |
el | Não | Base64 Encoded Email. Available only for Email Clicks and Direct Link (string) |
Observações:
- "email_click" as a type needs to be specified only in GET requests.
- In Push requests, if size is omitted, the default value will be 192x192 for backwards compatibility
- Sub IDs should be a number between 1 and Int32: Do not use zeroes at the beginning of Sub IDs.