Mixpanel v4.6 Release Notes

    • Mixpanel A/B testing is now supported on Android. Users can register and recieve A/B testing tweaks and alter application look and feel using the Mixpanel A/B testing tool.

    • Addition of trackMap(String, Map) registerSuperPropertiesMap(String, Map) registerSuperPropertiesOnceMap(String, Map) setMap(Map) setOnceMap(Map<String, Object)

    which allow updates to properties and user profiles without requiring the construction of a JSONObject.

    • updateSuperProperties() which allows users to update super properties in place, in a thread-safe manner.

    • addition of merge() to the People API

    • Many Mixpanel logtags have changed to conform to the expectation that all logtags should be under 23 characters long.

    • Added a new configuration for flush interval when the app is in debug mode, defaults to 1 second