Hello everyone,
Do you have any suggestion how to implement DCS and ID Sync Implementation from an external web site to AAM?
Thanks
Solved! Go to Solution.
Views
Replies
Total Likes
@Luca_Lattarini Yes, here is an example and the documentation.
Example:
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-ref...
Authentication State Documentation - https://experienceleague.adobe.com/docs/id-service/using/reference/authenticated-state.html?lang=en#...
Views
Replies
Total Likes
@Luca_Lattarini Yes, here is an example and the documentation.
Example:
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-ref...
Authentication State Documentation - https://experienceleague.adobe.com/docs/id-service/using/reference/authenticated-state.html?lang=en#...
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Hi @josejr19, Basically we have Web Site A with AA/Launch Adobe Org ID A and Adobe Org ID B where it is located AAM. Same company but different Adobe Org ID.
My use case is: track customer action on Web Site A and send data to AAM and identify the customer in AAM. Currently we are searching the best approach. Below my question:
1) Is it feasible to implment data collection by creating a DIL inside doPlugin in AA on Adobe Org ID A and send data to AAM (Adobe Org ID B)?
For example this var stbDIL = DIL.create({ partner: "xxxx", containerNSID: 0, uuidCookie: { name: "aam_uuid", days: 30, secure: true }, visitorService: { namespace: 'Adobe Org ID B' } });
2) Is it possible to implement Sync Method on Adobe Launch for instance? document.write("<img src=\"https:// xxxxxx.demdex/event?”d_cid_ic= xxxx%01" + _satellite.getVar("<xx data element name>") + "%011&d_rtbd=json&jsonv=1\">");
3) We have a custom legacy system (java job) which pull data from AA( Adobe Org ID A), we are thinking to use this as bridge to use AAM API programmatically but I think that I cannot look up customer id with API.
Any suggestion?
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
josejr19 , it means I can create a DIL only if AA and AAM are under the same Adobe Org Id? In my case, my DIL is on Web Site A which has a different Adobe Org Id than AAM.
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies