Installed it on some websites recently. Quite pleased with the UI and the functionality. Pretty spot on in terms of the right level of information about users - providing useful info without stalking people inappropriately. The new version (4.0) seems to improve on some earlier stability issues.
Matomo: Open-source analytics platform
41–50 of 131 posts
Re: Matomo: Open-source analytics platform
#42Any one know a node alternative to GA? Matomo is great, but for something like GA, node would be best option for handling large amount of http requests.
Re: Matomo: Open-source analytics platform
#43It's pretty easy to make your own analytics. It's not famous, but I open-sourced mine; it's called Bast, written mostly in Rust, and it's easy to deploy it. https://github.com/kooparse/bast
You have a very good looking UI there. I really love the simplicity.
Re: Matomo: Open-source analytics platform
#44Earlier quoted context omitted.
Due to the amount of people blocking Google Analytics with browser extensions, Pi-Holes and other tools I find GA increasingly lacking good analytics.
I assume most tools will block Matomo as well. I know uBlock origin with the default blocklist does.
Re: Matomo: Open-source analytics platform
#45As a non-web developper, I always wondered: Are these alternatives fully able to replace Google analytics? I sort of thought Google analytics would tell you more about your visitors since with Google cookies, they could map them to other visited websites, centers of interest, age group, etc. Are you loosing all that when switching to a less intrusive analytics platform such as this, or is Google analytics not leverag…
If you can replace GA depends on your needs. GA collects more personal data, you get better insight of your audience. This is important if you do online marketing and like to see how well your campaigns perform. GA does track visitors across days and you can therefore see if someone came back after a week and made a purchase.
In case you don't do that or are simply not interested in specifics, all the alternatives are good enough right now, I think. You can still tell how visitors navigate your page, what content they visit most and all that stuff. We are currently thinking about what we can add to gain more insight for businesses, without invading privacy as Google does.
Re: Matomo: Open-source analytics platform
#46Earlier quoted context omitted.
Google Analytics tells you more about your audience because it stalks people across the web. Matomo can never provide that without having a broad range of websites from which you collect data and writing custom code to annotate visitors with your own interest tags. Matomo purely tracks analytics: who visited what page, for how long, from what device, from what location, from what inbound website, and what outbound li…
What information exactly does GA tell you from stalking people across the web? I don't think Google sharing with you accurate information about the people visiting other websites would be completely legal (GDPR). Where exactly do you find this information in the dashboard?
Re: Matomo: Open-source analytics platform
#47I've tried to use it and... they could work on improving the installation guide. I gave up after an hour or so of failing to provision the database and create configuration in a way that gets me to the initial setup screen. I was using their docker setup for this. It's kind of my job to take random apps, deploy them and manage properly, so I'm not a clueless user here. I could press on and figure it out with more tim…
version: '3'
services:
mysql:
image: mysql:8
environment:
MYSQL_ROOT_PASSWORD: root
MYSQL_DATABASE: matomo
matomo:
image: matomo:4
ports:
- 4000:80
This lets me in at localhost:4000 and I just enter "mysql" as the DB host, "root" as the username & password and "matomo" as the database name, and it's basically done.Of course, I probably have to point it out or someone else will, that it's a bad idea to be using the MySQL root user, instead of creating a user with the rights that Matomo needs: https://matomo.org/faq/how-to-install/faq_23484/
Re: Matomo: Open-source analytics platform
#48Installed it on some websites recently. Quite pleased with the UI and the functionality. Pretty spot on in terms of the right level of information about users - providing useful info without stalking people inappropriately. The new version (4.0) seems to improve on some earlier stability issues.
Is the performance better than Google Analytics?
Re: Matomo: Open-source analytics platform
#49Re: Matomo: Open-source analytics platform
#5029 euros a month for the managed, on-cloud version. Does anyone know inexpensive Google Analytics alternatives for small sites, that are hosted for you?
$4/month if you pay annually or $6 to pay monthly, but free during beta.
We are actively working on it right now, but the core is working well and is open-source: https://github.com/pirsch-analytics/pirsch