Expand my Community achievements bar.

SOLVED

Getting all trait realizations programmatically

Avatar

Level 3

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? 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 3

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

1 Reply

Avatar

Correct answer by
Level 3

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.