> For the complete documentation index, see [llms.txt](https://help.citrusad.com/retail-media-interface/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.citrusad.com/retail-media-interface/integration/pt-br/generating-ads/banner-ads-static.md).

# Anúncios de banner (estáticos)

<figure><img src="/files/RasOqVCEy1cHQpZuGKF3" alt="Banner.png" width="100%"><figcaption></figcaption></figure>

Anúncios de banner exigem uma matriz`bannerSlotId`simples enviada para Epsilon Retail Media além do contexto da página. Ao receber o contexto da página, Epsilon Retail Media garante que banners relevantes sejam exibidos para seus clientes.

{% hint style="success" %}
Se você estiver sincronizando dados com sucesso, estará pronto para solicitar anúncios de banner.
{% endhint %}

## Tipos de posicionamento suportados

Por meio da Epsilon Retail Mediacapacidade de posicionamento do , conseguimos suportar mais posicionamentos do que os descritos nesta documentação. Os itens abaixo podem ser usados como ideias iniciais.

### Pesquisa

Use posicionamentos de pesquisa para exibir anúncios onde seus clientes digitaram uma pesquisa por palavra-chave em seu site. Um exemplo simples disso é solicitar ao Epsilon Retail Media anúncios para "chocolate".

<figure><img src="/files/xk4YtCeRSF2PQNCBd0CW" alt="Search Banner.jpg" width="100%"><figcaption></figcaption></figure>

### Categoria

Use posicionamentos de categoria para os corredores das suas categorias. Envie ao Epsilon Retail Media um contexto simples de `productFilters` da sua taxonomia, como "Categoria:Armário/Lanches"

<figure><img src="/files/L1KCNM05lWAkBJsgOimC" alt="Category Banner.jpg" width="100%"><figcaption></figcaption></figure>

### Correspondência ampla (página inicial, ofertas, checkout, etc.)

Os posicionamentos de correspondência ampla podem ser usados para qualquer outro posicionamento, como páginas iniciais, ofertas, checkout, etc.

#### Página inicial

Sua página inicial pode ser uma solicitação simples apenas do identificador de posicionamento e de qualquer `productFilters` relevante na sua solicitação.

<figure><img src="/files/L2MFei8KQnIfsqDr5vzb" alt="Homepage Banner.png" width="100%"><figcaption></figcaption></figure>

#### Ofertas/promoção

Se você estiver sincronizando no catálogo de produtos quais produtos estão em promoção por meio de um valor de filtro consistente, poderá enviar qualquer `productFilters` relevante em sua solicitação para filtrar anúncios de acordo com a regra de negócios do posicionamento, como "type:On-Special", "type:New", etc.

<figure><img src="/files/30lcbwoTyeMAMNoypgFa" alt="Sale Banner.jpg" width="100%"><figcaption></figcaption></figure>

#### Checkout

Sua página inicial pode ser uma solicitação simples apenas do identificador de posicionamento e de qualquer `productFilters` relevante na sua solicitação.

<figure><img src="/files/1Eew0MpbUT01ze8Fnx8g" alt="Checkout Banner.jpg" width="100%"><figcaption></figcaption></figure>


---

# 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://help.citrusad.com/retail-media-interface/integration/pt-br/generating-ads/banner-ads-static.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.
