Flurry events

Hi,

I’m trying to integrate Flurry into my game and I see some sessions in the Flurry dashboard.
However, i don’t see the events I’m tracking, and the dashboard gives me this message:
“You are not currently tracking any Events.”
Do I need to define the events I want to track? I thought they were defines automatically
Where can I define them?
Thanks! [import]uid: 150930 topic_id: 31259 reply_id: 331259[/import]

bumping…
no one knows…? [import]uid: 150930 topic_id: 31259 reply_id: 125247[/import]

@paskuniak, all you need to do is to add a simple line of code for each event you want to track.

For example, if you want to track an event that represents your app has been launched by a user, you may want to add this to your main.lua: [text]analytics.logEvent(“App Launched”)[/text]

“App Launched” is an event you’ve named and created (and you don’t need to do anything else other than add this line of code inside your app.) And you can add any number of events you want to track. Until you add [text]analytics.logEvent(“my event”)[/text], nothing will ever get tracked.

I hope this helps.

Naomi [import]uid: 67217 topic_id: 31259 reply_id: 125296[/import]

bumping…
no one knows…? [import]uid: 150930 topic_id: 31259 reply_id: 125247[/import]

@paskuniak, all you need to do is to add a simple line of code for each event you want to track.

For example, if you want to track an event that represents your app has been launched by a user, you may want to add this to your main.lua: [text]analytics.logEvent(“App Launched”)[/text]

“App Launched” is an event you’ve named and created (and you don’t need to do anything else other than add this line of code inside your app.) And you can add any number of events you want to track. Until you add [text]analytics.logEvent(“my event”)[/text], nothing will ever get tracked.

I hope this helps.

Naomi [import]uid: 67217 topic_id: 31259 reply_id: 125296[/import]