Earlier quoted context omitted.
I’m surprised to hear that! Are you using a different theme?
I don't think so - just the default. The light version of https://themes.matomo.org/DarkTheme#preview .
Lightweight Alternatives to Google Analytics
161–170 of 320 posts
Re: Lightweight Alternatives to Google Analytics
#162For those interested, one other FOSS analytics tool is Shynet [0]. Modern, privacy-friendly, and detailed web analytics that works without cookies or JS. It also looks pretty slick. Disclosure: I’m a maintainer.
Re: Lightweight Alternatives to Google Analytics
#163EU be like you have to put up this banner to tell them you are spying... it super annoying and everyone hates it... and you be like "sure, I love me some spying".
Re: Lightweight Alternatives to Google Analytics
#164So I disabled it and went back to awstats. I've been using awstats for over a decade, and for my personal site and projects, it pretty much gives me the majority of the data I really care about.
I might look at shipping more complex nginx json logs to logstash/elastic search, but then I'd need to visualize them in Kibana and that just seems like a lot of heavy weight containers to run for stats I don't really need.
Re: Lightweight Alternatives to Google Analytics
#165I have my own self-hosted Matomo instance [1]. Via Docker & docker-compose it's quite easy to install and keep up to date and Matomo is open source, well maintained, very well behaved and pretty hands off. And I configured it on my websites with cookies turned off [2] and with IP anonymization [3]. In such an instance you don't need consent, or even a cookie banner, because you're not dropping cookies, or collecting…
Do you have a way to filter out your own visits in this case? On small pages I find that my own clicks and events during testing contaminates the statistics.
Re: Lightweight Alternatives to Google Analytics
#166(Full disclosure: I work for Snowplow Analytics)
Re: Lightweight Alternatives to Google Analytics
#167I have always used AWStats [0] and never thought I needed more information than that. [0]: https://www.awstats.org/
Re: Lightweight Alternatives to Google Analytics
#168I've recently whipped up my own self-hosted analytics solution [0] based on SQLite, Bash and Metabase. It's all self hosted, easy to install and very flexible with regards to the queries you can write and display. Metabase comes with a lot of cool features for display, live reload and other cool stuff. :) [0]: https://funnybretzel.com/self-hosted-analytics-using-sqlite-...
Thanks for the tutorial. Looks interesting. I'm a fan of GoAccess. Unfortunately the queries are pre-made and there are nearly no options whatsoever. You can't (yet) filter by date for example. One thing I realized is, that on small sites, like my blog, an overwhelming amount of traffic comes from search engines or bots which are looking for vulnerabilities. Filtering them out takes a lot of time in any self-hosted o…
Re: Lightweight Alternatives to Google Analytics
#169Earlier quoted context omitted.
Analytics may give you the number of paid subcriptions but that is not the reason it exists. Modern analytics systems are build to give you a statistical view of all events/interactions leading up to a conversion or, more important, to a conversion that did not happen. With this information it is possible to optimize all touchpoints a user has with your services. It is easy to track all aspects of subscriptions inclu…
> google analytics is really good in separating bots from human visits That certainly wasn't my experience. But more generally: I optimize touchpoints using automated Bernoulli bandits with multiple variants. And I track the metrics that really matter (like signups, MRR, churn, etc) very, very carefully. My point was that just adding GA doesn't bring much value, and makes the web worse. Another example of how page vi…