Analyzing Clickstream data through firebase

571 Views Asked by At

Let me pitch my situation and see what you think the best solution is.

Problem: Trying to analyze clickstream data.

Current Situation: Currently we have data flowing into google firebase to analyze app activity. it works great to measure MUA and some basic event analysis. However, i'd love to drill deeper and be able to query the data myself. For example we have an event setup to show when a user views the rate structure of a parking garage. I have an event that tells me how often a user starts a session then clicks that...but nothing that tells me how often they do that at each location.

I have begun to use bigquery to attempt to analyze this but its a little clunky. Partly because I'm still getting used to it. Are there any other ideas on the best way to do this?

1

There are 1 best solutions below

0
On

As @Sabri mentioned, BigQuery can help you achieve a detailed analysis using SQL. To export your Firebase data, you can use the feature: 'BigQuery Export for Firebase' to export Google Analytics for Firebase information to BigQuery. Additionally, I recommend that you contact the Firebase support team, they can tell you if the exporting feature, exports all the information you need for your requirements.