Can I track my Firebase function in Google Analyti

2019-08-27 22:39发布

问题:

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.