Firebase Custom Event Parameters Not Visible in Console

Firebase analytics event parameters not showing in console

You don't seem to have any error in your code.

In the events tab of the Firebase Analytics console you have to click the three vertical dots on the right of your session_button event and do Edit parameter reporting. From there you can add the parameter that you want. Your custom label parameter should be on that list assuming the event has been triggered at some point. Following this your parameters should show up in other views.

Firebase custom event parameters analysis on console

You'll need to add your custom parameter for reporting. However, it seems that Firebase recently deprecated this feature and replaced it with custom dimensions and metrics.

What's the difference between the two?

  • With custom-parameter reporting, parameters were identified for individual events.
  • With custom dimensions and metrics, parameters are identified for property-wide dimensions and metrics, so you can create a single dimension or metric based on a parameter and report on it for as many events as you like.

If you can't see the custom dimensions and metrics feature yet, maybe your project is still being migrated.

You should be able to see the button to create custom dimensions and metrics on Events page. The custom dimensions are your parameters with text value, while the custom metrics are your parameters with numeric value. After you register the parameters, it should be added on the events details page for succeeding data.



Related Topics



Leave a reply



Submit