The Christmas holidays have begun, which means that I have a bit of time to tinker… I can’t remember when I stopped using Google Analytics, but it was probably when I moved across to using Eleventy. However I recently came across Tinylytics and figured I’d give it a try.
There are a number of GA alternatives out there such as Fathom or Plausible which by all accounts are good, however I’ve always been put off from poking with them because of a lack of basic free tier. This site is a playground, not something that I want to put any $$$ investment into. Tinylytics has a free tier, so let the experimenting begin!
Set up
Sign up and set up for an account is trivially simple; once the account is created you get an ID, a couple of lines of JavaScript to add. Deploy it and then you’re done. Now you’re getting analytic data.
What data?
Tinylytics is tiny– it simply tracks page views. No more, no less. Behind the scenes the domain and path is being POSTed to the Tinylytics server. Nothing else. This enabled a simple dashboard of a list of pages and a hit counter next to them.
What you get out on the Tinylytics page is a list of pages with a number next to them. Helpful for working out which pages are popular, and which ones are not. Or in my case, which posts from many years ago still have good SEO juice even though they are probably very out of date technically!
Helpful things to know
- It’ll only track from the domain it is registered to– meaning that local development won’t trigger hits. That’s nice.
- You can also ensure that it doesn’t track your hits when running on production. That’s handy too.
What next?
I’m planning to leave this running for the foreseeable future. I highly doubt that I’ll max the 1000 page view limit of the free plan, and see what people are interested on reading here! Turns out that yesterday my post about moving mail from Yahoo Mail to Google Workspace was popular… a whole four hits!
Thanks Vincent.
Post changelog
- 2023-12-16 – Add post distribution grid
- 2023-12-16 – Tinylytics post