Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
Hello, it is possible in the AAM UI to see all trait realizations for a given UUID via "Tools > Visitor Profile Viewer" (https://bank.demdex.com/portal/Profile/VisitorProfileViewer.ddx).
Is there an API for this functionality? How can I get the same list programmatically?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
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-refe...
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.
View solution in original post
Views
Likes
Replies
Like