Here's a crazy idea: Don't use analytics at all but focus on your product. If your success relies solely on "improving conversions" by tracking your users and then changing the position and color of your "Checkout" button then maybe try setting yourself apart such that customers want to buy your product even despite an obnoxious purchasing flow. Only then start optimizing it. More serious thoughts: Google Analytics i…
When I first put my personal website up on Github Pages last summer, I didn't include any analytics. I figured it was unnecessary—why should I care who was looking? I quickly realized the obvious—without any analytics, I had no idea whether or not I was just screaming into the ether. Even for a simple noncommercial site, it's discomforting! I now have Cloudflare Analytics and I'm much more satisfied. I feel as though…
Google Analytics: Stop feeding the beast
361–370 of 401 posts
Re: Google Analytics: Stop feeding the beast
#362Here's a crazy idea: Don't use analytics at all but focus on your product. If your success relies solely on "improving conversions" by tracking your users and then changing the position and color of your "Checkout" button then maybe try setting yourself apart such that customers want to buy your product even despite an obnoxious purchasing flow. Only then start optimizing it. More serious thoughts: Google Analytics i…
Analytics revealed to me that a product I'd built (well, a free side project, but that's beside the point) was succeeding in the exact opposite of the market I'd built it for. I used to run an online Japanese-English dictionary. It was geared towards people learning Japanese. I built it when I was studying Japanese and thought it would be useful for other students. Turns out the overwhelming majority of the traffic t…
Re: Google Analytics: Stop feeding the beast
#363Earlier quoted context omitted.
A prime example of analytics driving games is Slay the Spire, where they would record every decision you made and outcomes in the game to better balance the experience and give the player interesting decisions. https://www.gamasutra.com/view/news/314975/How_Slay_the_Spir...
Valve did this with Portal! Or at least I feel like they did after playing through the games XD The games theme felt like a giant analytics test where everything was noted!!
Re: Google Analytics: Stop feeding the beast
#364Here's a crazy idea: Don't use analytics at all but focus on your product. If your success relies solely on "improving conversions" by tracking your users and then changing the position and color of your "Checkout" button then maybe try setting yourself apart such that customers want to buy your product even despite an obnoxious purchasing flow. Only then start optimizing it. More serious thoughts: Google Analytics i…
> Are the insights from Analytics really valuable enough to justify the cost? Yes. It is especially important when you are running ads and want to make sure you are getting the most bang for your buck in ad spend.
Re: Google Analytics: Stop feeding the beast
#365Earlier quoted context omitted.
Yes, but analytics is also used to trick folks into buying a paper back full of shit. A good product, that does what it advertises, does not need analytics. But a bad product, that somebody desperately wants to make successful, or at least successful enough to sell to a PE and exit, needs analytics.
The problem is that when making a product you're often wrong, what you think is a good product is often a bad product, or it's a nearly good product with a couple of fatal flaws that can only be seen in hindsight. S While some people have an uncanny sense of vision, and seem hit on the right ingredients more often than seems fair, but most companies aren't led by this kind of person. You need things that tell you whe…
That may not be so for a game developer who wants to modify gameplay that is heavy or reliant on things like particular mouse cursor movement and mouse click usage. Especially if a meticulous gameplay goal is the objective.
Re: Google Analytics: Stop feeding the beast
#366Firefox+NoScript+PiHole user here. Once the pages on your browser start rendering at twice the speed they normally render on other people's devices because you block all the analytics and ads crap, you never look back. And even though I don't use any analytics on my websites (heck, some of them don't even run a line of JS), I still get plenty of valuable (and privacy-aware) insights about user experience. Web server…
Bots. Spam ruins it for everyone. Cloudflare, for example, provide an analytics platform based off of logs, but it overreports visits by a huge amount for most cases because javascript is a good filter for most bots. Here's Cloudflare's page on why there is a discrepancy between their numbers and GA-type services: https://support.cloudflare.com/hc/en-us/articles/36003768411... And here's a blog post by a self-hosted-…
Re: Google Analytics: Stop feeding the beast
#367Firefox+NoScript+PiHole user here. Once the pages on your browser start rendering at twice the speed they normally render on other people's devices because you block all the analytics and ads crap, you never look back. And even though I don't use any analytics on my websites (heck, some of them don't even run a line of JS), I still get plenty of valuable (and privacy-aware) insights about user experience. Web server…
Bots. Spam ruins it for everyone. Cloudflare, for example, provide an analytics platform based off of logs, but it overreports visits by a huge amount for most cases because javascript is a good filter for most bots. Here's Cloudflare's page on why there is a discrepancy between their numbers and GA-type services: https://support.cloudflare.com/hc/en-us/articles/36003768411... And here's a blog post by a self-hosted-…
Re: Google Analytics: Stop feeding the beast
#368Earlier quoted context omitted.
There's plenty of alternatives to Google Analytics, including open-source software you can self-host so it doesn't share your users' private data with a third party. You don't need to roll your own just to avoid GA.
For example?
Re: Google Analytics: Stop feeding the beast
#369Earlier quoted context omitted.
Just no. Ignore the hyperbole in the article and the crux boils down to this: - Using GA means you're paying for your analytics with your users' privacy. The product is 'good' iff (if and only if) you're willing to accept those economics and ethics. You want analytics; that suggests they has some value to you. You don't want to pay cash money for it. That's your choice. But it's not free. Your users are paying for yo…
Exactly, paying with data for most people is cheaper than paying with money. I'd say that's a great compromise.
The point with GA is you're paying with other people's data. Without explicitly asking them for permission. (And no, cookie permissions don't count as "asking them for permission").
Re: Google Analytics: Stop feeding the beast
#370Earlier quoted context omitted.
> There's a similar problem with things like "user interviews." A common pitfall is to ask people which features they want. Asking what users want is not the right way to do interviews. I advise you read "Just enough research" by Erika Hall. The goal of interviews is to gather enough data points to understand the user needs and struggle, and to know their journey through the product with accuracy, and also understand…
A similar book is The Mom Test. You're not supposed to let the user find how they would've solved the problem (as had they known, they would've solved it themselves), you're supposed to understand their pain points and then design the most effective solution for them.