Hello. I’ve initiated analythics in my app using the following:
local analytics = require "analytics" analytics.init("X6YPFYT6NPJYF5xxxxxx")
When I try to log an event I add the following codes to the functions:
analytics.logEvent("Start Button")
analytics.logEvent("About Section")
analytics.logEvent("Level1: Button1 pressed")
etc.
I can’t find in my Flurry account where those actions appear. Can’t I track what a user does?
Later edit: I am the only user that installed the app and I have waited a day for the stats to appear. I am just interested to know if I can see what I accesed inside the app.
Thank you.
