Google Analytics: How to display the breakdown of an event parameter over custom period?

Viewed 465

I've an app logging an event in Firebase analytics. This event has a parameter, and I can see the breakdown of this parameter's values over the last 30 minutes:

enter image description here

I'd like to see this breakdown over longer period e.g. over the last 7 days.

How can I see or export these data using Google Analytics or Firebase Analytics ?

1 Answers

You have to activate the parameter in the interface and from the next 24h you will start seeing it in the reports.

You cannot export history unless you have linked Analytics to BigQuery.

Related