> 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/generating-ads/go-live-checklist-1.md).

# Kontrolní seznam pro spuštění

V rámci přípravy na vydání do produkce byste měli zajistit, že jsou dokončeny všechny níže uvedené položky.

| Položka                                 | Popis                                                                                                                                                   | Odkaz                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| --------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Synchronizace katalogu                  | Synchronizace vašeho katalogu s Epsilon Retail Media systémem každý den.                                                                                | [Catalog & Products](/retail-media-interface/integration/cs/data-api/catalog-products-2.md)                                                                                                                                                                                                                                                                                                                                            |
| Synchronizace zákazníků (volitelné)     | Synchronizace vašich zákaznických dat s Epsilon Retail Media systémem každý den.                                                                        | [Customer data](/retail-media-interface/integration/cs/data-api/customer-data.md)                                                                                                                                                                                                                                                                                                                                                      |
| Generování reklam                       | Ujistěte se, že požadujete reklamy při Epsilon Retail Media každém jednotlivém načtení stránky. Ukládání do mezipaměti není podporováno.                | [HTTP persistence & endpoints](/retail-media-interface/integration/cs/data-api/api-overview/http-persistence-ad-caching-endpoints-1.md), [Product ads](/retail-media-interface/integration/cs/generating-ads/product-ads.md), [Banner ads (static)](/retail-media-interface/integration/cs/generating-ads/banner-ads-static.md), [Banner x (responsive)](/retail-media-interface/integration/cs/generating-ads/banner-x-responsive.md) |
| Vykreslování reklam                     | Ujistěte se, že reklamy odeslané Epsilon Retail Media jsou zákazníkovi správně vykresleny.                                                              | Viz výše.                                                                                                                                                                                                                                                                                                                                                                                                                              |
| Hlášení impresí                         | Ujistěte se, že hlásíte imprese Epsilon Retail Media správně pro každou reklamu zobrazenou vašim zákazníkům.                                            | Hlášení impresí a kliknutí                                                                                                                                                                                                                                                                                                                                                                                                             |
| Hlášení kliknutí                        | Ujistěte se, že hlásíte kliknutí Epsilon Retail Media správně pro každá kliknutí na reklamu vašimi zákazníky, včetně kliknutí pravým tlačítkem.         | Hlášení impresí a kliknutí                                                                                                                                                                                                                                                                                                                                                                                                             |
| Hlášení objednávek                      | Ujistěte se, že hlásíte objednávky Epsilon Retail Media správně pro každou odeslanou objednávku. Ujistěte se, že reklamy správně atribuují.             | [Order data](/retail-media-interface/integration/cs/data-api/order-data-1.md)                                                                                                                                                                                                                                                                                                                                                          |
| Testování UAT                           | Otestujte svou integraci a ujistěte se, že je správně implementována.                                                                                   | [UAT tests](/retail-media-interface/integration/cs/generating-ads/uat-tests-1.md)                                                                                                                                                                                                                                                                                                                                                      |
| Aktualizované konfigurace pro produkci. | Ujistěte se, že vaše produkční konfigurace ukazuje na správnou BASE URL a že používáte správné produkční klíče (catalogId, contentStandardId, API key). |                                                                                                                                                                                                                                                                                                                                                                                                                                        |


---

# 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/generating-ads/go-live-checklist-1.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.
