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

# 라이브 전환 체크리스트

프로덕션 릴리스를 준비하기 위해 아래의 모든 항목이 완료되었는지 확인해야 합니다.

| 항목               | 설명                                                                                                | 참조                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| ---------------- | ------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 카탈로그 동기화         | 카탈로그를 매일 Epsilon Retail Media 시스템과 동기화합니다.                                                        | [Catalog & Products](/retail-media-interface/integration/ko/data-api/catalog-products-2.md)                                                                                                                                                                                                                                                                                                                                            |
| 고객 동기화 (선택 사항)   | 고객 데이터를 매일 Epsilon Retail Media 시스템과 동기화합니다.                                                      | [Customer data](/retail-media-interface/integration/ko/data-api/customer-data.md)                                                                                                                                                                                                                                                                                                                                                      |
| 광고 생성            | 모든 페이지 로드 시 Epsilon Retail Media 에서 광고를 요청하고 있는지 확인하세요. 캐싱은 지원되지 않습니다.                            | [HTTP persistence & endpoints](/retail-media-interface/integration/ko/data-api/api-overview/http-persistence-ad-caching-endpoints-1.md), [Product ads](/retail-media-interface/integration/ko/generating-ads/product-ads.md), [Banner ads (static)](/retail-media-interface/integration/ko/generating-ads/banner-ads-static.md), [Banner x (responsive)](/retail-media-interface/integration/ko/generating-ads/banner-x-responsive.md) |
| 광고 렌더링           | 에서 전송된 광고가 Epsilon Retail Media 고객에게 렌더링되는지 확인하세요.                                                | 상동.                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| 노출 보고            | 고객이 조회한 각 광고에 대해 노출을 Epsilon Retail Media 에 올바르게 보고하고 있는지 확인하세요.                                  | 노출 및 클릭 보고                                                                                                                                                                                                                                                                                                                                                                                                                             |
| 클릭 보고            | 우클릭을 포함하여 고객이 클릭한 각 광고에 대해 클릭을 Epsilon Retail Media 에 올바르게 보고하고 있는지 확인하세요.                        | 노출 및 클릭 보고                                                                                                                                                                                                                                                                                                                                                                                                                             |
| 주문 보고            | 제출된 각 주문에 대해 주문을 Epsilon Retail Media 에 올바르게 보고하고 있는지 확인하세요. 광고가 올바르게 기여되고 있는지 확인하세요.             | [Order data](/retail-media-interface/integration/ko/data-api/order-data-1.md)                                                                                                                                                                                                                                                                                                                                                          |
| UAT 테스트          | 연동이 올바르게 구현되었는지 테스트하세요.                                                                           | [UAT tests](/retail-media-interface/integration/ko/generating-ads/uat-tests-1.md)                                                                                                                                                                                                                                                                                                                                                      |
| 프로덕션으로 업데이트된 구성. | 프로덕션 구성이 올바른 BASE URL을 가리키고 있고 올바른 프로덕션 키(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/ko/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.
