The title says it - I made a Haxe+OpenFL SDK for Game Analytics service https://gameanalytics.com
OpenFl is currently used for cross-platform data saving (SharedObjects).
To install use:
haxelib install gameanalytics
Current features:
- Offline events saving and pushing when user goes back online
- SessionStart SessionEnd events with automatic session number and length
- Business Events
- Progress Events
- Design Events
- Error Events
Planned features:
- Current platform detection
- Better custom segments support
- [Maybe] AB testing based on custom segments
All info/source code available here: https://github.com/lion123dev/hx-game-analytics
Any feedback is appreciated!