MixpanelLogController
A Swift Controller Class that reports analytic events to Mixpanel
Notes
- Requires a Mixpanel account. Mixpanel’s base pricing tier is free up to 20 million monthly events.
- Integrate your Mixpanel API token in
/Application/Resources/Configurations/Release.xcconfigunder the keymixpanel_api_token.
- Visit the Mixpanel docs for further logging customization, and guides for creating funnels/analyzing your data.
- Ideally shouldn’t be used directly. AnalyticsLogController
uses MixpanelLogControllerto report events to Mixpanel.