u/ExpertBirdLawLawyer

Microsoft Clarity flagged 73% of my client's button clicks as "dead." Almost none were.

Audited a client this week (Shopify). Clarity reported thousands of dead clicks.

My team spent an afternoon clicking every flagged element and almost all of them were fine.

What Clarity was missing:

  • Variant pickers tap a color, price refetches from Shopify's API takes about 1.2 seconds. Clarity sees no immediate DOM mutation, calls it dead destroying the report
  • Lazy loaded images: tap to expand, fetch starts. Same story.
  • Preorder check buttons: fires an inventory check, waits 2 seconds but Clarity already stopped measuringg
  • Short animations: fadein confirmations under 300ms are below the threshold.

I love Clarity, but the model is so outdated... click --> instant DOM change = real click; otherwise = dead. That worked in 2015. In 2025 every modern eComm site does an async after the click and variant fetches, optimistic UI, skeleton loaders, modals that animate in. Clarity flags all of it as dead which is crazy they haven't updated it.

Instead of just watching the DOM, we started watching what else happens around the click. If the right downstream signal fired in the right window, the click wasn't dead, just deferred.

Same 7 day window, same site:

Clarity Us
Dead clicks reported about 2400 651
Estimated false positive rate 3 out of 4 dominant FP classes filtered
Actionable issues surfaced (heatmap only) 12

Don't get me wrong, I like Clarity and it has its uses and it's free, and the heatmaps are still great for raw exploration. Just a heads up if you've been acting on its dead click data and finding it doesn't match what your users actually say.

reddit.com
u/ExpertBirdLawLawyer — 9 days ago
▲ 0 r/SaaS

Founder here, and with a bit of a back story, I own a Shopify agency and we built this internal tool to help us find client UX and bug issues faster by installing a small 11kb pixel that tracks clicks, hover, zoom, tab switches, etc and builds cases for you to send to your client (think Hot Jar or Microsoft Clarity but without ever having to review a video again).

We then found that others in our circled wanted to use it on their clients as well, and some time passes and we have some paying customers and, what I think, is an excellent product as it easily saves us 10 hours a week worth of work each.

Product set, got some customers, and demos are going well. Now here is the issue I am running into and could use some candid feedback:

  1. Our current customers are a mix of freelancers, small dev agencies, and marketing agencies

  2. We use our own pixel on our site and had some interesting insights: our cohorts of users use the system in different ways, but ultimately use it for the same issue: billing the client more without having to ask for diagnostic hours.

Marketing Agencies: Using it to catch silent fails, paid ad button failures, traffic being blocked in certain regions. They catch it quickly, then use the insights to bill their clients for better performing pages. Almost like a QA suite.

Dev Agencies/Vibe Coding Agencies: Deploy code fast, use our pixel to pick up on subtle issues, click a button in our system, ask the cilent for $200 to fix these small issues with large impact

Freelancers & Individual Vibe Coders: Almost using it like a sales agent, they use the system less but send out the most quotes to clients. They are unique because they spin out a lot of sites and dont want to spend days QAing before launch

Here's my issue: I can't seem to figure out which one to actually market to. I don't want to go too wide but at first we marketed to developers and agencies, but now I'm trying to market to vibe coders and vibe coding agencies (I'm finding a lot of marketing agencies fall into this as they are using templates and AI to quickly write tons of landing pages). Second to the who, but I'm finding it harder to actually nail down my copy on my website, because the system does so much but the core value prop I put on there has to resonate with the user, and I'm being pulled in 3 directions and feel I'm failing at all 3 because I can't land on one.

If you have any feedback on my current strategy and copy, I would be greatly appreciated!

Our Current Website

https://preview.redd.it/pd6eflyd8mzg1.png?width=1246&format=png&auto=webp&s=acc5b19b84ae169ff249f27939fcdd7a0775db52

reddit.com
u/ExpertBirdLawLawyer — 16 days ago