Hi team,
When you use the AEP Web SDK to collect data and get it forwarded to both Adobe Analytics and Adobe Target, does the ML (Auto-Target) algorithm automatically evaluate the XDM fields/values we're sending to the Edge or do we have to explicitly pass (someof ) them as page or profile parameters?
Thank you!
Olivier
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
This capability should be delivered in H1, so sometime between now & the end of May
This capability should be delivered in H1, so sometime between now & the end of May
This means that for now, we need to explicitly send page and profile parameters if we want the ML algo to evaluate them, am I understand it correctly, Alex?
alloy("sendEvent", {
renderDecisions: true,
data: {
__adobe: {
target: {
"profile.gender": "female",
"profile.age": 30
}
}
}
});
Thank you Alex!
Views
Replies
Total Likes
Views
Like
Replies