> 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/cs/brand-pages/brand-page-retailer-integration-guide/integration-architecture.md).

# Architektura integrace

## Komponenty integrace

**Vyžadované komponenty**

1. Klient API – Načítá obsah stránky značky.
2. Vykreslovač obsahu – Zobrazuje moduly na vašem webu. Zpracovává moduly a pole, které mohou chybět nebo být prázdné, aniž by vyvolal chybu; v případě absence volitelných dat reklamního materiálu použije záložní řešení nebo skryje bloky uživatelského rozhraní.
3. Aplikace pro zpracování sledování – Sestavuje sledovací URL z `trackingTemplates` a pro jednotlivé pozice `trackers.<slot>params`, poté spouští události C2S a/nebo S2S.
4. Reverzní proxy – Směruje sledování přes vaši doménu.

Tato sekce popisuje sekvenci běhového prostředí na vysoké úrovni pro servírování a sledování.

## Tok integrace

**Možnosti sledování (vyberte jednu)**

| Metoda                 | Kdy použít                                                                                                                                                                                                                              |
| ---------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| (Client-to-Server) C2S | Standardní webová implementace: pixel pro zobrazení impresí v prohlížeči plus přesměrování kliknutí nebo značky událostí (kliknutí a přidání do košíku). Tento přístup je důrazně doporučován společností Epsilon pro většinu prodejců. |
| (Server-to-Server) S2S | Použijte, pokud vaše architektura vyžaduje spouštění událostí na straně serveru, pixely na straně klienta jsou nespolehlivé nebo chcete potvrzení na straně serveru jako doplněk k C2S.                                                 |

{% hint style="info" %}
**Reverzní proxy je vyžadována pouze pro sledování C2S (prohlížeč). Volání S2S jdou přímo do Epsilon hostitele sledování pomocí URL, které sestavíte z `trackingTemplates.server`** **`+`** **`trackers.<slot>params` (stejný postup jako u C2S, bez `BASEURL`). Nesměrujte volání S2S přes reverzní proxy ani neupravujte hostitele nebo cestu šablony.**
{% endhint %}

<br>


---

# 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/cs/brand-pages/brand-page-retailer-integration-guide/integration-architecture.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.
