Earlier quoted context omitted.
Stop being so hysteric, if you want to avoid first-party analytics then don't use the service , if someone reads my blog I have the full right to find out how long my articles are read. Protesting against first-party tracking is like protesting against visitor counters in shops and security cameras, luddism.
Calling someone who cares about his own privacy "hysteric" and rehashing the same tired old arguments (which inevitably boil down to "if you don't want me to do this, just make sure you don't touch my website even once!") doesn't do your position, whatever it is, a whole lot of justice.
Roll Your Own Analytics
101–105 of 105 posts
Re: Roll Your Own Analytics
#102Earlier quoted context omitted.
For sure, there are a bunch of reasons not to use Google Sheets. For this, it's just an easy, free, and temp way to get a new site up without needing to setup a backend. It's not really a hard requirement for me to get off Google though, just to avoid using their ad-tech. For privacy concerns, using Google Sheets isn't all that different from using MySQL on Google Cloud, etc.
When looking at solutions, did you consider using a private git repo? On that thought, you could potentially hook it up to Google Sheets or editors that integrate with remote git repos. Skipping 3rd party hosts, you could host your own git server for cheap too. Awesome project nonetheless! I'm a hypocrite still using GA but want to move off of it this year, so reading your solution has me thinking about my own.
Re: Roll Your Own Analytics
#103(Data engineer here) Nice article! I did something very similar to this for my blog but used Snowplow's javascript tracker ( https://github.com/snowplow/snowplow-javascript-tracker ), a cloudfront distribution with s3 log forwarding, a couple lambda functions (with s3 "put" triggers), S3 as the post-processed storage layer, and AWS athena as the query layer. The system costs under $1 per month, is very scalable, and…
Re: Roll Your Own Analytics
#104(Data engineer here) Nice article! I did something very similar to this for my blog but used Snowplow's javascript tracker ( https://github.com/snowplow/snowplow-javascript-tracker ), a cloudfront distribution with s3 log forwarding, a couple lambda functions (with s3 "put" triggers), S3 as the post-processed storage layer, and AWS athena as the query layer. The system costs under $1 per month, is very scalable, and…
Re: Roll Your Own Analytics
#105I wish pages like this one had RSS feed. I would like to follow future articles, but I do not want it to end up in my email inbox.
OT, what do you use to follow RSS feeds with? I've tried a few different feed readers since google reader was shut down, but never settled on one for more than a couple days. I sadly rely on reddit/hn to get updates/news now.