Problem
We need visibility into the number of user interactions per day for active users. This will help us better understand user engagement and surface trends in daily productivity.
Outcome
- A dashboard in PostHog that displays the # of user interactions per day for all active users.
Tasks
- Review current PostHog tracking to determine if existing events capture enough user interaction data.
- Identify any gaps in coverage or edge cases where interactions are not tracked.
- Decide whether we need to manually fire new events (e.g., custom interaction events) or can reuse existing ones.
- Implement changes to the application to ensure necessary events are sent to PostHog.
- Create/revise the dashboard in PostHog to display the data required (daily interactions for active users).
Acceptance Criteria
- PostHog dashboard shows daily interaction counts for all active users.
- Any required tracking updates are implemented.
- Documentation is updated where necessary.
Additional Notes
- This may require frontend and backend changes depending on how interactions are tracked.
- Collaboration with analytics stakeholders is encouraged.
Problem
We need visibility into the number of user interactions per day for active users. This will help us better understand user engagement and surface trends in daily productivity.
Outcome
Tasks
Acceptance Criteria
Additional Notes