These examples cover 2 common use cases related to a direct integration and the Experience Cloud ID (ECID or MID). This ID is a unique, persistent ID for your site visitors.
Use Case Element | Description |
---|---|
Conditions |
This use case assumes you:
|
Actions |
Given these conditions, make a call to the ID service that includes:
And, if you happen to have any of the other parameters listed in the direct integration guide (e.g., d_blob or dcs_region, etc.) it's ok to pass those in as well. |
Solution and code sample |
Format your call to the ID service like this: https://dpm.demdex.net/id?d_mid=1234&d_cid=4444%019876%011&d_ver=2 Note how the sample call contains the:
|
Use Case Element | Description |
---|---|
Conditions |
This use case assumes you:
|
Actions |
Given these conditions, make a call to the ID service that includes your Organization ID. And, if you happen to have any of the other parameters listed in the direct integration guide (e.g., d_blob or dcs_region, etc.) it's ok to pass those in as well. |
Solution and code sample |
Format your call to the ID service like this: https://dpm.demdex.net/id?d_orgid=5555&d_ver=2 Note how the sample call contains your Organization ID, d_orgid=5555. It would return a Experience Cloud ID for this visitor. |