Audience creation - personalization based on previous URLs of the session
On my project I have got only AT.
if (User viewed == finance category)
then (homepage personalization)
Target does not store previous URLs of the session, is it the only workaround?
Send through web sdk:
alloy("sendEvent", {
"data": {
"__adobe": {
"target": {
"profile.category": "finance"
}}}}
AM I able to use that attribute during the same session?