Live data from Hacker News

A blog does not need “analytics”

thisdaysportion.com

81–90 of 113 posts

Re: A blog does not need “analytics”

#81
post #3

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…

This is true if you host your blog on a webserver under your control. If you host from platforms like GitHub pages, this is not an option.

Re: A blog does not need “analytics”

#82
post #3

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,…

I think you're missing the point of the blog that's implicitly spelled out in the title: you do not need telemetry [but maybe you want it].

Do you "need" to have any of the analytics crap to have the same effect? No.

Re: A blog does not need “analytics”

#83
post #14
post #9

Earlier 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.

Today I learned that "caring about my audience" means using analytics against them to understand as much as I can about them without their full consent.

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”

#85
post #75

Earlier 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…

I was confused by your comment until I realised you meant scrape the server logs, not scrap them

Re: A blog does not need “analytics”

#87
post #56

Earlier 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.

They aren't. They're feedback. Analytics is demographic information used for marketing purposes.

Re: A blog does not need “analytics”

#88
post #8

I 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…

I'm in the same boat. I look at graphs of traffic generated by my server logs just to get a general sense, but analytics and user-level data? Honestly 99.99% of blogs don't even generate a sufficient volume of traffic to analyze. I just don't see the utility.

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”

#89
post #79
post #49

Earlier 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. :(

Literally takes 5 minutes to setup at most, and most analytics tools ships with a "ignore webcrawlers" option somewhere, like goaccess does for example, taking 0 minutes to use :)

Re: A blog does not need “analytics”

#90
I mean - it's fine to not have analytics if you like to write but be honest about it at least. You don't care about what writing your audience engages with. If you were giving presentations you'd get questions and comments at the end. Since a blog is typically read/delivered in async fashion distributed across regions the only feedback you get is via analytics.

Seems to just be one more link in the kooky "everyone is out to get me" chain of thought.

Post reply on HN