F
Filament2y ago
bzy

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
3 Replies
Dennis Koch
Dennis Koch2y ago
I think Google also supports server side events and that would be the best way to solve this.
bzy
bzyOP2y ago
thanks. I'll check it out.

Did you find this page helpful?