統合コンポーネント
必須コンポーネント
- APIクライアント – ブランドページのコンテンツをフェッチします。
- Content Renderer – Displays modules on your site. Handles modules and fields that may be missing or empty without throwing; falls back or hides UI blocks when optional creative data is absent.
- Tracking Handler – Composes tracking URLs from
trackingTemplatesand per-slottrackers.<slot>params, then fires C2S and/or S2S events. - リバースプロキシ – ドメインを経由するルーティングを追跡します。
このセクションでは、配信およびトラッキングの大まかなランタイムシーケンスについて説明します。
統合フロー
トラッキングオプション(いずれか1つを選択)
| メソッド | 使用するタイミング |
|---|---|
| (クライアントからサーバーへ)C2S | 標準的なウェブ実装:ブラウザーベースのインプレッションピクセルに加え、クリックリダイレクトまたはイベントビーコン(クリックおよびカートへの追加)。この方法は、ほとんどの小売業者に対してEpsilonが強く推奨しています。 |
| (サーバー間)S2S | アーキテクチャ上、サーバー側でのイベント発生が必要な場合、クライアント側のピクセルが信頼できない場合、またはC2Sに加えてサーバー側での確認が必要な場合にご利用ください。 |
A reverse proxy is required only for C2S (browser) tracking. S2S calls go directly to the Epsilon tracking host using URLs you compose from
trackingTemplates.server+trackers.<slot>params(same recipe as C2S, withoutBASEURL). Do not route S2S calls through a reverse proxy or modify the template host or path.

