laravel-analytics-event-tracking icon indicating copy to clipboard operation
laravel-analytics-event-tracking copied to clipboard

Laravel package to easily send events to Google Analytics

Results 5 laravel-analytics-event-tracking issues
Sort by recently updated
recently updated
newest added

Hello! I'm looking at different options to support server side analytics for Google Analytics 4 and landed on your package. In the readme you say that you support Google Analytics...

The php-ga-measurement-protocol package is passing null instead of an empty string, on /vendor/theiconic/php-ga-measurement-protocol/src/Network/PrepareUrl.php on line 48 causing an error and not sending the http request. https://github.com/theiconic/php-ga-measurement-protocol/issues/108

Hello, I've been trying to implement DispatchAnalyticsJob in the Registered event, but am having trouble getting the event to show up in analytics. ``` protected $listen = array( Registered::class =>...