Sample response
The ID service returns data in a JSON object as shown below. Your response may be different.
{
"d_mid":"12345",
"dcs_region":"6",
"id_sync_ttl":"604800",
"d_blob":"wxyz5432"
}
Request and response parameters defined
Request Parameters
Parameter | Description |
---|---|
dpm.demdex.net | A legacy domain controlled by Adobe. See Understanding Calls to the Demdex Domain. |
d_mid | The Experience Cloud visitor ID. See Cookies and the Experience Cloud Identity Service. |
d_orgid | Your Experience Cloud Organization ID. For help with finding this ID see, Requirements for the Experience Cloud Identity Service. |
d_cid |
An optional parameter that passes the Data Provider ID (DPID), the Unique User ID (DPUUID), and an authenticated state ID to the ID service. As shown in the code sample, separate the DPID and DPUUID with the non-printing control character, %01. DPID and DPUUID In the d_cid parameter, assign each related DPID and DPUUID combination to the same d_cid parameter. This lets you return multiple ID sets in a single request. Also, separate the DPID, DPUUID, and optional authentication flag with the non-printing control character, %01. In the examples below, the provider and user IDs are highlighted in bold text.
Authentication State This is an optional ID in the d_cid parameter. Expressed as an integer, it identifies users according to their authentication status as shown below:
To specify an authentication state, you set this flag after the user ID (UUID) variable. Separate the UUID and authentication flag with the non-printing control character, %01. In the examples below, the authentication IDs are highlighted in bold text. Syntax: ...d_cid=DPID%01DPUUID%01authentication state Examples:
|
dcs_region | The ID service is a geographically distributed and load-balanced system. The ID identifies the region of the data center handling the call. See DCS Region IDs, Locations, and Host Names. |
d_cb | (Optional) A callback parameter that lets you execute a JavaScript function in the request body. |
d_blob | An encrypted chunk of JavaScript metadata. Size constraints limit the blob to 512 bytes or less. |
d_ver | Required. This sets the API version number. Leave this set as d_ver=2. |
Response Parameters
Some response parameters are part of the request and have been defined in the section above.
Parameter | Description |
---|---|
id_sync_ttl | The re-synchronization interval, specified in seconds. The default interval is 604,800 seconds (7-days). |
Experience Cloud Services
Connect with Experience League at Summit!
Get front-row access to top sessions, hands-on activities, and networking—wherever you are!
Learn more