Is it possible to detect deletions with Google Analytics?
The FilamentPHP documentation doesn't seem to have any information about Google Analytics.
In the article linked below, they set up a GA tag to be loaded by a file with render hooks, but I thought detecting deletions in Filament wouldn't be possible due to the use of modals.
https://laraveldaily.com/post/add-google-analytics-code-to-filament-render-hooks
Laravel Daily
Add Google Analytics Code to Filament: Render Hooks
3 Replies
I think Google also supports server side events and that would be the best way to solve this.
https://cloud.google.com/appengine/docs/standard/integrating-with-analytics?tab=php#server-side_analytics_collection you can check here for server side GA
thanks. I'll check it out.