Hacker News new | ask | show | jobs
by blahblah4332 2128 days ago
This would definitely be really interesting if it had the ability to create analytics in response to UI interactions. There are a lot of SPAs out there that use analytics for feature tracking, and the self-hosted aspect would fit well with those users.
1 comments

Event tracking is already supported in the build. I just haven't completed the UI components yet. You simply add a custom CSS class on an element and it will automatically be tracked.
Oh OK, I didn't see that when I scanned the documentation. CSS is an interesting solution for that