Have to create audience for logged in users, Am using webSDK, So need a solution with websdk not with at.js
Hello Team,
Need help to create the audience for logged in users. I know it should be achievable through profile attributes or mbox attributes which neeeds to be shared from page level to adobe target.
Am using web SDK, So i tried to send the information from webpage to adobe target via below code.For example in below code am sending profile.userloggedinType = true. But its not reflecting on adobe target. Am not sure wether i am doing right process or not. If its wrong please help with steps.
alloy("sendEvent", {
"data": {
"__adobe": {
"target": {
"profile.userloggedinType": "true",
"user.categoryId": "clothing"
}
}
}
});