Hi there, I’m looking into integrating analytics into our app, and I came across this service:
Adding the service fails (‘Failed to find the service “analytics”’), and it looks like the API to use it with isn’t finished yet. Is it not possible to use the service right now?
If not, what is commonly used with Ionic for tracking? Google Analytics seems to be popular, but I’m finding a lot of conflicting information about plugin compatibility or how to best get that working.
Real time won’t work right away when you create the app id (I gave it a day or two before trying) but the reporting will (reporting information shows up a day later)
This plugin isn’t supported by PhoneGap Build (last I checked)
You need to track a page view for it to show data
If you’re using PhoneGap Build I would read through this post: GaPlugin with Ionic
I never successfully implemented the GaPlugin, but I stopped using PhoneGap Build.
@fabioferrero the main reason is the deep integration of having an angular based analytics plugin. Google analytics is fine for overall web usage, but falls a bit short in mobile applications. $cordovaGoogleAnalytics is a fine stand in, but what you really want is what the guys at Drifty are dreaming up!
Simple tagging of attributes/events can/will be MUCH easier with an analytics system built specifically for the ionic platform/angular.
Hi, based on the docs, it seems as the Ionic Analytics service is now ready. But where do I go to see the analytics themselves? I don’t see an analytics option in my apps.ionic.io area.
Hi, I am at also at the stage of plugging analytics into my app and was going to use the cordova analytics plugin until I discovered ionic analytics. The only reason I am holding off is the same reason mentioned by @jason_engage - how do we access the analytics UI? I can only assume it is not available yet? Any info on this would be appreciated, thanks.