Hi, we are setting up AAM with the onboarded data definition and there are a few questions about it:
Thanks for your support.
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi philipe,
Please check below documentation for Onboarded Trait:
File Naming convention-https://experienceleague.adobe.com/docs/audience-manager/user-guide/implementation-integration-guide...
Inbound Data File- https://experienceleague.adobe.com/docs/audience-manager/user-guide/implementation-integration-guide...
Hope this will help
Thank You
Prabhat Upadhyay
Hi philipe,
Please check below documentation for Onboarded Trait:
File Naming convention-https://experienceleague.adobe.com/docs/audience-manager/user-guide/implementation-integration-guide...
Inbound Data File- https://experienceleague.adobe.com/docs/audience-manager/user-guide/implementation-integration-guide...
Hope this will help
Thank You
Prabhat Upadhyay
Views
Replies
Total Likes
Hi Philipe, if you want to store multiple values under same signal i.e. c_last_purchase then you can use ',' as delimeter between two values for ex-
<DPUUID><TAB>"product"="tablet", "product"="phone"
OR
<UUID><TAB>"product"="tablet", "product"="phone"
Here product is the key along with its different value. In your case it will be like
<DPUUID><TAB>"c_last_purchase"= "Nintendo | PS5 Console", "c_last_purchase"= "Nintendo | PS5 CD"
OR
<UUID><TAB>"c_last_purchase"= "Nintendo | PS5 Console", "c_last_purchase"= "Nintendo | PS5 CD"
In signal dashboard you will see two different values for the same key & you can use those values in any Trait by using AND, OR condition for ex-
Trait A- "c_last_purchase"="Nintendo | PS5 Console" AND "c_last_purchase"= "Nintendo | PS5 CD"
You can check examples as mentioned in the below documentation
Views
Replies
Total Likes
Views
Likes
Replies