Releases: daattali/shinymixpanel
Releases · daattali/shinymixpanel
shinymixpanel v0.2.0
- Allow sending Mixpanel event tracking from non-shiny R scripts
- Add
track_client
andtrack_server
parameters tomp_init()
. When Mixpanel tracking is disabled in a user's browser (for example because of an Ad Blocker), iftrack_server = TRUE
then {shinymixpanel} will automatically send event data using Mixpanel's server API calls instead. Using the server calls is inferior because some data about the user is lost such as geolocation. - Add full documentation
shinymixpanel v0.1.0
Initial release - fully working on client-side. Documentation is not complete.