Track

Overview
This guide will teach you how to successfully track how your users are using your product.
Once you’ve identified them, you can track what they are doing, which features they use, how often and much more. You can use the track method to track events on behalf of your users. Add this code snippet to basic features like “signed up”, “logged in” and any additional events that may track the core features of your product.

For example in Bigdelta, one of our core features is when a user loads and creates a report. Therefore, we are tracking when user loads and creates report with “loaded report” and “created report” events.

Code