Firebase Analytics Custom Events Params

How to view event parameters from Firebase console

It looks like you're logging the correct event and parameters. It should produce a select_content report that looks like the attached. You don't need to create an audience to see this.

Sample Image

Firebase analytics find custom event parameters

I found the change.

There is a Custom definitions in the Analytics menu

You should create your custom definitions on this page

And set the Event parameter as your param in your app

Sample Image

you should wait some hours or a day. after that you can see the result on the Event page in your event

Sample Image

Firebase Analytics custom events paramethers on Dashboard

For seeing parameters in firebase dashboard first check if the event is triggered in DebugView and then you need to define some custom definitions.

Sample Image

In new custom definition choose from your previously given parameters. Normally it takes several hours to get the parameters in event parameter.

Sample Image

The parameter will be shown in Dashboard as event parameter after 24 hours and you can download it as CSV/PDF

Sample Image

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.

Firebase Analytics custom events params

[Update, May 2017]

As of May 2017, custom parameter reporting is now supported in Google Analytics for Firebase. Please refer to this help center article for more details.

How to report parameters in Firebase Analytics Events

Now this is done using Custom Definitions in Firebase, according to this doc: https://support.google.com/analytics/answer/10075209

You need to go to Firebase Console and define Custom Definitions
Sample Image

After that and after you wait for 24hrs in Google Analytics you should be able to see this custom dimension with your custom event and custom parameters

Sample Image

Filter GA events by event's parameters

Adding new parameters to Custom definitions enables us to use them on filters.

Go Configute -> Custom definitions -> Create Custom definitions.

Sample Image

Fully credit to @Eike Pierstorff



Related Topics



Leave a reply



Submit