Analytics and Testing Tools
Good design isn't built on personal taste — it's built on data. When you say to a stakeholder "I think this color is better," that's an opinion. But when you say "the A/B test showed this color increases conversion by 15%," that's a fact. And facts always win the argument.
In this article we'll explore the most important analytics and testing tools that transform a designer from someone who relies on intuition to someone who relies on data — with practical examples for each tool.
Hotjar: See Exactly What Users Do
Hotjar is the most popular behavioral analytics tool. The simple idea: instead of imagining what's happening on your site, Hotjar shows you on video.
The Core Tools in Hotjar:
1. Heatmaps:
A Heatmap shows you where people click, where they move their mouse, and where they stop scrolling. Red areas = high interaction. Blue areas = low interaction.
Types of Heatmaps:
- Click Map: where people click — if people are clicking on something that isn't clickable, that's a design problem
- Move Map: where the mouse moves — this reveals where the user's eye is looking
- Scroll Map: how far people scroll down the page — if 70% of people never reach an important section, you need to move it up
2. Session Recordings:
Hotjar records real user sessions — every mouse movement, every click, every scroll. You can watch real users as they use your site.
What to Look for in Recordings:
- Rage Clicks: the user clicks repeatedly in the same place — they're frustrated and nothing is happening as expected
- U-turns: the user goes to a page and immediately comes back — the page wasn't what they expected
- Dead Clicks: the user clicks on something with no action attached to it
3. Surveys:
You can ask users direct questions while they're on the site:
- "Did you find what you were looking for?"
- "What could we improve?"
- "On a scale of 1 to 10, how easy was the experience?"
A Practical Scenario:
You designed a new pricing page. After it went live, you open Hotjar and find:
- The Heatmap shows people clicking heavily on the feature comparison but not on the main button
- The Scroll Map shows that 60% of people never reach the pricing section
- The Recordings show people hesitating between two plans
Result: you move the pricing section higher, enlarge the main button, and add a clear comparison between the two plans. After the changes, conversion increases by 20%.
Microsoft Clarity: The Powerful Free Alternative
Microsoft Clarity does basically the same thing as Hotjar — Heatmaps and Session Recordings — but it's completely free with no limits on the number of sessions.
What Makes Clarity Stand Out:
- 100% free: no paid plans — everything is free
- Dead Clicks Detection: detects clicks that don't do anything
- Rage Clicks Detection: detects when the user is frustrated
- Quick Back Detection: detects when the user immediately goes back
- JavaScript Errors: shows you the technical errors users are encountering
- AI Summaries with Copilot: summarizes session recordings and tells you what the problems are
When to Use Clarity Instead of Hotjar:
- If you don't have a budget — Clarity is free
- If you need unlimited sessions — Hotjar limits the count in the free plan
- If you want integration with the Microsoft ecosystem
When to Use Hotjar Instead of Clarity:
- If you need Surveys — Clarity doesn't have them
- If you need Feedback widgets — the widget that appears to users and asks for their opinion
- If you need advanced Funnels analysis
Practical Tip: You can use both together. Clarity for recordings and heatmaps (free and unlimited), and Hotjar for surveys and feedback (the free plan is sufficient for surveys).
Google Analytics 4: The Big Picture
Google Analytics (GA4) is the essential website analytics tool. It tells you who's visiting your site, where they're coming from, and what they're doing.
The Core Metrics You Need to Know:
- Users: number of unique visitors
- Sessions: number of visits (the same person can visit more than once)
- Bounce Rate: percentage of people who entered one page and left — if it's high, there's a problem
- Session Duration: how long people stay — if it's low, the content or experience isn't right
- Conversion Rate: the percentage of people who took the action you want (purchase, sign-up, etc.)
- Pages per Session: how many pages a visitor views — shows level of engagement
Acquisition (Where People Come From):
- Organic Search: from Google — meaning SEO is working
- Direct: typed the URL directly — meaning they know the site
- Social: from social media
- Referral: from another site that linked to you
- Paid: from ads
Why This Matters for Designers:
If 70% of visitors come from mobile, mobile design is more important than desktop. If most people come through a specific page and then leave, that page needs a redesign. If people spend a long time on the pricing page but don't buy, there's a problem with the clarity of the offer.
A Practical Scenario:
Before starting a site redesign, you open GA4 and pull:
- The top 10 most-visited pages — these are the priority in the redesign
- Pages with high bounce rates — these need to be fixed first
- The mobile-to-desktop ratio — this determines the priority of responsive design
- The user flow — where people go after the homepage
Mixpanel: Advanced User Behavior Analytics
Mixpanel is different from Google Analytics. GA4 tells you "what happened on the site," Mixpanel tells you "what a specific user did."
The Simple Difference:
- GA4: "1,000 people visited the Pricing page" — that's page-level analytics
- Mixpanel: "300 people clicked the Start Trial button after viewing Pricing for more than 30 seconds" — that's event-level analytics
Core Concepts:
- Events: every action a user takes — a click, scroll, purchase, sign-up
- Properties: details of the Event — for example, a "Purchase" event has properties like the amount, the product, and the payment method
- Funnels: the user's journey from step to step — and where they drop off
- Cohorts: groups of users with shared characteristics
- Retention: how many came back to use the product after a week, a month, 3 months
A Practical Scenario — Funnel Analysis:
You have an e-commerce app and want to understand why people aren't completing purchases. You build a Funnel in Mixpanel:
- View Product → 5,000 people
- Add to Cart → 2,000 people (40%)
- Start Checkout → 800 people (40%)
- Enter Address → 600 people (75%)
- Enter Payment → 300 people (50%)
- Complete Purchase → 250 people (83%)
The biggest drop-off is between Enter Address and Enter Payment (50%). This means the payment page has a problem. You go check the recordings in Hotjar and find that people can't find their preferred payment method, or the form is long and complicated. You redesign the payment page and track the funnel again.
A/B Testing: Let the Data Decide
A/B testing is the scientific method for making design decisions. Instead of debating with the team for an hour over button color, you run a test and let the users decide.
What an A/B Test Is:
You create two versions of a page (or part of it):
- Version A (Control): the current design
- Version B (Variant): the new design
Half the visitors see A and half see B. After a sufficient period, you compare the results and see which is better.
A/B Testing Tools:
- Google Optimize (Optimizely): the most popular and powerful — supports A/B tests and multivariate tests
- VWO (Visual Website Optimizer): gives you a visual editor to modify the design without code
- LaunchDarkly: not just A/B testing — also feature flags
Rules of A/B Testing:
1. Change Only One Thing:
If you change the color, text, and size at the same time, you won't know which change made the difference. Change one thing and test it.
2. Define the Metric Before You Start:
Before the test, decide: "Success means the click rate on the button increases by 10%." If you don't define the metric in advance, you'll end up looking for any number that supports your point of view.
3. Wait Long Enough:
Don't stop the test after a day because the results look clear. You typically need at least two weeks for results to be statistically significant. The minimum sample size depends on your traffic volume.
4. Don't Test Trivial Things:
A/B testing takes time and resources. Don't waste them testing whether the button color should be blue or dark blue. Use it for important questions: the right layout, the right CTA, the pricing page structure.
A Practical Scenario:
You have a sign-up page with a 3% conversion rate. You want to improve it. You run an A/B test:
- Version A: the current page — a long form with 10 fields
- Version B: a simplified form with only 3 fields (name, email, password) with the rest after sign-up
After two weeks, Version B has a 7% conversion rate — more than double. Clear decision.
How to Build a Data-Driven Design Culture
Tools alone aren't enough — you need to change how you and your team think.
1. Start with a Question, Not a Tool:
Before opening any tool, ask: "What do I want to know?" The answer will determine the right tool:
- "Where are people clicking?" → Hotjar Heatmap
- "How many people are completing a purchase?" → Mixpanel Funnel
- "Which design is better?" → A/B Test
- "How many people are visiting the site?" → Google Analytics
2. Create a Monthly Dashboard:
Each month, collect the most important metrics in one place:
- Core Conversion rates
- Bounce rate for the most important pages
- Funnel completion rates
- A/B test results
3. Share Data with the Team:
When you find an important insight, share it:
- In the standup: "I found that 40% of users drop off at the payment page"
- In the design review: "The Heatmap shows people aren't seeing the CTA"
- In sprint planning: "We need to test the new checkout flow this sprint"
4. Document Everything:
Every insight, every test, every data-driven decision — document it in Notion or anywhere. After a year you'll have a massive library of learnings that help you make better decisions.
5. Don't Let Data Stop You:
There's a difference between "using data in decisions" and "not making any decision without data." Many times you need to trust your intuition as a designer — especially for decisions that are hard to measure. Data is a tool, not a master.
Data isn't the enemy of creativity — it's a partner. The designer who knows how to combine creative instinct with analytical thinking — that's the designer who creates products people love and that also achieve business goals. Start with one tool — either Hotjar or Clarity — and start learning from your real users. You'll be surprised by the insights you find.
اختبر فهمك
السؤال ١ من …
سجّل عشان تبدأ الاختبار
اكتب اسمك وإيميلك وهتقدر تحل الاختبار فوراً. وكمان هنبعتلك نصايح تصميم ومصادر حصرية مرة في الأسبوع.