rekire
rekire

Reputation: 47945

Where can I see or filter event details in Firebase Analytics?

How can I display the bundle I send to analytics?

Here you can see the event I'm interested in:

tutorial event statistics

As you can see there are no details except of the value which didn't make sense for me.

However I know that the data are transmitted here is a Screenshot from a crash report:

Crash report with bundle details

Here you can see the parameter "tutorial_event" and "tutorial_page" which I am interested in.

Upvotes: 2

Views: 4683

Answers (1)

Dan Morenus
Dan Morenus

Reputation: 1088

Not all event params are available in reporting. However you can define audience filters that call out specific values and value ranges of params, and you can do more sophisticated processing in BigQuery. See also this answer.

Upvotes: 1

Related Questions