開始使用Adobe Target Delivery API
最後更新: 2024年7月20日
- 主題:
- APIs/SDKs
建立對象:
- 開發人員
Target Delivery 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
}
]
}
}'
您可以導覽至 Administration > Implementation,從Target UI擷取clientCode
。
執行Target Delivery API呼叫之前,請依照下列步驟操作,以確保回應包含向一般使用者顯示的相關體驗:
Target
- Adobe Target開發人員指南
- 快速入門
- 使用者端實作
- 概覽:為用戶端 Web 實作 Target
- Adobe Experience Platform Web SDK實作概觀
- at.js 實施
- at.js概覽
- at.js 如何運作
- 如何部署 at.js
- 裝置上決策
- at.js 函數
- at.js 函數概覽
- adobe.target.getOffer()
- adobe.target.getOffers() - at.js 2.x
- adobe.target.applyOffer()
- adobe.target.applyOffers() - at.js 2.x
- adobe.target.triggerView() - at.js 2.x
- adobe.target.trackEvent()
- mboxCreate() - at.js 1.x
- targetGlobalSettings()
- mboxDefine() 和 mboxUpdate() - at.js 1.x
- targetPageParams()
- targetPageParamsAll()
- registerExtension() - at.js 1.x
- sendNotifications() - at.js 2.1
- at.js 自訂事件
- 使用 Adobe Experience Cloud Debugger 除錯 at.js
- 使用雲端型例項搭配 Target
- at.js 常見問答
- at.js 版本詳細資料
- 從 at.js 1.x 升級為 at.js 2.x
- at.js Cookie
- 使用者代理和使用者端提示
- 瞭解全域 mbox
- 伺服器端實作
- 混合實施
- Recommendations實施
- 行動應用程式實作
- 電子郵件實作
- API指南
- 實作模式