Firebase Analytics, unable to view the values that are passed in the event

后端 未结 3 1978
生来不讨喜
生来不讨喜 2020-12-22 00:08

I am implementing Firebase Analytics in my app.

Everything works fine, I am getting the logged events in my Firebase console, but I am having trouble with the bundle

3条回答
  •  感情败类
    2020-12-22 00:24

    The VALUE parameter is meant to be numeric. See the documentation on it here.

    Of course, you can log any custom parameter you want with your event, but parameter reporting is only currently offered on a subset of suggested events. Alternatively, you can query your raw events, parameters and user properties if you link your app to BigQuery.

提交回复
热议问题