So, the Google Analytics plugin is set up correct I believe as
googleAnalytics.logScreenName( composer.getSceneName( "current" ) )
is working perfectly. However… I can’t for the life of me get it to log events!
googleAnalytics.logEvent( "userAction", "button press", "menuItem", 2 )
I’ve tried the above code, and several other variations. I’ve tried entering in each one of these into goals… but when I look at my realtime analytics, my goals, and my events nothing shows up in GA.
Is there something that I am doing wrong? I don’t understand how I can log the screen name but I can’t log events…
I also have the Flashlight and Facebook plugins installed. Could one these be causing issues?
Any help would be greatly appreciated.
Thanks!