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

# Bannerannonser (statiska)

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

Bannerannonser kräver att en enkel`bannerSlotId`matris skickas till Epsilon Retail Media utöver sidan kontext. Genom att ta emot sidan kontext, Epsilon Retail Media säkerställer att relevanta banners visas för dina kunder.

{% hint style="success" %}
Om du synkroniserar data framgångsrikt är du redo att begära bannerannonser.
{% endhint %}

## Placeringstyper som stöds

Genom Epsilon Retail Medias placeringsfunktion kan vi stödja fler placeringar än vad som beskrivs i denna dokumentation. Nedanstående kan användas som idéer.

### Sök

Använd sökplaceringar för att visa annonser där dina kunder har anger en nyckelordssökning på din webbplats. Ett enkelt exempel på detta är att fråga Epsilon Retail Media efter annonser för "choklad".

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

### Kategori

Använd kategoriplaceringar för dina kategorigångar. Skicka Epsilon Retail Media en enkel kontext för `productFilters` i din taxonomi, till exempel "Kategori:Skafferi/Snacks"

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

### Bred matchning (startsida, erbjudanden, kassa etc.)

Placeringar med bred matchning kan användas för alla andra placeringar som startsidor, erbjudanden, kassa etc.

#### Startsida

Din startsida kan vara en enkel begäran om endast placeringsidentifieraren och eventuellt relevant `productFilters` i din begäran.

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

#### Erbjudanden/rea

Om du i produktkatalogen synkroniserar vilka produkter som är på rea via ett konsekvent filtervärde, kan du skicka eventuellt relevant `productFilters` i din begäran för att filtrera annonser i enlighet med placeringens affärsregel, till exempel "type:On-Special", "type:New", etc.

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

#### Kassa

Din startsida kan vara en enkel begäran om endast placeringsidentifieraren och eventuellt relevant `productFilters` i din begäran.

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