Firebase: parse "post score" events

Firebase provides a default event type for placing points in the game . It includes the parameters of the game level, character and rating that have been published. However, by looking at this event in the Firebase analytics console, I cannot see the level / symbol / score data anywhere, although I can see the total number of "post score" events.

How can I analyze eg. distribution of points or average level achieved per game, etc.

0


source to share


1 answer


Not all predefined event parameters are reflected in the reports. You have several options for further analysis: you can create audiences with filters based on parameters of interest, or you can use BigQuery to analyze your data more deeply.
EDIT: You can now customize the custom parameters report .



+2


source







All Articles