DCS API | Community
Skip to main content
Adobe Employee
October 18, 2021
Question

DCS API

  • October 18, 2021
  • 1 reply
  • 955 views
For one of our projects we would like to add data into AAM. We would like our data to be shown as signals in AAM and to link it to our user identifier ECID using this method - Send Data to the DCS - https://experienceleague.adobe.com/docs/audience-manager/user-guide/api-and-sdk-code/dcs/dcs-event-calls/dcs-url-send.html?lang=en# 
 
Questions with regards to the samples below. 
 Is this the correct way to send data signals to the DCS to add data to AAM? Or is there a different way we should do this?
 
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

October 19, 2021

Few things to remember when you use DCS API

 

1. Make sure all your signal are mapped to a trait (it can takes up to 4hr to replicate into the AAM) before you send any data Via the DCS API

2. We are update traits customer data via DCS so the format for customer tracking id as follow 
d_cid=<datasource id>%01<traacking id>
i.e d_cid=111111%01xxxxxxx-d1c5-40e2-b22d-7c1be3c2aade

 

make sure to pass %01 (not decoded)

3. Make sure the you get specific AAM endpoint from adobe client-care based on your company and edge location

 

Thanks

Abu