When we tried to add this plugin with cordova mobile apps(both ios & android), we are not able to see any results. We are not sure whether it is working properly or not. Actually we are not clear with the steps for the integration. Could you people please provide step by step guide(both analytics project setup & plugin integration) to integrate this with our app.
Dev details:-
-
Added plugin like below

-
Initiated in the ondevice ready event like below
window.ga.startTrackerWithId('UA-XXXX-XX', 30);
-
Tracked view details like below
window.ga.trackView(${window.device.platform} : Mobile App Login Screen);