android - Firebase Console View Bundle detail values -


i'm aware of google analytics capturing stats etc in android app.

recently migrated firbease console , setup couple of bundle id's mention in firebase document https://firebase.google.com/docs/analytics/android/events problem don't see rest of bundle id see primary id.

can please guide see rest of values in firebase console ( values i'm looking quizname, questions, correctanswers, correctansratio)

i can see these data correctly send in logcat don't see quizname, questions in firebase console. see userdata value. missing anything?

//log analytics result bundle         bundle bundle = new bundle();         player player = preferenceshelper.getplayer(getactivity());         bundle.putstring("quizname",mcategory.getname());         bundle.putstring("questions",integer.tostring(icount));         bundle.putint("correctanswers",isolve);         bundle.putfloat("correctansratio",(float)(isolve *100.0)/icount);         mfirebaseanalytics.logevent("userdata",bundle); 

enter image description here

actually can't view raw data directly in firebase analytics console. can use create audiences. didn't remember said in 1 of firebase dev summit analytics event(may in this one).

however, can export bigquery (only in blaze plan) , there can query data want. there talk in recent firebase dev summit. (https://youtu.be/zsscc6rxygk?t=18m21s)


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -