の概要 Adobe Target Delivery API

A Target 配信 API 呼び出しは次のようになります。

curl -X POST \
  'https://`clientCode`.tt.omtrdc.net/rest/v1/delivery?client=`clientCode`&sessionId=d359234570e04f14e1faeeba02d6ab9914e' \
  -H 'Content-Type: application/json' \
  -H 'cache-control: no-cache' \
  -d '{
      "context": {
        "channel": "web",
        "browser" : {
          "host" : "demo"
        },
        "address" : {
          "url" : "http://demo.dev.tt-demo.com/demo/store/index.html"
        },
        "screen" : {
          "width" : 1200,
          "height": 1400
        }
      },
        "execute": {
        "mboxes" : [
          {
            "name" : "homepage",
            "index" : 1
          }
        ]
      }
    }'

The clientCode は、 Target に移動して UI を表示 管理 > 実装.

を作成する前に Target 配信 API を呼び出す場合は、次の手順に従って、応答にエンドユーザーに表示する関連するエクスペリエンスが含まれていることを確認します。

  1. の作成 Target アクティビティ (A/B、XT、AP またはRecommendations) フォームベースのコンポーザー または Visual Experience Composer.
  2. 配信 API を使用して、 Target 手順 2 で作成したアクティビティ。
  3. 訪問者にエクスペリエンスを提示します。
recommendation-more-help
6906415f-169c-422b-89d3-7118e147c4e3