> 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/data-overview-1.md).

# データの概要

広告を生成するには、 Epsilon Retail Media はリテールメディアプラットフォームのサイトから商品、顧客、および注文データを取り込む必要があります。リテールメディアプラットフォームによってデータが入力されると、そのデータは Epsilon Retail Media プラットフォーム内で保存、処理、更新されます。

データのダウンロードと更新のプロセスを自動化するために、 Epsilon Retail Media とリテールメディアプラットフォームは、データの形式と構造、およびリテールメディアプラットフォームのサイトと Epsilon Retail Media プラットフォーム間の通信プロトコルについて合意します。

このセクションでは、商品、顧客、注文の3種類のデータのフィードに関する制約について説明します。

## 同期オプション

連携の要件に応じて、API経由またはファイル同期経由でデータを同期できます。 Epsilon Retail Media は両方の同期タイプをサポートしています。詳細については、以下の関連ページをご覧ください：

* [カタログと商品](/retail-media-interface/integration/ja/data-api/catalog-products-2.md)
* [顧客データ (オーディエンスターゲティング)](/retail-media-interface/integration/ja/data-api/customer-data.md)
* [注文データ](/retail-media-interface/integration/ja/data-api/order-data-1.md)

## ファイル経由とAPI経由のどちらでデータを同期しますか？

両方のオプションにメリットとデメリットがあるため、データの同期方法に関する決定は最終的にリテールメディアプラットフォームに委ねられます。大規模なリテールメディアプラットフォームは、リソースの機能とよりよく合致し、毎日のファイルアップロードのみで済むため、ファイル経由での同期を好むことがよくあります。

{% hint style="warning" %}
Epsilon Retail Media は、トラブルシューティングと解決がより容易であるため、ファイル経由でのデータ同期を推奨しています。リテールメディアプラットフォームのファイルに関する問題が発生した場合、問題が解決するまで以前のカタログファイルを復元できます。
{% endhint %}

### API経由でのデータ同期

**メリット:**

* より高速なデータ取り込みと更新
* 自己完結型。

**デメリット:**

* データをバッチ処理する必要があります
* トラブルシューティングの難易度が高い
* 以前の更新にロールバックできません。

### ファイル経由でのデータ同期

**メリット:**

* バッチ処理とは対照的に、データタイプごとに単一のファイルをサポート
* 好みの時間間隔で同期可能（毎日を推奨）
* 異なるプロトコルのサポート（GCS、SFTP、SCP、HTTPS）
* トラブルシューティング時のナビゲーションが容易
* 以前のファイルにロールバック可能。

**デメリット:**

* 取り込まれたデータは一度更新されます
* 差分更新はサポートされていません。

### ファイルプロトコル経由でのデータ同期

ファイル経由でデータを同期する場合、追加のプロトコルとプラクティスを遵守する必要があります。

詳細については、 [ファイルプロトコル経由でのデータ同期](/retail-media-interface/integration/ja/data-api/data-overview-1/syncing-data-via-file-protocols-1.md) ページをご覧ください。

{% hint style="info" %}
AWS S3: サポート終了

残念ながら、 Epsilon Retail Media はAWS経由でのファイル同期をサポートしなくなりました。GCSの使用について支援が必要な場合は、テクニカルアカウントマネージャーにお問い合わせください。
{% endhint %}


---

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