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

# 始める前に

広告のリクエストを開始する前に、サンドボックスへのアクセス権、チームIDとAPIキー、およびアクティブなキャンペーンが必要です。

## サンドボックスへのアクセス

統合するには、 Epsilon Retail Mediaお客様のために作成されたサンドボックスが必要になります。テクニカルアカウントマネージャーがこれについて協力し、作成後にアクセス権を提供します。

アクセス権がない場合は、テクニカルアカウントマネージャーに連絡するか、サポートチームにお問い合わせください。

## チームIDとAPIキー

商品を同期し、APIと相互作用するには、リテールチームのIDとAPIキーが必要です。リテールチームにログインしたら、右上にあるドロップダウンメニューをクリックし、**統合設定**をクリックします。

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

チームIDがここに表示されます。これは、API呼び出しで必要な場合に使用するチームIDです。この値は、サンドボックス環境か本番環境かによって異なります。

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

セカンダリメニューでAPIキーのオプションをクリックすると、シークレットAPIキーが非表示になっていることが確認できます。

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

シークレットAPIキーを取得するには、「表示」ボタンをクリックしてコピーします。これがAPI呼び出しで使用するAPIキーです。この値は、サンドボックス環境か本番環境かによって異なります。

## アクティブなキャンペーン

対象: Epsilon Retail Media が広告を返すには、サンドボックス内にアクティブで承認されたキャンペーンを作成する必要があります。キャンペーンを作成する前に、少なくとも1つの商品でカタログを同期する必要があります。


---

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