Hello Everyone,
I have linked Firebase with Big Query, and I was consistently receiving the ‘app open’ event from Firebase in Big Query until specific date. After this date, the ‘app open’ event stopped appearing in my Big Query dataset.
Hello Everyone,
I have linked Firebase with Big Query, and I was consistently receiving the ‘app open’ event from Firebase in Big Query until specific date. After this date, the ‘app open’ event stopped appearing in my Big Query dataset.
Hi @Ameya1301 ,
Welcome to Google Cloud Community!
It seems that you’re using a custom parameter or event named app_open. However, you’ve mentioned that this event is from Firebase Analytics. Could you confirm if you’re referring to first_open event instead? Just to add, first_open event is listed as one of the automatic collected event in Google Analytics so BigQuery should be logging this. If not, I suggest to check the following configuration on your end:
If you are referring to app_open event, it is possible that recent changes on your end may have prevented it from being logged in your dataset. You may consider checking the following:
Hope this helps.