Expand my Community achievements bar.

sending custom user id while logging-in using web sdk

Avatar

Level 8

I would like to send to Target crm-id while user is logging in. Something like this does not show up on a Target profile. Why is that?

alloy("sendEvent", {
"renderDecisions": true,
"data": {
"__adobe": {
"target": {
"user.crmId": 'crmId-12345'
}
}
}
})

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

0 Replies