Sideshow Bob
Sideshow Bob

Reputation: 4716

Firebase: analyze "post score" events

Firebase provides a default event type for posting game scores. It includes parameters for the game level, character and score that was posted. However, viewing this event in the Firebase analytics console I can't see the level/character/score data anywhere, though I can see the total number of "post score" events.

How can I analyze e.g. the distribution of scores, or the average level achieved per game, etc?

Upvotes: 2

Views: 814

Answers (1)

Dan Morenus
Dan Morenus

Reputation: 1088

Not all predefined event params are reflected in reports. You have a couple of options for further analysis: you can create audiences with filters based on the param values you're interested in, or you can use BigQuery for more in-depth analysis of your data.
EDIT: You can now set up custom parameter reporting.

Upvotes: 2

Related Questions