bezhanSalleh / filament-google-analytics

Google Analytics integration with Filamentphp (FilamentAdmin)
MIT License
173 stars 31 forks source link

Fixes for new setup of GA4 #40

Closed timsinakiran closed 1 year ago

timsinakiran commented 1 year ago

Analytics::fetchTotalVisitorsAndPageViews(Period::days(1)) returns empty result and hence the application crashes if the condition is not checked.

bezhanSalleh commented 1 year ago

Thanks.