We have an issue where multiple users when accessing our site using a public/shared computer, all the users get merged into 1 profile since the ECID is the same for all. This has corrupted our user data in CDP as many profiles don't have reliable info and it belongs to someone else. I believe this is a very common issue that many might be facing, it would be great if anyone can let me know if there is a solution or workaround to this issue.
Thanks in advance.
Solved! Go to Solution.
Views
Replies
Total Likes
Hello, this has already been discussed here
I heard about (kind of) a workaround. Please reach out to your Adobe Customer Success Manager to get this information.
Views
Replies
Total Likes
Other identifiers, such as cookies, session IDs, or user login credentials, should be considered in addition to the ECID for identifying and tracking individual users. These IDs should be unique to each user and should remain consistent between sessions.
Set up user authentication: Implement a user authentication system that requires users to use their own credentials to log in. Each user will have their own account/profile, and their activity will be linked to their own accounts.
Make use of secure session management: Make sure your website uses secure session management strategies. At login, assign each user a unique session ID and correlate all subsequent user activity with that session ID. In this manner, even if numerous people share the same computer, their data remains secure and sessions remain separate.
Views
Replies
Total Likes
Hello, this has already been discussed here
I heard about (kind of) a workaround. Please reach out to your Adobe Customer Success Manager to get this information.
Views
Replies
Total Likes
Hi Maggod thanks for your help.
Could you explain a bit more about that "kind of a workaround" please? or is this solution customized for each client?
Best regards.
Views
Replies
Total Likes
Please reach out to your Adobe Customer Success Manager. If the workaround is still offered only Adobe can help.
Hi @Danto8
While waiting for the feature that will close the gap on shared device ID principle, you have 2 or 3 possibilities:
What we've observed is that the Shared Device ID principle affect less than 1% of the profiles, you can ask the state of your data by contacting Customer Support to request a Shard Device ID report, you would have to specify the namespace you want the data to be analysed. Adobe will provide you the overview and you can et some samples....
From what we've seen, the workaround / interim solution is the solution that is most acceptable under the circumstances and you need to get it implemented as mentioned by contacting Customer Support...
Any other solutions will require you to fine-tune the integration of web SDK / Mobile SDK to play with the ECID service, it has been done and can be bit convolutive and cumbersome...
Thanks
Denis
Views
Replies
Total Likes
Views
Likes
Replies