Ask HN: Which is the least invasive way of tracking usage on a website?
We are launching a website early 2020 and it's time to figure out our usage tracking strategy. Given that our business model is SaaS so the obvious metric the business is interested in is conversion of advertising campaigns leading to user acquisition.
Advertising platforms (such as Google, Facebook, LinkedIn, Twitter etc.) will give us data in terms of views, click-throughs etc. and of course we will invariably have user acquisition data (it lives in our databases after all) so I wonder if we need obtrusive user tracking at all.
I'm sure I have overlooked certain aspects, thus I would like to invite your views. What is the most sensible metrics to track for in 2020 while respecting our users' privacy?
Thank you.
10 comments
[ 3.2 ms ] story [ 34.7 ms ] threadApart from that, not much else. We do not have an advertising model so we don't need intimate details of our users and visitors.
No third party code, only fetch() and looking at log files.
So far this has been good for me to monitor which steps users were reaching into the funnel + where they left & what caused delays.
This was a solved problem 20 years ago.
The biggest risk is that with this you are building infrastructure to do more "malicious" tracking easily. Alternatively use logs/server sided events only I guess.