Firebase Analytics - Missing custom parameters in debug view

2,010 views
Skip to first unread message

Emil

unread,
Jul 29, 2019, 9:39:12 AM7/29/19
to Firebase Google Group

Hello,

I tried to log a custom event with some custom parameters using logEvent with the following code:

Bundle bundle = new Bundle();
bundle.putString("CUSTOM NAME_1", "VALUE");
bundle.putString("CUSTOM NAME_2", "VALUE");
bundle.putString("CUSTOM NAME_3", "VALUE");
mFirebaseAnalytics.logEvent("CUSTOM EVENT", bundle);

I found some of my custom parameters are missing in some events, and only some default parameters(ga_session_id, ga_session_number) are recorded.

Is it a bug in the Debug View only? Does it affect the analytics data actually stored in the database?

Kato Richardson

unread,
Jul 29, 2019, 1:07:33 PM7/29/19
to Firebase Google Group
Hello Emil,

Assuming your app has been collecting data for at least 3 days, could you query your BigQuery DB and see if the custom parameters exist there?

☼, Kato

--
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/126529ec-55fd-4d01-9469-a0f8098f2df4%40googlegroups.com.


--

Kato Richardson | Developer Programs Eng | kato...@google.com | 775-235-8398

Emil

unread,
Jul 30, 2019, 2:08:21 PM7/30/19
to Firebase Google Group
Hello Kato,

I have sent an email to the Firebase support regarding above issue.
They replied that the missing of some parameters is a known bug,
but it won't affect the data stored in the analytics database, just a problem in the debug view only.

btw, thanks for your reply.


On Tuesday, 30 July 2019 01:07:33 UTC+8, Kato Richardson wrote:
Hello Emil,

Assuming your app has been collecting data for at least 3 days, could you query your BigQuery DB and see if the custom parameters exist there?

☼, Kato

On Mon, Jul 29, 2019 at 6:39 AM Emil <hohoho1...@gmail.com> wrote:

Hello,

I tried to log a custom event with some custom parameters using logEvent with the following code:

Bundle bundle = new Bundle();
bundle.putString("CUSTOM NAME_1", "VALUE");
bundle.putString("CUSTOM NAME_2", "VALUE");
bundle.putString("CUSTOM NAME_3", "VALUE");
mFirebaseAnalytics.logEvent("CUSTOM EVENT", bundle);

I found some of my custom parameters are missing in some events, and only some default parameters(ga_session_id, ga_session_number) are recorded.

Is it a bug in the Debug View only? Does it affect the analytics data actually stored in the database?

--
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 fireba...@googlegroups.com.

Kato Richardson

unread,
Jul 31, 2019, 10:04:24 AM7/31/19
to Firebase Google Group
Thanks for circling back and letting us know!

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/ef5ecb51-76eb-4caa-a3de-68ac598d691f%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages