I'm having a hard time deciding where to draw the line in terms of adding analytics into my products.

Let's take Hide Feed as an example. Currently, I don't include any analytics, so the only things I know about my users is what I see in the Chrome Web Store:

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/66a73aa8-e63f-43e0-a6bf-9a617abe9496/Screen_Shot_2020-02-19_at_1.07.15_PM.png

I don't know how Chrome defines "Current Users", so it could be people who just have my extension installed or people who have it enabled. It's unclear how many people are actually using Hide Feed.

Beyond that, I have no idea how people are using it. Here are the types of questions I'd like to be able to answer:

Let's think through why I'd like to know these questions:

These reasons seem pretty defensible, but adding analytics into my product feels like a slippery slope. From working at various tech companies, I know that once you have the infrastructure in place, it's really easy to justify tracking whatever you want because it's just one additional line of code. And once you start going down that rabbit hole, you start tracking all sorts of things, even if you don't have a good reason for doing it, simply because you can or you thought it'd be a fun tidbit to know. Eventually, you end up with a nightmare-of-a-product like FullStory where you can simulate looking over the shoulder of your users by recording every little action they perform. The scary part is that many people will read the previous sentence and think "What's wrong with FullStory?" I'll dedicate a separate post to discussing the dystopia we're creating by stripping everyone of their privacy online.

It's a lot easier to show users that you truly value their privacy if you can make a strong statement like "there is absolutely zero tracking or analytics code in this product". Many companies claim to put my privacy first, but I'm skeptical whenever I read that because I know that their standards and mine are likely completely different. A Chrome extension I used with Gmail claimed to respect my privacy, but they were also scraping my Gmail and uploading my email address, full name, and usage behavior to Mixpanel. Not cool. Sadly, this is now the norm in tech, and I don't want to copy these practices uncritically and justify them with "well, everyone else is doing it."