> 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/data-api/api-overview/before-you-start.md).

# 시작하기 전에

광고 요청을 시작하려면 샌드박스 액세스 권한, 팀 ID 및 API 키, 그리고 활성 캠페인이 필요합니다.

## 샌드박스 액세스

연동하려면 Epsilon Retail Media귀하를 대신해 생성된 샌드박스가 필요합니다. 담당 기술 어카운트 매니저가 이 작업을 함께 진행하며, 생성된 후 액세스 권한을 제공합니다.

액세스 권한이 없는 경우 담당 기술 어카운트 매니저 또는 지원 팀에 문의하세요.

## 팀 ID 및 API 키

상품을 동기화하고 API와 상호 작용하려면 리테일러 팀의 ID와 API 키가 필요합니다. 리테일러 팀에 로그인한 후 오른쪽 상단의 드롭다운 메뉴를 클릭하고 **Integration Settings**를 클릭하세요.

<figure><img src="/files/3IZLHqKbdoGRWPFj6Cdw" alt="Screen Shot 2021-05-10 at 1.15.02 pm.png" width="100%"><figcaption></figcaption></figure>

팀 ID가 여기에 표시되며, 이는 API 호출 시 필요한 곳에 사용할 팀 ID입니다. 이 값은 샌드박스 환경인지 운영 환경인지에 따라 달라집니다.

<figure><img src="/files/Yc7FPuwTGZ8aJ8xS6Glg" alt="Screen Shot 2021-05-10 at 1.20.43 pm.png" width="100%"><figcaption></figcaption></figure>

보조 메뉴에서 API Key 옵션을 클릭하면 보안 API 키가 숨겨져 있는 것을 볼 수 있습니다.

<figure><img src="/files/LJPQQ2eUDpHyLOWj4jYc" alt="Screen Shot 2021-05-10 at 1.25.40 pm.png" width="100%"><figcaption></figcaption></figure>

보안 API 키를 확인하려면 '보기' 버튼을 클릭한 후 복사하세요. 이것이 API 호출에 사용할 API 키입니다. 이 값은 샌드박스 환경인지 운영 환경인지에 따라 달라집니다.

## 활성 캠페인

대상: Epsilon Retail Media 에서 광고를 반환하려면 샌드박스에 활성화되고 승인된 캠페인이 생성되어 있어야 합니다. 캠페인을 생성하기 전에 최소 하나 이상의 상품으로 카탈로그를 동기화해야 합니다.


---

# 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/data-api/api-overview/before-you-start.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.
