diff --git a/template/8-user_analytics.md b/template/8-user_analytics.md index 3fdb9feb..3bce9084 100644 --- a/template/8-user_analytics.md +++ b/template/8-user_analytics.md @@ -1,12 +1,26 @@ # 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 -*What is the success criteria?* +User retention : Rate of users that keep using the app -*What is the analysis plan (link to data collection)?* +User engagement : Users interactions with events (creation, joining, searching) -*Include relevant A/B testing ideas.* +## Success criteria +1. High user engagement and retention +2. Feature use is balanced, and no features are underused +3. Zero to few crashes or bugs + +## 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