Audience Manager DIL程式碼庫中提供的概述、快速入門和程式碼方法。
從8.0版(2018年8月發行)開始,DIL對Adobe Experience Platform Identity Service、3.3版或更新版本有嚴格的依賴性。 它依賴ID Service來觸發ID同步和URL目標。 如果ID Service遺失、舊或未設定,則會發生錯誤。
建議您使用Adobe Experience Platform Launch來實作和管理DIL和Adobe Experience Platform Identity Service程式庫。
不過,您也可以從我們的GitHub頁面下載最新的Experience Cloud和DIL版本。 請參閱以下的下載連結:
DIL 是API程式庫。您可將其視為Adobe Audience Manager的輔助程式碼。 您不需要使用Audience Manager,但DIL的方法和函式表示您不需要開發自己的程式碼,就能將資料傳送至Audience Manager。 此外,DIL與Adobe Experience Platform Identity Service提供的API不同。 該服務旨在管理不同Experience Cloud解決方案的訪客身分。 相比之下,DIL的設計目的是:
DIL 程式碼可從這裡 下載。請注意,從8.0版(2018年8月發行)開始,DIL對Adobe Experience Platform Identity Service、3.3版或更新版本有嚴格的依存性。 它依賴ID Service來觸發ID同步和URL destinations。 如果ID Service遺失、舊或未設定,則會發生錯誤。
我們建議您不要使用DIL並手動設定Audience Manager,而應改用Adobe Experience Platform Launch。 Adobe Experience Platform Launch 是建議的實作工具,因為它可簡化程式碼部署、位置和版本管理。閱讀有關Adobe Experience Platform Launch中Audience Manager擴充功能的更多資訊。
Adobe Experience Platform Launch 是 Adobe Dynamic Tag Manager (DTM)的後繼者。
DIL 在事件呼 Audience Manager 叫中傳送資料。事件呼叫是來自您頁面的XML HTTP請求。 它使用POST
方法傳送請求內文中的資料。
事件呼叫元素 | 說明 |
---|---|
URL | DIL事件呼叫使用下列語法:https://adobe.demdex.net/event?_ts = UNIX UTC timestamp |
內文 | 如以下範例所示,DIL會將資料傳遞為索引鍵值配對。 特殊首碼字元會將金鑰值配對識別為Audience Manager或合作夥伴變數。d_dst=1 d_jsonv=1 d_ld=_ts=1473693143821 d_mid=54192285857942994142875423154873503351 d_nsid=0 d_rtbd=json |
另請參閱: