You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);
The text was updated successfully, but these errors were encountered:
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
);The text was updated successfully, but these errors were encountered: