DCS and ID Sync Implementation | Community
Skip to main content
Luca_Lattarini
Level 9
January 27, 2021
Solved

DCS and ID Sync Implementation

  • January 27, 2021
  • 1 reply
  • 4380 views

Hello everyone,

 

Do you have any suggestion how to implement DCS and ID Sync Implementation from an external web site to AAM?

Thanks

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by josejr19

@luca_lattarini Yes, here is an example and the documentation. 

 

Example:

https://use.demdex.net/event?d_rtbd=json&d_dst=1&d_jsonv=1&d_cts=2&d_orgid={{ADOBEORGIDHERE}&d_cid={{DATASOURCEIDHERE}}%01{{USERIDHERE}%01{{AUTHENTICATIONSTATEHERE}}

 

Breakdown:

use.demdex.net : USA East Region DCS Server

d_rtbd=json : Required if you want a JSON response from the DCS.

d_dst=1 : Returns URL destination data in the JSON response.

d_jsonv=1 : Indicates the JSON version to use in the response. Normally, you should set this to d_jsonv=1. Setting d_jsonv=0 disables ID syncs.

d_cts=2 : Returns segment IDs for the segments.

d_orgid : The Adobe Org ID in scope

d_cid= : Contains one or more pairs of data provider IDs ( DPID) and data provider user IDs ( DPUUID) assigned by Audience Manager. Can also be the data source ID and the data source user ID and the Authentication Status.

 

Documentation:

DCS Documentation - https://experienceleague.adobe.com/docs/audience-manager/user-guide/api-and-sdk-code/dcs/dcs-api-reference/dcs-keys.html?lang=en#d-attributes

Authentication State Documentation - https://experienceleague.adobe.com/docs/id-service/using/reference/authenticated-state.html?lang=en#section-68ad4065dfaa437d9070832d6e2bf85c

 

1 reply

josejr19Accepted solution
Level 5
January 29, 2021

@luca_lattarini Yes, here is an example and the documentation. 

 

Example:

https://use.demdex.net/event?d_rtbd=json&d_dst=1&d_jsonv=1&d_cts=2&d_orgid={{ADOBEORGIDHERE}&d_cid={{DATASOURCEIDHERE}}%01{{USERIDHERE}%01{{AUTHENTICATIONSTATEHERE}}

 

Breakdown:

use.demdex.net : USA East Region DCS Server

d_rtbd=json : Required if you want a JSON response from the DCS.

d_dst=1 : Returns URL destination data in the JSON response.

d_jsonv=1 : Indicates the JSON version to use in the response. Normally, you should set this to d_jsonv=1. Setting d_jsonv=0 disables ID syncs.

d_cts=2 : Returns segment IDs for the segments.

d_orgid : The Adobe Org ID in scope

d_cid= : Contains one or more pairs of data provider IDs ( DPID) and data provider user IDs ( DPUUID) assigned by Audience Manager. Can also be the data source ID and the data source user ID and the Authentication Status.

 

Documentation:

DCS Documentation - https://experienceleague.adobe.com/docs/audience-manager/user-guide/api-and-sdk-code/dcs/dcs-api-reference/dcs-keys.html?lang=en#d-attributes

Authentication State Documentation - https://experienceleague.adobe.com/docs/id-service/using/reference/authenticated-state.html?lang=en#section-68ad4065dfaa437d9070832d6e2bf85c

 

Luca_Lattarini
Level 9
February 8, 2021
Hi @josejr19, Basically we want to implement this approach where we have Adobe Launch/Adobe Analytics on a different Adobe Org Id than AAM.. Is it possible?