mixpanel-unity

Official Unity Tracking Library for Mixpanel Analytics

APACHE-2.0 License

Downloads
2
Stars
43
Committers
19

Bot releases are hidden (Show)

mixpanel-unity - Release v3.5.0

Published by zihejia 8 months ago

v3.5.0 (2024-02-29)

Enhancements

  • Add the UseIpAddressForGeolocation option for MixpanelSettings #170, thanks @qwe321qwe321qwe321 !
  • Add onFlushComplete callback #168, thanks @elic-sightful

Bug fixes

  • Use DEVELOPMENT_BUILD build flag instead of Debug.isDebugBuild #167, thanks @elic-sightful
  • Fixed single quotes in readme #172, thanks @AldeRoberge
mixpanel-unity - Release v3.4.2

Published by zihejia 12 months ago

Bug fixes:
Remove the internal release script. https://github.com/mixpanel/mixpanel-unity/pull/165
address issue #164

mixpanel-unity - Release v3.4.1

Published by zihejia about 1 year ago

v3.4.1 (2023-09-20)

Enhancements

  • fix RegisterOnce not really register once #162
mixpanel-unity - Release v3.3.2

Published by jaredmixpanel about 2 years ago

What's Changed

Full Changelog: https://github.com/mixpanel/mixpanel-unity/compare/v3.3.1...v3.3.2

mixpanel-unity - Release v3.3.0

Published by jaredmixpanel about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/mixpanel/mixpanel-unity/compare/v3.2.0...v3.3.0

mixpanel-unity - v2.2.3 - Bug fixes

Published by zihejia over 3 years ago

  • Remove $ios_ifa
mixpanel-unity - v2.2.2 - Bug fixes

Published by zihejia almost 4 years ago

Fixes

mixpanel-unity - iOS 14 compliant

Published by patedit about 4 years ago

  • Remove $ios_ifa user property to be iOS 14 compliant. If you have access to the IDFA value you can always set it as a people property with Mixpanel.People.Set("$ios_ifa", IDFA_VALUE)

  • Improve re-utilization of objects

mixpanel-unity - Performance improvements

Published by patedit over 4 years ago

mixpanel-unity - Avoid orphan profiles

Published by patedit over 4 years ago

mixpanel-unity - Allow change of project token at runtime

Published by patedit almost 5 years ago

  • Added SetToken() method to set project token programmatically
mixpanel-unity - Release v2.1.1

Published by patedit almost 5 years ago

  • Added support for older Unity versions if .NET 4.x equivalent is the selected scripting runtime version
  • Fix value serialize/deserialize bug (#93)
mixpanel-unity - Release 2.1.0

Published by patedit almost 5 years ago

Fixes

New features

  • Added de-duplication logic to prevent duplicated events to exist in your project
  • Added an integration event
  • Added new default event and people properties
mixpanel-unity - v2.0.0

Published by rocktavious about 5 years ago

This version is a complete rewrite of the library to support ALL platforms that unity can compile to.

The basis for this rewrite was https://github.com/mixpanel/mixpanel-unity/issues/10 to support WebGL but since the library was rewriten in plain c# it should work for any platform unity can compile to.

The API has stayed complient with the documentation though there maybe a few changes to a few of the mixpanel properties that come though automatically due to unity not having access to certain system/device information easily

The github repo has also been structured so that it supports the Unity 2018.3 package manager (please see the README for package manager install instructions)

This version of the library should support backwards compatibility with Unity 2018.x but it has only been tested with the 2018 LTS release.

mixpanel-unity - v1.3.1 - Bug fixes

Published by zihejia about 6 years ago

  • Turn off debugging log for ssl library
mixpanel-unity - v1.3.0 - Unity 2018 support

Published by zihejia about 6 years ago

mixpanel-unity - Release v1.2.0 - GDPR support and Bug fixes

Published by zihejia over 6 years ago

mixpanel-unity - Release v1.1.1 - Bug fixes

Published by pchien almost 7 years ago

mixpanel-unity - Release v1.1.0

Published by patedit about 7 years ago

  • Improvements
    • Persist alias and protect users from identifying the user as their alias
    • Reset distinct_id and alias when reset is called
    • Clean ups
  • Fixes
    • Switching platforms could lead to MixpanelPostProcessor been executed at the wrong time
    • Reversed the attribution of app build number and version string ($app_build_number and $app_version_string)
    • Fix crash occurring only for Android when AdvertisingIdClient.Info.getId() was returning null.
mixpanel-unity - Release v1.0.1

Published by samgreen over 8 years ago

  • iOS
    • Added optional support for advertisingIdentifier
    • Added support for Bitcode
  • Windows
    • Added missing dependency for x86 and x86_64
  • All Platforms
    • Networking now respects the HTTP Retry-After header
    • Networking now backs off exponentially on failure
Package Rankings
Top 19.72% on Npmjs.org
Related Projects