Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve random visitor id generation #50

Closed
julienmoumne opened this issue Apr 14, 2017 · 0 comments
Closed

Improve random visitor id generation #50

julienmoumne opened this issue Apr 14, 2017 · 0 comments
Milestone

Comments

@julienmoumne
Copy link
Member

A few improvements can be made to match the way the JavaScript tracker generates random identifiers.

This ticket addresses the fact the current implementation is dependent on the system local since Encoding.Default is being used.

We will also use SHA1 instead of MD5 to hash the UUID.

Further improvements could be made to better match the JavaScript tracker such as using information collected on the browser agent such as user agent and enabled plugins as in generateRandomUuid

@julienmoumne julienmoumne added this to the v3.0.0 milestone Apr 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant