mixpanel-js
mixpanel-js copied to clipboard
Official Mixpanel JavaScript Client Library
https://github.com/mixpanel/mixpanel-iphone/issues/642 Coming from the iPhone issue, which had the solution to the iPhone version of my problem, but does not exist in JavaScript. I am using JavaScript and I am...
I can't seem to actually call this function ever? Has it been removed or changed but the docs aren't updated?
Hey folks, So unless I'm mistaken, both `alias` and `identify` don't allow for a callback function - this seems suboptimal _especially_ for identify, since that's supposed to be called on...
`mixpanel-js` is big. The approach I'm taking here is to use modern browsers capabilities to decrease the code size, but a bigger win might come from splitting the lib up...
Hi Team, Just came across the following file in mixpanel-js library: https://github.com/mixpanel/mixpanel-js/blob/master/src/mixpanel-core.js On line #3084 and #3234, there is a reference to a StackOverflow URL. As the StackOverflow subscriber's content...
Hello, I am looking at the documentation of `opt_in_tracking()` https://mixpanel.com/help/reference/javascript-full-api-reference#mixpanel.opt_in_tracking Could you clarify to me if the opt_in is enabled or disabled by default? What consequence does it have on...
Refused to load the script 'http://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js' because it violates the following Content Security Policy directive: "script-src 'self' 'unsafe-eval' Any suggestions?
Would you consider supporting sending data using the Beacon API https://developer.mozilla.org/en-US/docs/Web/API/Beacon_API as an option? Browser support is pretty good nowadays https://caniuse.com/#search=beacon. It lets analytics data be sent reliably even while...
I've spent the whole day trying to load the module in my Angular 2 app as you describe in your examples/es2015-babelify/ I've tried everything and I keep getting `error TS2307:...
Do you have plans regarding cordova support? There are two main concerns when it comes to cordova support using mixpanel-js: 1. The current implementation is cookie based 2. Offline support...