I want to track events on a chrome extension I'm building. So I want to have a unique identifier for each user.
I don't want any information about the user, simply I want all of they're events grouped together.
Is there a good way to solve this, without pinging a server. Or will I just use a really long random string so the probability of getting the same string by another user is low.
I'm using segment.io's analytics.js package to integrate with mixpanel.