Integration between Willow and the Mixpanel Javascript API
- The code is licensed under MIT.
- The documentation is licensed under CC BY-SA 4.0.
To load the project in a Pharo image follow these instructions.
Include WillowMixpanelMetadataLibrary
in the libraries updating the application
root.
(WillowMixpanelMetadataLibrary using: 'YOUR_MIXPANEL_TOKEN') updateRoot: aRoot
This will load the mixpanel support and then start tracking your events:
button onTrigger sendToMixpanel: [:mixpanel | mixpanel track: 'User event' ]
Check the Contribution Guidelines