Live data from Hacker News

Show HN: I replaced Google Analytics with simple log-based analytics

benhoyt.com

21–30 of 143 posts

Re: Show HN: I replaced Google Analytics with simple log-based analytics

#21
post #19

Why not use a self-hosted analytics software like https://matomo.org/ ?

I wish they had a simple Docker image available with everything setup and configurable from a single file. The installation process is complex and under documented, IMHO. But the software is pretty nice!

Re: Show HN: I replaced Google Analytics with simple log-based analytics

#22
post #5

Earlier quoted context omitted.

I think it is incredibly fair to say that you shouldn't put data onto the servers of a company if you mind them reading that data. Why should I assume they aren't? At a bare minimum, the metadata is being actively consumed by the parent company. I don't think this is AWS specific at all.

If this was the case, I think we would have had some amazon whistleblower already blow this info and would be widely reported on.

I'm not accusing Amazon or anyone else of anything in particular. I'm just reminding people that even if you encrypt all of your data at rest, that at a minimum, every service provider of something like AWS is collecting plenty of metadata about your data. They have to. How else can they tell where your data is and track how much they need to charge you?

Re: Show HN: I replaced Google Analytics with simple log-based analytics

#25
post #21
post #19

Why not use a self-hosted analytics software like https://matomo.org/ ?

I wish they had a simple Docker image available with everything setup and configurable from a single file. The installation process is complex and under documented, IMHO. But the software is pretty nice!

Why do you need Docker for a simple PHP & MySQL script? To install it you just need to setup a MySQL database and enter the credentials in the setup script. Finally, add the tracking code to your site, but that's the same for every analytics engine.

Re: Show HN: I replaced Google Analytics with simple log-based analytics

#26
For those of you hosting on your own server, this is a PSA that awstats is still working. It reads server logs and makes little graphs via a cron job. It's fun to have analytics going back to 2002 in the same format.

https://awstats.sourceforge.io/

Re: Show HN: I replaced Google Analytics with simple log-based analytics

#27
post #23

I could not find organic traffic details like keywords that bring visitors to the site?

That's because it's getting harder and harder to get that info from the referrer. Better to use the Google Search Console and Bing Webmaster Tool, those will give you information even on those search queries that did list your pages but not lead to a click.

Re: Show HN: I replaced Google Analytics with simple log-based analytics

#28
post #23

I could not find organic traffic details like keywords that bring visitors to the site?

Once upon a time you could get this information from the HTTP_REFERER header, since search terms were essentially encoded in the query string portion of the URL the search results showed up on.

Not sure how that holds up these days.

Post reply on HN