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
  • 4392 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

 

Level 5
February 8, 2021
Do you have a separate Launch and AA instance with the AAM instance you are trying to use on site A? If not than why not just move it there, that would simplify everything for you. From a server side standpoint, right now my understanding is you can only map AA and AAM instance on the same ORG ID for S2S integration. On the client side you can have both separate, but if you want to do anything with that AA data under ORG1, it won’t be forwarded to ORG2. Instead you will need to reconcile offline which is going to be extra work. In the use case I am referencing, we needed to do numerous jobs where we would send specific files of AA data from one AAM instance to the other AAM instance for activation.