ux • Click tracking metrics and insights - martindubenet/wed-dev-design GitHub Wiki
- Visited sections,
- Navigation path ounce logged in,
- Used features (components),
- ⏳ Time gap between clicks can indicate confusion in the UI about what action to choose,
- ↶ « Back to previous view » actions can indicate a miss understood Call-To-Action (CTA).
These services are sometimes free, keeping the ROI features under a paid wall.
- Import API and integrate basic account metas the the
<head>
of your SaaS webapp, - Wait a few weeks to gatter datas from your users,
- Analyze datas examples.
GTM is an API that allows you to inject Scripts within you web solution. It provides a unique slot, an open tunnel in your webapp’s <header>
HTML tag for marketings ressources to inject their metas independently from your development cycle. But it can also be used to inject other API maximizing the loading speed by reducing the quantity of HTTP request to a single.
GTM is not the same as Google Analytics, GTM does not provides insights by itself. It is only a tunnel for GA to get to your code base.
Product | My review | Pros | Cons |
---|---|---|---|
Google Analytics | ★★☆ | Powerfull. Google is always generous when you give it your datas. | If your webapp contains sensitive data from your customers Google will fetch it. |
Pendo.io | ★★★ | Free version is generous in features | Free version is limited in user accounts. |
Heap.io | ? | ||
Amplitude.com | ? |
- When to Use Which UX Research Method — Youtube/NNgroup
- Creating a UX Research Plan — Youtube/2022 - Sarah Gibbsons, chief designer at NNgroup
- UX Research Cheat Sheet — Youtube/2020 - Sarah Gibbsons, chief designer at NNgroup
- Playlist The 10 Usability Heuristics — Youtube/NNgroup
Source: Susan Farrell - NNgroup 2017 Feb. 12
Stages | Methods |
---|---|
Discover |
In addition to our stakeholders determining what future success metrics to look for, here are 5 methods to utilize to get to identify the issues: ✱ Field study ✱ Diary study ✱ User interview ✱ Stakeholder interview ✱ Requirements & constraints gathering. |
Explore |
Understand the problem and how you can satisfy the user is the goal at this point. Common methods to understand how your users are grouping content: ✱ Competitive analysis ✱ Design review ✱ Persona building ✱ Task analysis ✱ Journey mapping ✱ Prototype feedback & testing (clickable or paper prototypes) ✱ Write user stories ✱ Card sorting. |
Test |
On-going strategic activities can help you get ahead of future problems. Be transparent about the good/bad news with your stakeholders and coworkers regarding how testing is going will help creating open discussions in your group. ✱ Qualitative usability testing (in-person or remote) ✱ Benchmark testing ✱ Accessibility evaluation. |
Listen |
Listen throughout the research helps understanding new problems that have arisen and (re)direct future efforts. ✱ Survey ✱ Analytics review ✱ Search-log analysis ✱ Usability-bug review ✱ Frequently-asked-questions (FAQ) review. |