laravel-mixpanel
laravel-mixpanel copied to clipboard
Intuitive drop-in analytics.
When sending an event with a boolean property that can have the value of true or false, the property is shown when there is true value on the property and...
Adds the ability to define a getMixPanelKey method on the user class to use for the identifier - Addresses [Issue 54](https://github.com/GeneaLabs/laravel-mixpanel/issues/54) - Adds tests for default identifier and alternative identifier...
Is it possible to use a different value for identifying users instead of the default user->id for auto events? i.e. a SHA1 of the users email address.
Hi, I dont see any alias happening after i sign up for an account. This means that all the activity that happens before you sign up, wont be mapped to...
Now that mixpanel no longer supports auto tracking, how do we track page views.
Implement more robust and complete browser detection. Possibility: https://github.com/hisorange/browser-detect, but need to figure out proper service provider loading, and config handling without having to publish.
Some articles to look through for smart tracking strategies: - http://500.co/mixpanel-pitfalls-how-to-get-it-right/