danwilson / google-analytics-plugin

Cordova (PhoneGap) Plugin to connect to the native Google's Universal Analytics SDK 3.0
MIT License
695 stars 501 forks source link

trackEvent is not working #465

Open saadaliesketchers opened 7 years ago

saadaliesketchers commented 7 years ago

I am not able to see trackEvent stats update on google analytics dashboard. While trackView is working fine. I checked the log when I hit trackView I can see the hit in the logs but in case of trackEvent nothing shows up.

Regards Saad Ali

psdevelopment commented 7 years ago

on ios there is no problem with events. but on android we discovered same problem.

our (dirty) solution was to manually dispatch after every tracking-action. seems that multiple analytics actions overwrite each other?!

victorsosa commented 6 years ago

@psdevelopment I see, I will test that.

Nuajan commented 6 years ago

Hi, any updates on this? I'm still facing same problem with latest version... No way to track events. (no data on Analytics panel seems to be tracked)

regards. J>