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 9, 2021
Here is my recommendation. You have two instances, Website A will have Appmeasurement for Analytics with ORG1. Website A should have S2S forwarding with AAM. That is BAU. On Website A, you have two options for sending the data to your second AAM instance. Option A using DIL or Option B using your Website B Adobe Analytics instance also on Website A (the instance with the same org ID as your second AAM instance). You would have this set up as S2S as well. Either route, you will end up with multiple AMCV and AMCVS cookies but they will be slightly different because they will have different ORG IDs. If you don’t want to add your Website B Adobe Analytics on Website A you will need to send data to AAM using the DIL api. I am going to private message you an example site you can look at for guidance.