Hi
First of all, thanks for the easy setup guide and video for gameanalytics.com really helpful! I’m looking forward to using the tool.
I am having an odd problem though. I’ve created a custom event -
GA.newEvent ( “design”, { event_id = “LevelComplete” , level = (levelNo-1), raindropsCollected = level.getRainDropsCollectedNo(), time = timeFinish- timeStart } )
I get the following response in my terminal
GA: Submitting custom event(s): ‘design’: { time=‘10’, level=‘1’, event_id=‘LevelComplete’, raindropsCollected=‘3’ } - Server response: {“status”:“ok”}
However when I go to my project folder, there is no data available. I tried creating a custom dashboard, however “design”, “levelComplete” etc are not available.
It does seem to register that I’m playing the game in the Real-Time window, and I’ve also changed the build No.
Also on the settings for my Game Analytics project it also says
No data found for game…
- Please note that data is not available here until a day has passed.
Any idea what step I’ve missed? It seems data is being sent via the terminal but not received?
Kind Regards
Sat