-
Notifications
You must be signed in to change notification settings - Fork 499
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can't see the analytics #574
Comments
Seems this plugin s deprecated I had worked plugin before. But now it is not works too. |
I have the same issue. It work on browser platform, but doesn't work on Android. |
You need to switch to the Google Analytics JS library. change the GA project to a web project. It works fine for me. |
@malwatte What JS library do you mean? Just including the standard analytics snippet in my |
@nicholasstephan I created a new property in Google Analytics (web site). Then added the script in There are multiple environemts in the app and the GA tracking ID is different. So I initialize the tracker in my code. I use user ID too.
then then
It works for me. I have |
@malwatte
|
i included the plugin inside my project and it's cordova based to i'm using the normal JS code .
it's the code i used inside onDeviceReady function
`
window.ga.startTrackerWithId('PROPERTY ID', 30, success = () => {
console.log('Google analytics is ready now');
}, error = e => console.log('Error starting GoogleAnalytics', e));
`
and this code prints "Google analytics is ready now" but i can't see the analytics through the web , the number of USERS IN LAST 30 MINUTES doesn't change or any other analytics .
could you help plz ?
thnx
The text was updated successfully, but these errors were encountered: