Fathom – Simple, trustworthy website analytics
51–60 of 122 posts
Re: Fathom – Simple, trustworthy website analytics
#52Out of curiosity, and as someone who has never used website analytics: why do we need a third party for this? Couldn't a bit of client side code + server side code do all the work these days?
Do you want a customer or a slave? If you sell software, you have a customer that can do whatever they like. If you provide SAAS you can tie in the user more and more.
Re: Fathom – Simple, trustworthy website analytics
#53I experimented with using GoAccess (https://goaccess.io) on CloudFront logs instead of using Google Analytics. It gave me a lot of what I needed, without the overhead or intrusiveness of client-side code—and it provided a more complete view of my traffic because it isn't stymied by browser plugins that block tracking.
The downside was having to save the logs, periodically run it to generate reports, etc. It's not a lot of work, but it's more work than GA. I think CDN providers should just include managed analytics tools of this caliber as either part of the package or for a modest extra fee.
Re: Fathom – Simple, trustworthy website analytics
#54Out of curiosity, and as someone who has never used website analytics: why do we need a third party for this? Couldn't a bit of client side code + server side code do all the work these days?
Re: Fathom – Simple, trustworthy website analytics
#55Re: Fathom – Simple, trustworthy website analytics
#56This gives me an appreciation for the "lurkers" on HN. This post has 109 points and 53 comments, right now, and on their stats demo it shows 2,770 unique views from hacker news.
Yay lurkers!
Boo lurkers!
Re: Fathom – Simple, trustworthy website analytics
#57Earlier quoted context omitted.
It's admittedly confusing, but I think I'm still right and that you may be conflating policies about other google services. From your second link, which is specific to Analytics, it says: > What is the data used for? > Google uses Google Analytics data to provide the Google Analytics measurement service to customers. Identifiers such as cookies and app instance IDs are used to measure user interactions with a custome…
I think it does, because I recall years ago their privacy policy explicitly saying that they don't use GA data for any other purposes. I don't have a source to back that up, but I've noticed that their privacy policy has grown to be somewhat labyrinthine since then, and I couldn't find that explicit statement anymore.
Re: Fathom – Simple, trustworthy website analytics
#58Out of curiosity, and as someone who has never used website analytics: why do we need a third party for this? Couldn't a bit of client side code + server side code do all the work these days?
You can self-host Fathom, I do. It's very basic compared to Piwik, but it runs on PostgreSQL, my DB of choice, and it's written in Go, not PHP, which means it has higher performance and is more secure.
Re: Fathom – Simple, trustworthy website analytics
#59Whoa, I did not expect to see Fathom show up on Hacker News. It's very early but our plan is indeed to go down a similar road as Matomo, albeit more opinionated. Hopefully resulting in a simpler product in the long run.
I feel it's important to point out out that with Fathom, no personal information is tracked (or stored), at all. Only daily and hourly aggregates are stored on the server.
And yes, the demo should not require you to enter credentials. The simple reason is that I haven't gotten to polishing that experience just yet. Sorry.
Re: Fathom – Simple, trustworthy website analytics
#60This gives me an appreciation for the "lurkers" on HN. This post has 109 points and 53 comments, right now, and on their stats demo it shows 2,770 unique views from hacker news.