Earlier quoted context omitted.
Seems to me like LocalStorage in this case is just a way to get around people deleting/blocking cookies. What would be the legitimate use?
> What would be the legitimate use? Caching/storing GUI state and user configuration. You (the server) doesn't need to know about LocalStorage contents. You can read and write from it via JS without ever sending that data somewhere. It actually improves privacy if done this way, because then the user owns the data and you just act upon it. Unfortunately Apple thinks otherwise, they clear LocalStorage in Safari after…
We ditched Google Analytics
21–30 of 79 posts
Re: We ditched Google Analytics
#22Is anyone using an open source statistics system that's as simple as simple analytics? Maybe even something that can be setup to run stats for multiple clients from our own VPS?
Freshlytics - https://github.com/sheshbabu/freshlytics * Cookies are not used * Personally identifiable information (PII) is not collected * See the pageview in different dimensions like page urls, referrers, browsers etc * Supports multiple projects * Supports RBAC Screenshots - https://github.com/sheshbabu/freshlytics/blob/master/docs/sc...
Is there any documented way to let users opt-out sans ublock:o (or other)? Or configure it to respect "Do Not Track"?
Re: We ditched Google Analytics
#23Re: We ditched Google Analytics
#24Re: We ditched Google Analytics
#25I was using Analog to analyze Apache logs back in the 1990's -- it's older than JS.
Re: We ditched Google Analytics
#26Question: If you don't use google analytics are you penalized in google SEO?
Re: We ditched Google Analytics
#27Call me old-fashioned, but if developers really want to minimize their impact on visitors, I wonder why they shifted away from using plain old log files. In the screenshot of the dashboard, "screen size" is the only attribute I see which can't be derived from a web server request log entry. I was using Analog to analyze Apache logs back in the 1990's -- it's older than JS.
Re: We ditched Google Analytics
#28It was important to me to be mindful about the privacy of my visitors but at the same time I need some data to see if I'm on the right track. Fathom seemed like a good compromise.
Re: We ditched Google Analytics
#29Call me old-fashioned, but if developers really want to minimize their impact on visitors, I wonder why they shifted away from using plain old log files. In the screenshot of the dashboard, "screen size" is the only attribute I see which can't be derived from a web server request log entry. I was using Analog to analyze Apache logs back in the 1990's -- it's older than JS.
For almost every SaaS one can always say "yeah but I can do it myself by doing A, B, and C" but the fact is that time is precious, and if you outsource parts of your website/product, it means for $19 a month you're getting a product that is worked on full-time by 4 engineers.
Re: We ditched Google Analytics
#30I ran for quite a while without any analytics after removing GA. I've now settled on Fathom for Kubestack. It was important to me to be mindful about the privacy of my visitors but at the same time I need some data to see if I'm on the right track. Fathom seemed like a good compromise.