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

# Go-Live-Checkliste

In Vorbereitung auf die Freigabe für die Produktion sollten Sie sicherstellen, dass alle folgenden Punkte vollständig sind.

| Element                                           | Beschreibung                                                                                                                                                                            | Referenz                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| ------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Katalog-Synchronisierung                          | Synchronisierung Ihres Katalogs mit dem Epsilon Retail Media System – täglich.                                                                                                          | [Katalog & Produkte](/retail-media-interface/integration/de/data-api/catalog-products-2.md)                                                                                                                                                                                                                                                                                                                                                     |
| Kunden-Synchronisierung (optional)                | Synchronisierung Ihrer Kundendaten mit dem Epsilon Retail Media System – täglich.                                                                                                       | [Kundendaten](/retail-media-interface/integration/de/data-api/customer-data.md)                                                                                                                                                                                                                                                                                                                                                                 |
| Anzeigen-Generierung                              | Stellen Sie sicher, dass Sie Anzeigen anfordern bei Epsilon Retail Media jedem einzelnen Seitenaufruf. Caching wird nicht unterstützt.                                                  | [HTTP-Persistenz & Endpunkte](/retail-media-interface/integration/de/data-api/api-overview/http-persistence-ad-caching-endpoints-1.md), [Produktanzeigen](/retail-media-interface/integration/de/generating-ads/product-ads.md), [Banner-Anzeigen (statisch)](/retail-media-interface/integration/de/generating-ads/banner-ads-static.md), [Banner X (responsiv)](/retail-media-interface/integration/de/generating-ads/banner-x-responsive.md) |
| Anzeigen-Rendering                                | Stellen Sie sicher, dass Sie Anzeigen rendern, die gesendet wurden von Epsilon Retail Media für Ihren Kunden gerendert werden.                                                          | Wie oben.                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| Impressionen melden                               | Stellen Sie sicher, dass Sie Impressionen melden an Epsilon Retail Media korrekt für jede Anzeige, die von Ihren Kunden angesehen wird.                                                 | Impressionen & Klicks melden                                                                                                                                                                                                                                                                                                                                                                                                                    |
| Klicks melden                                     | Stellen Sie sicher, dass Sie Klicks melden an Epsilon Retail Media korrekt für jeden Anzeigenklick Ihrer Kunden, einschließlich Rechtsklicks.                                           | Impressionen & Klicks melden                                                                                                                                                                                                                                                                                                                                                                                                                    |
| Bestellungen melden                               | Stellen Sie sicher, dass Sie Bestellungen melden an Epsilon Retail Media korrekt für jede aufgegebene Bestellung. Stellen Sie sicher, dass Anzeigen korrekt zugeordnet werden.          | [Bestelldaten](/retail-media-interface/integration/de/data-api/order-data-1.md)                                                                                                                                                                                                                                                                                                                                                                 |
| UAT-Testing                                       | Testen Sie Ihre Integration, um sicherzustellen, dass sie korrekt implementiert ist.                                                                                                    | [UAT-Tests](/retail-media-interface/integration/de/generating-ads/uat-tests-1.md)                                                                                                                                                                                                                                                                                                                                                               |
| Aktualisierte Konfigurationen für die Produktion. | Stellen Sie sicher, dass Ihre Produktionskonfiguration auf die korrekte BASE URL verweist und Sie die korrekten Produktionsschlüssel (catalogId, contentStandardId, API key) verwenden. |                                                                                                                                                                                                                                                                                                                                                                                                                                                 |


---

# 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/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.
