Hello,
In my previous apps, I was using Google Analytics to track events and see realtime views. It now seems that it's not possible for new apps to get a Tracking ID in Google Analytics. The only thing I can do is to create a project in Firebase and link it to Google Analytics.
So for this new app (YouTrump), I have created my firebase project, and followed these tutorials:
https://www.b4x.com/android/forum/threads/firebaseanalytics-analytics-crash-reports.67708/
https://www.b4x.com/android/forum/threads/integrating-firebase-services.67692/#content
-> I've added the snippets:
Always required when using Google Play Services or Firebase:
Always required when using Firebase:
Analytics and crash reports:
Ads (AdMob)
-> Also correctly downloaded the latest JSON file from Google, and copied it to the root of my project, where my .b4A file is.
I also included Admob, which works fine. Admob is linked to firebase and displays ads correctly.
The problem comes from Firebase Analytics. I have the project created for 4 days already, but no analytics get logged..
I tried enabling DEBUG VIEW, following this tutorial:
https://support.google.com/firebase/answer/7201382?hl=en&utm_id=ad
but again, I don't get anything...
I am quite certain I followed the tutorials correctly, and reviewed all the steps one by one for the past 4 days. Any idea what could go wrong? Do I need to add the snippets for Auth and Notifications?
Thanks for your help.
In my previous apps, I was using Google Analytics to track events and see realtime views. It now seems that it's not possible for new apps to get a Tracking ID in Google Analytics. The only thing I can do is to create a project in Firebase and link it to Google Analytics.
So for this new app (YouTrump), I have created my firebase project, and followed these tutorials:
https://www.b4x.com/android/forum/threads/firebaseanalytics-analytics-crash-reports.67708/
https://www.b4x.com/android/forum/threads/integrating-firebase-services.67692/#content
-> I've added the snippets:
Always required when using Google Play Services or Firebase:
Always required when using Firebase:
Analytics and crash reports:
Ads (AdMob)
-> Also correctly downloaded the latest JSON file from Google, and copied it to the root of my project, where my .b4A file is.
I also included Admob, which works fine. Admob is linked to firebase and displays ads correctly.
The problem comes from Firebase Analytics. I have the project created for 4 days already, but no analytics get logged..
I tried enabling DEBUG VIEW, following this tutorial:
https://support.google.com/firebase/answer/7201382?hl=en&utm_id=ad
but again, I don't get anything...
I am quite certain I followed the tutorials correctly, and reviewed all the steps one by one for the past 4 days. Any idea what could go wrong? Do I need to add the snippets for Auth and Notifications?
Thanks for your help.
Last edited: