The author lacks imagination or is not arguing entirely in good faith: > I realised that knowing about my website visitors had zero effect on anything in the real world. Perhaps that's true for them? But you don't have to try too hard to think of legitimate reasons why basic analytics are useful to any blog author who is trying to increase their reach, like knowing what topics are of most interest to their audience,…
You can do this with server side logs. You don’t need to track users to get this insight, you can get all that insight from tracking server requests. You may ask what’s the difference. Well, if I track you with in browser tech I can see everything you do. If I look at the logs I’ll most likely just see a load of people from a single IP at your ISP which is a reverse proxy cache. I’m fine with that. I don’t run any tr…
A blog does not need “analytics”
81–90 of 113 posts
Re: A blog does not need “analytics”
#82The author lacks imagination or is not arguing entirely in good faith: > I realised that knowing about my website visitors had zero effect on anything in the real world. Perhaps that's true for them? But you don't have to try too hard to think of legitimate reasons why basic analytics are useful to any blog author who is trying to increase their reach, like knowing what topics are of most interest to their audience,…
Do you "need" to have any of the analytics crap to have the same effect? No.
Re: A blog does not need “analytics”
#83Earlier quoted context omitted.
any blog author who is trying to increase their reach, like knowing what topics are of most interest to their audience, when to post for bets result, comparing different styles of post etc. Why would I want to read a blog like that? That's hack writing 101. There's a million of those writers shovelling out that drivel on LinkedIn (which sells them all the analytics they need to do it). I want to read blogs by people…
You could make the counter-argument: Why would I want to read something written by someone who doesn't care about their audience at all? Both of those are extreme positions.
Friend, there are many other ways to care about your audience without being a whimsical stalker from high up.
Re: A blog does not need “analytics”
#84Re: A blog does not need “analytics”
#85Earlier quoted context omitted.
You can do this with server side logs. You don’t need to track users to get this insight, you can get all that insight from tracking server requests. You may ask what’s the difference. Well, if I track you with in browser tech I can see everything you do. If I look at the logs I’ll most likely just see a load of people from a single IP at your ISP which is a reverse proxy cache. I’m fine with that. I don’t run any tr…
perfect answer tbh just scrap server logs. sites that offer blogging capabilities as service should do that for their users and provide 'local analytics'. its really trivial to do :/ u get tons of info. if u need more a lot of webservers can also dish out additional logs for you. applications can also be trivially configured to track such things themselves at near 0 cost and effort. hell, theres ready to use log coll…
Re: A blog does not need “analytics”
#86Re: A blog does not need “analytics”
#87Earlier quoted context omitted.
Pretty much everyone on Hacker News is writing comments for one another without the benefit of analytics. We're having discussion about topics we care about without delving into each other's personal details. If you care about a topic you're going to care about a community you build and participate in around that topic. You don't need marketing-focused analytics to do that. You just need to keep writing and engaging…
Careful, upvotes and karma are analytics.
Re: A blog does not need “analytics”
#88I stopped using analytics on all of my projects for a while now. I've got blogs and actual saas (non-commercial) out there. And to this day I dont know if zero people or more are actually using it. The reason is: a) I do these things first and foremost for myself and I share them because maybe they are useful for other people (but I dont mind if they are not). And b) I always intend to publish my "products" without n…
Put another way, how would my behavior change in response to analytics data? It wouldn't. It certainly shouldn't.
Re: A blog does not need “analytics”
#89Earlier quoted context omitted.
> The other problem with logs is that it's very difficult to filter out all of the bot traffic. It's not very difficult, but isn't not effort-less. Start with something like https://github.com/allinurl/goaccess/blob/master/config/brow... which captures 99% of the crawlers out there. Then, when you notice there is one particular user-agent/IP/IP-range doing a bunch of requests, add it to list and re-run. Doing filteri…
Sounds about as much fun as manual spam filtering, but with worse tools. :(
Re: A blog does not need “analytics”
#90Seems to just be one more link in the kooky "everyone is out to get me" chain of thought.