laravel-mixpanel icon indicating copy to clipboard operation
laravel-mixpanel copied to clipboard

Intuitive drop-in analytics.

Results 27 laravel-mixpanel issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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.

enhancement

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...

enhancement

Now that mixpanel no longer supports auto tracking, how do we track page views.

enhancement

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.

enhancement
follow-up required

https://github.com/emergingdzns/laravel-mixpanel

enhancement

Some articles to look through for smart tracking strategies: - http://500.co/mixpanel-pitfalls-how-to-get-it-right/

enhancement
follow-up required