Hi,
I have 2 profile attributes, compare them and as a output I would like to know which has higher value.
How to do that in Audiences? Something like that in the second screenshot?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Hi @Michael_Soprano,
The sole purpose of an audience created in the platform is to qualify profiles based on the criteria defined. In addition, you can also add some profile attributes to the export. You are already able to compare the value of the attribute to qualify/disqualify a profile.
Now to export the higher-value attribute out, you will have to store it pre-calculated. You can add another attribute in the schema and while ingesting the data you can compare and map the value using a Data Prep function (IIF a>b, a, b)
Regards,
Kumar Saurabh
Hi @Michael_Soprano,
The sole purpose of an audience created in the platform is to qualify profiles based on the criteria defined. In addition, you can also add some profile attributes to the export. You are already able to compare the value of the attribute to qualify/disqualify a profile.
Now to export the higher-value attribute out, you will have to store it pre-calculated. You can add another attribute in the schema and while ingesting the data you can compare and map the value using a Data Prep function (IIF a>b, a, b)
Regards,
Kumar Saurabh
Thanks for your response. I am not sure if I understood you properly. My user has two attributes:
atr_1: 0,6
atr_2: 0,2
If atr_1 > atr_2 then I would assign him to seg_1
else if
atr_2 > atr_1 then I would assign him to seg_2
Taking these assumptions into account I am not able to use Audiences for that?
Views
Replies
Total Likes
@Michael_Soprano It works just fine. You create two segments with the logic as you outlined using the approach you did in your screenshot.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies