Track the usage of a new feature after it was released.
A best practice in product management is to analyze the usage of a new feature after it was released. With Actiondesk, distinguish successful features from failures and improve the way you manage your product priorization.
You can answer the following questions:
- How often was the feature used each day since it was released?
- Who are the users using it?
Let's assume you have an "Events" table with the following properties: event_name, timestamp and user_id.
Let's also assume you want to track the usage of the new feature "Add emoji to sheet" (yes, this might be a real life use case 🙃).
We're going to count the total number of times this features was used, and the total number of users who used it.
Et voilà!