Expand my Community achievements bar.

DCS API

Avatar

Employee
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-c... 
 
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?
 
1 Reply

Avatar

Level 5

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