Reputation: 3713
I cannot figure out how to view event parameters on the Firebase console. I have confirmed that the parameters are sent and received correctly: on the individual event page, I can view event parameters for the last 30 minutes:
The only guide/suggestion I found was to click on the overflow menu next to an event, then select "Edit Parameter Reporting" but I do not have this option:
How do I analyse the event parameters?
Upvotes: 3
Views: 936
Reputation: 3800
You'll need to add your custom parameter for reporting. However, it seems that Firebase recently deprecated this feature and replaced it with custom dimensions and metrics.
What's the difference between the two?
If you can't see the custom dimensions and metrics feature yet, maybe your project is still being migrated.
You should be able to see the button to create custom dimensions and metrics on Events page. The custom dimensions are your parameters with text value, while the custom metrics are your parameters with numeric value. After you register the parameters, it should be added on the events details page for succeeding data.
Upvotes: 2