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.
Views
Replies
Total Likes
I got the solution via AAM customer support. This is possible with DCS API:
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.
Views
Replies
Total Likes
I got the solution via AAM customer support. This is possible with DCS API:
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.
Views
Replies
Total Likes
Views
Likes
Replies