Skip to content

Releases: daattali/shinymixpanel

shinymixpanel v0.2.0

24 Feb 20:02
f8773d9
Compare
Choose a tag to compare
  • Allow sending Mixpanel event tracking from non-shiny R scripts
  • Add track_client and track_server parameters to mp_init(). When Mixpanel tracking is disabled in a user's browser (for example because of an Ad Blocker), if track_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

27 Oct 00:17
c78bb00
Compare
Choose a tag to compare

Initial release - fully working on client-side. Documentation is not complete.