Hacker News new | ask | show | jobs
by kamel3d 989 days ago
Could you recommend some alternatives to Google Analytics? I am developing a plugin for Photoshop using UXP, and I have been unable to integrate it with GA.
2 comments

Plausible seems like a fine choice for simple cases. It is oriented at websites, but you can send events directly to the API: https://plausible.io/docs/events-api

It is self-hostable, too. https://github.com/plausible/hosting

We use Matomo and have been fairly happy with it.