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

# Architektúra integrácie

## Komponenty integrácie

**Vyžadované komponenty**

1. API Client – Načítava obsah značkovej stránky.
2. Content Renderer – Zobrazuje moduly na vašom webe. Spracováva moduly a polia, ktoré môžu chýbať alebo byť prázdne, bez vyvolania chýb; ak chýbajú voliteľné údaje reklamného materiálu, použije náhradné riešenie alebo skryje bloky používateľského rozhrania.
3. Tracking Handler – Sostavuje sledovacie URL adresy z `trackingTemplates` a pre jednotlivé pozície `trackers.<slot>params`, potom spúšťa udalosť C2S a/alebo S2S.
4. Reverzný proxy – Směruje sledovanie cez vašu doménu.

Táto časť popisuje runtime sekvenciu vysokej úrovne na servírovanie a sledovanie.

## Tok integrácie

**Možnosti sledovania (Vyberte jednu)**

| Metóda                 | Kedy použiť                                                                                                                                                                                                                                          |
| ---------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| (Client-to-Server) C2S | Štandardná webová implementácia: impresijné pixely založené na prehliadači spolu s presmerovaniami kliknutí alebo majákmi udalostí (kliknutia a pridania do košíka). Tento prístup je dôrazne odporúčaný spoločnosťou Epsilon pre väčšinu predajcov. |
| (Server-to-Server) S2S | Použite, keď vaša architektúra vyžaduje spúšťanie udalostí na strane servera, pixely na strane klienta sú nespoľahlivé alebo chcete potvrdenie na strane servera ako doplnok k C2S.                                                                  |

{% hint style="info" %}
**Reverzný proxy je vyžadovaný len pre C2S (prehliadačové) sledovanie. S2S volania idú priamo na Epsilon hostiteľa sledovania pomocou URL adries, ktoré zostavíte z `trackingTemplates.server`** **`+`** **`trackers.<slot>params` (rovnaký postup ako pri C2S, bez `BASEURL`). Nesmerujte S2S volania cez reverzný proxy ani neupravujte hostiteľa šablóny alebo cestu.**
{% 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/sk/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.
