Tracking UX Events
Tracking events
Using Habit Analytics SDK you can track UX events in your app. They can be used to gather information on UX experience, application flow or any other scenario you desire. To track an event all you need to do is call the track method like this:
Event properties can be used to complement the event with additional details. They are optional and the currently supported types can be seen in the following examples:
No properties
String
Numeric
Boolean
Date
URL
List
Last updated