From 68776f3c5f3d06917a36a03f4e762cdbf6338593 Mon Sep 17 00:00:00 2001 From: Noah Robert <48415000+Greenade@users.noreply.github.com> Date: Mon, 3 Jun 2024 11:20:52 +0200 Subject: [PATCH] Update 8-user_analytics.md first draft --- template/8-user_analytics.md | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/template/8-user_analytics.md b/template/8-user_analytics.md index 3fdb9feb..5419e624 100644 --- a/template/8-user_analytics.md +++ b/template/8-user_analytics.md @@ -1,12 +1,24 @@ # User Analytics and Acceptance -*Goal: understand how users are using the app.* +## Usage metrics -*Which are the key metrics?* +Feature use : What screens are the most used +User retention : Rate of users that keep using the app +User engagement : Users interactions with events (creation, joining, searching) -*What is the success criteria?* +## Success criteria -*What is the analysis plan (link to data collection)?* +1. High user engagement and retention +2. Feature use is balanced, and no features are underused +3. Zero to few crashes or bugs -*Include relevant A/B testing ideas.* +## User analytics +1. Implement google analytics for behavioral tracking +2. Anonymize data for privacy + +## A/B testing ideas + +1. Experiment different graphical layouts to display events or associations. +2. Test navigations flows to make sure layouts are user friendly. +3. Make overviewed user tests for the UI