Reputation: 11
The firebase data of my custom events(not using the firebase basic events) are not showing on the firebase console although only the event name is showing in the events tab but not displaying any custom parameter name and value of that event. I have also read somewhere that I need to add custom dimensions for it inside the firebase console but how can we do it and what should be exactly placed inside there as the dimensions look a lot more different than the events. Any help, please.
Upvotes: 1
Views: 819
Reputation: 159
You have to use Custom Dimension if you are sending string value for parameter or Custom Metric if you are sending int value.
On the Left side of your console, Go to Custom Definitions, Create a Custom Dimension or Metric according to your need. Provide the information:
Upvotes: 1