Saturday, September 19, 2020

Firebase Analytics, How to add custom parameter reporting

Google Analytics for Firebase lets you specify up to 25 custom parameters per event

You can also identify up to 100 custom event parameters per project (50 numeric and 50 text) to include in reporting by registering those parameters with their corresponding events. Once you register your custom parameters, Google Analytics for Firebase displays a corresponding data card in each related event-detail report.


To register custom parameters for an event:


In Analytics for Firebase, navigate to your app.

Click Events.

In the row for the event you want to modify, click More > Edit parameter reporting.

In the Enter parameter name field, enter the name of the parameter you'd like to register.

If a match is found, select it in the list and click ADD.

If no match is found, click ADD.

Set the Type field to Text or Number. For numeric parameters, set the Unit of Measurement field.

Click SAVE, then click CONFIRM.

On the Events page, any event with registered parameters has a gray box next to the event name with the number of registered parameters for that event.


To edit registered parameters:


In the row for the event, click More > Edit parameter reporting.

Add new parameters per the instructions above, or click Delete to remove a parameter.

Click SAVE, then click CONFIRM.

The per-project count for registered parameters appears at the bottom of the list of parameters. As you enter parameters, the count updates. When the quota has been reached (100), that number appears in red, indicating that you cannot register any more.


When you register custom parameters, a data card for each parameter is added to the related event-detail report. However, it may take up to 24 hours for the data card to appear. During this 24-hour period, you may see (not set) appear as a parameter value. Once that initial 24-hour period has passed, you will see the expected parameter values from that point forward.


References:

https://support.google.com/firebase/answer/7397304?hl=en


No comments:

Post a Comment