Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How long for custom events to show up?

Tags:

iphone

flurry

I am attempting to add analytics tracking to an iPhone application using Flurry.

I already have Flurry wired up, and it seems to be tracking sessions and usages just fine. However, I just now tried to add a custom event log, but whenever I view the Flurry analytics 'Event' page it tells me that "You are not currently tracking any Events."

In my code I'm calling

[FlurryAPI logEvent:@"Test_Load"];

From the Flurry documentation this seems to be correct, but I cannot get any Event data to show up in Flurry. Any idea if I'm just doing this wrong? Or does it sometime take a while before the event data is visible on their website?

like image 758
Jason Whitehorn Avatar asked Mar 23 '11 14:03

Jason Whitehorn


2 Answers

Sometimes it takes several hours for your analytics data to show up.

It would seem Flurry isn't exactly "real time" after all.

like image 95
Brian Dunn Avatar answered Sep 18 '22 01:09

Brian Dunn


I had the same issue in Android. the log appeared roughly 20 mins later on Flurry stats.

like image 31
virtual82 Avatar answered Sep 19 '22 01:09

virtual82