Tinylytics: Analytics for blogs and small websites

Works with write.as

Last week I read a Greg Morris blog post about how he is using Tinylyhtics with his blog for analytics.

I've been reading Greg's blog for several years so I figured Tinylytics would be worth checking out. It's a lightweight, privacy-focused web analytics tool for blogs and small websites. It's easy to use and gives you just the right amount of data to understand how your blog or website is performing, without overwhelming you.

Tinylytics is free for up to 1,000 page hits per month. Paid plans start at $5 per month and offer more features, like unlimited page hits, data retention, and more detailed stats.

This blog is hosted on Write.as and the analytics are very basic at best. So, last week I started using Tinylytics and so far I'm pleased with the result. If like me you want more detailed analytics then I highly recommend Tinylytics.

Vincent Ritter, developer of Tinylytics

I've updated the “embedding your script” documentation for tinylytics and have added a Javascript only way of adding your script, for services like Write.as, that don't allow you to add script tags. Hope that's helpful for a few folks.

let script = document.createElement("script"); script.type = "text/javascript"; script.defer = true; script.src = "https://tinylytics.app/embed/YOUR_UNIQUE_SITE_CODE.js"; document.body.appendChild(script);

Just replace YOUR_UNIQUE_SITE_CODE with the code on your site's page.

If you're looking for a lightweight and easy-to-use web analytics tool, then I highly recommend Tinylytics.

RSS Feed | Email Me | Mastodon
© 2024 ldstephens.me