Android Firebase analytics event display in debuggable view but not showing in event-dashboard aftee 4-5 hours

1,357 views
Skip to first unread message

Ramesh Turi

unread,
Jan 31, 2020, 10:30:23 AM1/31/20
to Firebase Google Group

Hello sir
I have successfully integrated firebase analytics in my android app. and i am logging event using below code

if ((activity!! as UserActivity).firebaseAnalytics != null) {
   
(activity!! as UserActivity).firebaseAnalytics.logEvent(
       
"SUBSCRIBE",
       
null
    )
}

in logcat, it will display 
Logging event (FE): SUBSCRIBE, Bundle[{ga_event_origin(_o)=app, ga_screen_class(_sc)=UserActivity, ga_screen_id(_si)=7721806769597664361}]

In debugable view ,it also display real time event but in dashboard its not showing

So what is the issue behind this ? is there any setting or customization needed for display in dashboard event ?

Thanks in advance


Sam Stern

unread,
Jan 31, 2020, 10:52:38 AM1/31/20
to Firebase Google Group
Hey Ramesh,

That's actually the intended behavior.  DebugView is a shortcut to show events fr.a handful of devices in realtime but the dashboard still needs 4+ hours to make collect all the data for your app and make reports.  

If you want a real time sample of all your app's users, try StreamView.  

Sam

--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-tal...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/49445055-9d11-4c49-b5d2-d7cd06b7cc28%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages