Android Firebase Analytics: predefined and custom parameters not working

倖福魔咒の 提交于 2019-12-02 08:48:29

I'm supposing that your params object is a composed array with the similar values

{
    "item_category" : "t-shirts",
    "item_name" : "abc",
    "item_location_id" : "ChIJiyj437sx3YAR9kUWC8QkLzQ",
    "currency" : "USD",
    "value" : 3.99,
    "coupon" : "zz123",
    "item_id" : "p7654",
    "quantity" : 1
}

If that is the case then you are in the right way to create the event. But you are trying to see the event values in the Parameter Reporting section in the Firebase Console. I analysed based on the image you attached.

If you want to see the event values I recommend check the event dashboard report by clicking on the event name instead of the tab Parameter Reporting, follow this link, it shows you an example of how Firebase Events are organized in the Dashboard Console.

I hope this helps you.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!