Best analytics apps for ionic?

Hey guys

wondering what the best analytics app is for ionic capacitor project? I saw people mention firebase analytics as being good but my company doesnt want a 3rd party getting our data (dont ask lol). We are mostly interested in what buttons are being clicked or screens being visited.

Thanks :slight_smile:

That’s not really an “ionic” related question. Ionic is an UI Framework and has nothing to do with analytics. So you should basically search for other analytics providers in general.

Some time ago i randomly came across Aptabase, maybe this is something you can look into. It has several SDK’s already, but non for Capacitor yet. I opened this Issue there some time ago, but then switched to firebase and didn’t had the time to create a capacitor plugin.

But if you are familiar with it, it should be easily created and maybe then transferred into their org. But maybe the js sdk is already enough for your use-case

If we have our own analytics server, is there a way to use aptabase angular sdk to simply help collect all the events that can then be sent to our server?