Can I track my Firebase function in Google Analytics?

我的梦境 提交于 2019-12-11 05:37:42

问题


Is there any way to perform Server-side event tracking?

Every call to my Firebase function, has to go through multiple steps. I couldn't monitor it through console logs. Actually I need to prepare an report at end of every week and month.

Looking for the better way to do this. Is there any better tool available other than Google Analytics?

Appreciate your help!


回答1:


There is no server-side API for Google Analytics for Firebase.

Some options to consider:

  • Insert events directly from the clients that also trigger the Cloud Functions.
  • Use regular Google Analytics for these stats.
  • Insert the events into BigQuery and use Data Studio for reporting.


来源:https://stackoverflow.com/questions/46282817/can-i-track-my-firebase-function-in-google-analytics

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