Search code examples
google-analyticsgoogle-analytics-apifirebase-analyticsgoogle-analytics-firebase

How to use Google Analytics web+api property to fetch analytics data and display on third party dashboard


AS Google Analytics Services SDK sunset On October 31st, 2019 they stop processing incoming hits for this property. and ask to use latest App + Web property, which utilizes Google Analytics for Firebase SDK.

I have successfully linked firebase with app+web property.

Now my question is , how i can fetch that analytics data useing that property ID and display on third party website? I am successfully able to capture app analytics data i just want to display that report with API. how i can use propertyID to fetch that data.

With web_app property there is no View(ViewID) as previous.

Any help on this?


Solution

  • There's no public API to get the firebase-backed App + Web analytics data. However, you might have enabled BigQuery integration and use BigQuery API to make requests to analytics tables.