MixpanelTracker
Mixpanel tracker: Send events to mixpanel analytics library
Implements ITracker
Get unique token from Mixpanel Get Token from Mixpanel
val mixpanelTracker = MixpanelTracker.init(this, "your unique token")
val eventTracker = EventTracker.Builder().addTracker(mixpanelTracker).build()
Content copied to clipboard
Check mixpanel documentations for more info
Parameters
context
Application context
token
Unique token to your project
trackAutomaticEvents
Boolean to track common mobile events
Functions
Link copied to clipboard
Clear timed event Check mixpanel documentations for more info
Link copied to clipboard
Clear timed events Check mixpanel documentations for more info
Link copied to clipboard
Link copied to clipboard
Opt in tracking Check mixpanel documentations for more info
Link copied to clipboard
Opt out tracking Check mixpanel documentations for more info
Link copied to clipboard
Link copied to clipboard
Time event Check mixpanel documentations for more info