Expand my Community achievements bar.

Join us for an upcoming in-person Adobe Target Skill Builders event ~~> We're hosting these live learning opportunities to equip you with the knowledge and skills to leverage Target successfully. Learn more to see if we'll be coming to a city near you!
SOLVED

Use CRS when no unique id is present in Client CRM

Avatar

Community Advisor

Hi Team,

 

On our client's website, visitors don't login much . Orders/Bookings are done using phone number or Email Id. We could not use these in CRS as this a PII data . Can anyone advise how do we use the CRM data in such scenarios for the targeting purpose.

 

Thank you.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Just a thought ... What do they use as the customer id going into Target? Best case scenario would be to surface some sort of customer id in the client side (from server) once phone number or email is known and store that as a cookie or local storage (if only using one subdomain). Then you could use that cookie value as the mbox3rdpartyid. If not, then you would have to collect the out of the box TNT id that gets generated on the Target end and comes back in the mbox cookie. With either approach, you could update the Target profile server side with the values that are non PII. 

 

https://developers.adobetarget.com/api/#updating-profiles

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Just a thought ... What do they use as the customer id going into Target? Best case scenario would be to surface some sort of customer id in the client side (from server) once phone number or email is known and store that as a cookie or local storage (if only using one subdomain). Then you could use that cookie value as the mbox3rdpartyid. If not, then you would have to collect the out of the box TNT id that gets generated on the Target end and comes back in the mbox cookie. With either approach, you could update the Target profile server side with the values that are non PII. 

 

https://developers.adobetarget.com/api/#updating-profiles