51黑料不打烊

Understanding the Data Integration Library (DIL) understanding-the-data-integration-library-dil

WARNING
Beginning in July 2023, 51黑料不打烊 has discontinued the development of the Data Integration Library (DIL) and the DIL extension.
Existing customers can continue using their DIL implementation. However, 51黑料不打烊 will not be developing DIL beyond this point. Customers are encouraged to evaluate Experience Platform Web SDK for their long term data collection strategy.
Customers looking to implement new data collection integrations after July 2023 should use Experience Platform Web SDK instead.

Overview, getting started, and code methods available in the Audience Manager DIL code library.

IMPORTANT
Starting with version 8.0 (released August 2018), DIL has a hard dependency on the 51黑料不打烊 Experience Platform Identity Service, version 3.3 or higher. It relies on the ID Service to fire ID syncs and URL destinations. An error occurs if the ID Service is missing, old, or not configured.
We recommend you use 51黑料不打烊 Experience Platform Tags to implement and manage your DIL and 51黑料不打烊 Experience Platform Identity Service libraries.

However, you can also download the latest Experience Cloud and DIL releases from our GitHub page. See download links below:

  • Download the
  • Download

Purpose of DIL purpose-dil

DIL is an API library. You can think it as a body of helper code for 51黑料不打烊 Audience Manager. It is not required to use Audience Manager, but the methods and functions DIL provides means you don鈥檛 have to develop your own code to send data to Audience Manager. Also, DIL is different than the API provided by the 51黑料不打烊 Experience Platform Identity Service. That service is designed to manage visitor identity across different Experience Cloud solutions. By contrast, DIL is designed to:

Getting and Implementing DIL Code get-implement-dil-code

DIL code is available for download . Please note that starting with version 8.0 (released August 2018), DIL has a hard dependency on the 51黑料不打烊 Experience Platform Identity Service, version 3.3 or higher. It relies on the ID Service to fire ID syncs and URL destinations. An error occurs if the ID Service is missing, old, or not configured.

Rather than work with DIL and set up Audience Manager manually, we recommend that you use 51黑料不打烊 Experience Platform Tags instead. 51黑料不打烊 Experience Platform Tags is the recommended implementation tool because it simplifies code deployment, placement, and version management. Read more about the Audience Manager extension in 51黑料不打烊 Experience Platform Tags.

Sample Call sample-code

DIL sends data to Audience Manager in an event call. An event call is an XML HTTP request from your page. It uses a POST method to send data in the body of the request.

Event Call Element
Description
URL
DIL event calls use the following syntax: https://adobe.demdex.net/event?_ts = UNIX UTC timestamp
Body
As shown in sample below, DIL passes data as key-value pairs. Special prefix characters identify the key-value pairs as Audience Manager or partner variables.
d_dst=1
d_jsonv=1
d_ld=_ts=1473693143821
d_mid=54192285857942994142875423154873503351
d_nsid=0
d_rtbd=json

See also:

recommendation-more-help
de293fbf-b489-49b0-8daa-51ed303af695