top | item 40433747

(no title)

weejewel | 1 year ago

Looks really good!

How do you create funnels without cookies? In other words, how do you track sessions?

discuss

order

lindesvard|1 year ago

Thanks! Similar to how Plausible is doing. Each user gets a unique identifier which is based on `hash(domain+useragent+ip+salt)` (the salt is generated each day).

klaussilveira|1 year ago

That does create clusters for users that work at the same company, with the same company-issued devices. Or iPhones in a New York City block.

metadat|1 year ago

If the salt changes daily, how is. It possible to know how many users returned after > 24 hrs?

Edit: @lindesvard- Got it, thanks for clarifying!