> For the complete documentation index, see [llms.txt](https://manual.dxable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.dxable.com/optimizely/platform/optimizely-data-platform/get-started/integrate-your-e-commerce-data.md).

# eコマースデータの統合

データは、Optimizely Data Platform (ODP) を使用する際の重要なコンポーネントです。アカウントにデータを取り込む最初のステップは、サイトに ODP JavaScript タグを実装することです。 ODP と Shopify および Magento の統合により、これが自動的に処理されます。 Magento または Shopify と統合しておらず、オンボーディングの最初のいくつかのステップをまだ完了していない場合は、[ODP JavaScript タグの実装](https://docs.developers.optimizely.com/digital-experience-platform/v1.5.0-optimizely-data-platform/docs/implement-the-odp-javascript-tag)と[データのインポート](https://docs.developers.optimizely.com/digital-experience-platform/v1.5.0-optimizely-data-platform/docs/import-data)に関する開発者ドキュメントを参照してください。

オンボーディングの最初のいくつかのステップを完了すると、オプションで顧客データと e コマース データの追加の統合を構成できます。

ODP で利用可能な統合とその構成方法の詳細については、この記事を参照してください。

### eコマースデータを統合する <a href="#ffwxpcq5640q" id="ffwxpcq5640q"></a>

ODP とサードパーティの電子商取引製品の統合の詳細については、次の記事を参照してください。

* [Optimizely Commerce Cloud (B2C)](https://docs.developers.optimizely.com/digital-experience-platform/v1.5.0-optimizely-data-platform/docs/import-data-from-optimizely-commerce-cloud)
* [Shopify](https://support.optimizely.com/hc/en-us/articles/4407269063565) (完了までに約 5 分かかることが予想されます)
* [Magento v1](https://support.optimizely.com/hc/en-us/articles/4407269002509) (完了までに約 30 分かかると予想されます)
* [Magento v2](https://support.optimizely.com/hc/en-us/articles/4407268999053) (完了までに約 30 分かかると予想されます)

これらのプロバイダーのいずれもお持ちでない場合は、完全な統合によって収集されるものについて以下のセクションをお読みください。

### eコマース統合によって収集されるデータ <a href="#g6a7432vedsz" id="g6a7432vedsz"></a>

Use an integration that contains the following data to send many common behavioral lifecycle emails (legacy). This table contains the minimum data needed for integration. You can always expand on this data using our [APIs](https://docs.developers.optimizely.com/digital-experience-platform/v1.5.0-optimizely-data-platform/docs/import-data-using-the-odp-api), [Web SDK](https://docs.developers.optimizely.com/digital-experience-platform/v1.5.0-optimizely-data-platform/docs/get-started-with-web-sdk) and [CSV uploader](https://docs.developers.optimizely.com/digital-experience-platform/v1.5.0-optimizely-data-platform/docs/import-data-using-csv).\
次のデータを含む統合を使用して、多くの一般的な行動ライフサイクル電子メール (レガシー) を送信します。このテーブルには、統合に必要な最小限のデータが含まれています。[API、Web SDK](https://docs.developers.optimizely.com/digital-experience-platform/v1.5.0-optimizely-data-platform/docs/import-data-using-the-odp-api)、[CSVアップローダー](https://docs.developers.optimizely.com/digital-experience-platform/v1.5.0-optimizely-data-platform/docs/import-data-using-csv)を使用して、いつでもこのデータを拡張できます。

| データ・タイプ        | 説明                                                            | **ヒストリカル** | **進行中** | **アクション**                                                                        |
| -------------- | ------------------------------------------------------------- | ---------- | ------- | -------------------------------------------------------------------------------- |
| **顧客データ**      | 顧客とその属性を説明するすべてのフィールド。                                        | はい         | はい      | <p>作成する</p><p>アップデート</p>                                                         |
| **注文データ**      | ODPでの購入。各注文には一意の ID がありますが、特定の注文の返品など、時間の経過とともに更新される可能性があります。 | はい         | はい      | <p>購入</p><p>キャンセル</p><p>戻る</p>                                                   |
| **製品データ**      | 製品カタログ内の項目は、製品エンティティとして表現されます。                                | はい         | はい      | <p>作成する</p><p>アップデート</p>                                                         |
| **Webサイトのデータ** | 顧客とブランドとのタッチポイント。                                             | いいえ        | はい      | <p>ページビュー</p><p>製品ページビュー</p><p>カートに追加</p><p>カートから削除する</p><p>ログイン</p><p>ログアウト</p> |


---

# 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:

```
GET https://manual.dxable.com/optimizely/platform/optimizely-data-platform/get-started/integrate-your-e-commerce-data.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
