Getting all trait realizations programmatically | Community
Skip to main content
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 ercankantar

I got the solution via AAM customer support. This is possible with DCS API:

https://docs.adobe.com/content/help/en/audience-manager/user-guide/api-and-sdk-code/dcs/dcs-api-reference/dcs-keys.html

 

Here is a sample call:

 

https://yourcompany.demdex.net/event?d_rtbd=json&d_dst=1&d_cts=2&d_uuid=<YOUR UUID>

or

https://yourcompany.demdex.net/event?d_rtbd=json&d_dst=1&d_cts=2&d_mid=<YOUR ECID>

 

Only trait & segment IDs are delivered in the response. Traits & segment metadata can be retrieved using Trait / Segment API.

 

Keep in mind that use of d_cts parameter must be enabled on customer request by Adobe Audience Manager Customer Care.

1 reply

ercankantar
ercankantarAuthorAccepted solution
Level 2
January 14, 2020

I got the solution via AAM customer support. This is possible with DCS API:

https://docs.adobe.com/content/help/en/audience-manager/user-guide/api-and-sdk-code/dcs/dcs-api-reference/dcs-keys.html

 

Here is a sample call:

 

https://yourcompany.demdex.net/event?d_rtbd=json&d_dst=1&d_cts=2&d_uuid=<YOUR UUID>

or

https://yourcompany.demdex.net/event?d_rtbd=json&d_dst=1&d_cts=2&d_mid=<YOUR ECID>

 

Only trait & segment IDs are delivered in the response. Traits & segment metadata can be retrieved using Trait / Segment API.

 

Keep in mind that use of d_cts parameter must be enabled on customer request by Adobe Audience Manager Customer Care.