Details
-
Story
-
Resolution: Fixed
-
Neutral
-
None
-
None
-
-
Empty show more show less
-
Add-Ons 25
-
5
Description
Situation:
The user action observation functionality is done in ABTEST-97, but there is missing a valid unique user Id which should be generated that represents user identifier when interact on the AB testing variant.
There is a proposed solution is to use Fingerprinting technique, please refer following page and link:
https://wiki.magnolia-cms.com/x/fYIpD
https://github.com/Valve/fingerprintjs2
AC:
- Have a unique id for end users
- The user id should be the same on each user action events (json in S3)
Dev hints:
- Generate id by using a library and set it to "userId" variable in user-action-bundle.js - line 1142
Checklists
Acceptance criteria