-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
32 lines (18 loc) · 792 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
No longer maintained.
## mrlundis has picked up the torch! Go here for latest and greatest, https://github.com/hyperlab/TiMixpanel
You can use it as a starting point and upgrade the various bits and bobs to get it running.
# Mixpanel API Module
## Description
Module to use the Mixpanel API with your Titanium Project.
Currently only offers basic tracking functionality. See example/app.js for what's been implemented.
## Usage
See example/app.js for usage example.
## Known Issues
* Interval doesn't seem to be working. Info is only delivered when the app is backgrounded/paused.
* Can't get flush working, to allow for manual flushing of data to Mixpanel.
* Not all the API is exposed at the moment.
## Author
Mitchell Amihod
twitter: @meeech
## License
See LICENSE doc.