Integration Architecture

統合コンポーネント

必須コンポーネント

  1. APIクライアント – ブランドページのコンテンツをフェッチします。
  2. 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.
  3. Tracking Handler – Composes tracking URLs from trackingTemplates and per-slot trackers.<slot>params, then fires C2S and/or S2S events.
  4. リバースプロキシ – ドメインを経由するルーティングを追跡します。

このセクションでは、配信およびトラッキングの大まかなランタイムシーケンスについて説明します。

統合フロー

トラッキングオプション(いずれか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, without BASEURL). Do not route S2S calls through a reverse proxy or modify the template host or path.