Hi Team,
Adobe target is implemented through AEP WEBSDK.
We have used below code to trigger profile parameter
alloy("sendEvent", {
data: {
__adobe: {
target: {
"profile.vehicleSeen": "xxxx",
}
}
}
});
It is trigerring well in the calls :
however, "vehicleSeen" profile parameter is not visible under Visitor Profile section to create the audience.
I created the profile script but that is also not working.
Since it is not an XDM object so how could I access sendEvent data info ?
Any leads on how to access the profile paramters in AEP Web SDK method?