Notifications tracking when using FCM

拜拜、爱过 提交于 2019-12-03 16:24:00

Conversion tracking is only built into Firebase Notifications. I don't think we have a public API to feed into those charts.

But if you send your messages through Firebase Cloud Messaging, you could:

  1. record the conversion events in your app by calling Firebase Analytics explicitly
  2. record more details about the converting user in your Firebase Database

You could easily accomplish the same type of functionality that way.

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