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.
--
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.
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/126529ec-55fd-4d01-9469-a0f8098f2df4%40googlegroups.com.
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.