Web analytics is the measurement, collection, analysis, and reporting of web data to understand and optimize web usage.
Aside from Google Analytics, what tools are you using?
Web analytics is the measurement, collection, analysis, and reporting of web data to understand and optimize web usage.
Aside from Google Analytics, what tools are you using?
For further actions, you may consider blocking this person and/or reporting abuse
Latest comments (24)
I developed my own and made it available for others to use too.
your-analytics.org
It's open source and I am going to focus on its development again starting in January.
Is the service still around?
Used it for my portfolio and had couple of other projects in mind.. Loved it due to it's simplicity and clean UI...
Hey Madza, my apologies for the interruption with that! It is back up and running now π.
The domain expired and I considered to shut it down. However, you were not the only person who contacted me asking me to bring it back, so I decided to bring the project back to life.
I also made a decision to invest into it going forward - I did not expect there to be numerous people who rely on it.
If you have any feature requests or feedback in general, I'd love to hear it as it would help me prioritize tasks.
Thank you and again, I'm sorry for the interruption!
Mike
Thanks for this! ππ
Awesome job ππ―
Microsoft Clarity
I use Matomo!
I use Matomo Analytics which has been a solid GA replacement.
I use Splitbee for taskord.com
Thank you for recommending us! :)
I am currently using Google Analytics, but thinking to get rid of Analytics by the end of the year and don't measure the value of blog posts based on vanity metrics.
I barely receive any traffic and looking at Analytics doesn't provide any value. Just need a little push to stop tracking my visitors.
Plausible is a good alternative. Works as expected but it doesn't have a free version for low traffic. So switched backed to GA.
I recently removed google analytics from my blog. I did not want to add a cockie banner to my website. so I not use some
local storrage. and do a separate http call, to post time, hourOfDay(local to the user), referrer, last page view time, and some more fields into a csv file. I will see, maybe I analyse some information via excel or so.I also like to look at the google search console.
Hi, is very interesting, do you have a tutorial or link to do it? I know some coding but nothing too advanced. Thanks
I was already working on an article, here it is: dev.to/bias/how-i-removed-google-a...
Iβve done something similar and will phase Google Analytics over the Christmas break. Iβm not interested in much of what they collect and the things I am interested in I can work out for myself... with a bit of effort.
Without thinking about it Iβm actually writing a csv file too, just that it has a .txt extension! π
I found with PHP it was really easy and fast to parse and I recently implemented a very basic chart so I can visualise views over time. And I leave the PHP script to log the date and time.
I use Plausible plausible.io and there are a few reasons why I moved away from Google Analytics:
I've used Piwik before (when it was called Piwik). It was alright.
For my job, I generally have to load things like Google Analytics, but that's not because it's my choice - it's what the client wants.
Depending on project, we get fed back information from everything from focus groups
to heatmaps, but I don't have any interaction with it myself.
The only analytics I've ever done on my own stuff is monitoring the server access logs. To be honest, I find most Google (Facebook, Twitter, etc.) cloud interfaces confusing, because they keep changing where all the options are or using the word "project" to mean 20 different things depending which page you're on.
For my own projects, I don't care beyond bandwidth limits. I don't have any interest in exploiting my users' data and don't tend to have anything exposed that gets more than a few users at a time anyway!