Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dashboard for User & Project Metrics #286

Open
KastanDay opened this issue Jul 17, 2024 · 5 comments
Open

Dashboard for User & Project Metrics #286

KastanDay opened this issue Jul 17, 2024 · 5 comments
Assignees

Comments

@KastanDay
Copy link
Member

KastanDay commented Jul 17, 2024

  1. North start metric: documents per project (or even tokens per project).
  2. North start metric: conversations per project.
  3. Total number of projects (over time)
  4. ⭐️ Number of unique users per project.
  5. ⭐️ Number of projects per user.
  6. Also add the cumlative.
  7. ⭐️ Per project, number of days since last interaction?
  8. Avg session duration, or number of chat messages per session?
  9. Pageview per user.
  10. Per user, number of projects interacted with.Stretch goal:* What was the last user interaction (or screen recording) before they dropoff for >30 days?
@KastanDay KastanDay converted this from a draft issue Jul 17, 2024
@KastanDay
Copy link
Member Author

KastanDay commented Sep 19, 2024

New metric: Admins vs non-admins.

  • Per conversation, was it initiated by a User or Admin?
  • Per course, what percentage of conversations were initiated by a User or Admin?

Average number of "turns" per conversation.
Example 4 turn conversation:

  1. User: "What is this HW?"
  2. Bot: "It's this... xyz."
  3. User: "No I meant this"
  4. Bot: "Oh ok it's this".

@96feilin96
Copy link

New Metrics:

  1. Active admin vs active users

  2. Bounce rate = (Single-page visits / Total visits) × 100%

  3. Cumulative graphs for everything

  4. Accuracy of response, user satisfaction --- add satisfaction

  5. Admin side of uiuc chat – ask for access

  6. Usage patterns= what are the peak hours or peak times

  7. Customer segmentation 2- admins and users

  8. Market the product ? survey of professors/ student who already use it

@KastanDay KastanDay assigned 96feilin96 and unassigned jkmin3 Oct 3, 2024
@KastanDay
Copy link
Member Author

KastanDay commented Oct 3, 2024

⭐️ == WORK FOR YOU ALL
👉 == WORK FOR KASTAN

⭐️ Retention per URL? Per project, number of days since last interaction?

✅ Per user email, number of days since last interaction? -- good enough with retention chart. Retention per user.
Active user - track every time a user logs in to a specific course/project.
e.g. Find users who viewed course within 7 days.
bounce rate - session duration after going directly to a page...
✅ Number of unique users per project. - unique user who has pageview on pagename...

👉 /chat feedback from user - thumbs up / report problem
👉 Project created (Properites: Project_id, person_id)
👉 Admins updated (Properties: number of admins, list of admin person_ids, and project_id)
👉 Users updated (Properties: Number of users, list of user IDs, project_id, is_public_project)

@KastanDay
Copy link
Member Author

KastanDay commented Nov 7, 2024

Finishing work

A/B test the new landing page:

  • Bounce rate // Conversion (new users sign up // returning users click on ANYTHING).
  • 7 day user retention (return rate)

Clean Dashboard of metrics on Posthog

@KastanDay
Copy link
Member Author

KastanDay commented Nov 7, 2024

@KastanDay to do: New metric I want to track: e2e latency of time to first token. From sending a "Chat" to "first token response".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🏗 In progress
Development

No branches or pull requests

3 participants