Search code examples
fluttergoogle-analyticsfirebase-analytics

Is there any way to store events parameter in google analytics in flutter?


I am trying to store the event parameters to google analytics but It is only displaying in realtime. I want to see all the parameters related to the event in dashboard. How did I do that?


Solution

  • In your google analytics go to Custom Dimension and set some Custom Dimensions. Follow this https://stackoverflow.com/a/69786358/11445727

    Let me know if it works for you.