> 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/de/generating-ads/banner-ads-static.md).

# Banner-Anzeigen (statisch)

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

Banner-Anzeigen erfordern ein einfaches`bannerSlotId`Array gesendet an Epsilon Retail Media zusätzlich zum Kontext der Seite. Durch den Empfang des Seitenkontexts Epsilon Retail Media stellt sicher, dass Ihren Kunden relevante Banner angezeigt werden.

{% hint style="success" %}
Wenn Sie Daten erfolgreich synchronisieren, können Sie Banner-Anzeigen anfordern.
{% endhint %}

## Unterstützte Platzierungstypen

Durch Epsilon Retail Medias Platzierungsfunktion können wir mehr Platzierungen unterstützen als in dieser Dokumentation beschrieben. Die folgenden Optionen können als Anregung dienen.

### Suche

Nutzen Sie Suchplatzierungen, um Anzeigen zu zeigen, wenn Ihre Kunden eine Stichwortsuche auf Ihrer Website eingegeben haben. Ein einfaches Beispiel hierfür ist die Anfrage an Epsilon Retail Media für Anzeigen zu "Schokolade".

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

### Kategorie

Nutzen Sie Kategorie-Platzierungen für Ihre Kategorie-Gänge. Senden Sie Epsilon Retail Media einen einfachen Kontext von `productFilters` Ihrer Taxonomie, wie z. B. "Category:Cupboard/Snacks"

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

### Weitgehend passend (Startseite, Angebote, Kasse etc.)

Weitgehend passende Platzierungen können für jede andere Platzierung wie Startseiten, Angebote, Kasse etc. verwendet werden.

#### Startseite

Ihre Startseite kann eine einfache Anfrage aus nur der Platzierungskennung und allen relevanten `productFilters` in Ihrer Anfrage sein.

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

#### Angebote/Sale

Wenn Sie im Produktkatalog synchronisieren, welche Produkte über einen konsistenten Filterwert im Angebot sind, können Sie alle relevanten `productFilters` in Ihrer Anfrage senden, um Anzeigen entsprechend der Geschäftsregel der Platzierung wie "type:On-Special", "type:New" usw. zu filtern.

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

#### Kasse

Ihre Startseite kann eine einfache Anfrage aus nur der Platzierungskennung und allen relevanten `productFilters` in Ihrer Anfrage sein.

<figure><img src="/files/F1QlUt2XPOTSQSr9nZdd" 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/de/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.
