Mixpanel Reports That Show Frustrating Buttons & Misleading Button Text

As part of my tool agnostic analytics reporting series, I’m showing actionable reports you can build in any analytics tool to immediately improve the customer journey. Today’s report is all about showing you how to identify the buttons that are causing the most friction for your users. Although friction points on your website can present themselves a number of different ways, today I’ll highlight rage clicks. A rage click is a term that describes multiple clicks on an area of your website in a short time frame.

In order to identify these rage clicks, we’ll take important button clicks, like CTA clicks and navigation clicks, and drill down into the specifics of which button was clicked, which page it was clicked on, and the destination of the click. This is best displayed on an Insights chart within Mixpanel. Add your important button clicks. In my case, I used cta_click and navigation_click.

From there, I’ll use the Breakdown by functionality to get my specifics. I’ll break down by Current URL to see what page the button was clicked on. I’ll group by link_text to see what the text was on the link. Lastly, I’ll click link_url to see the destination of the button.

Since rage clicks imply that a button was clicked multiple times, you’ll notice that my measurement is Average Frequency Per User instead of Unique Users or Total Events.

You’ll see your Insights chart then populate the buttons that on average get the highest amount of rage clicks.

There you have it! Easily spot the rage clicks on your website within Mixpanel with just one report. These rage clicks are great candidates for A/B testing and removing them will help remove friction points on your website.