I use ads in my app using Google Admob. My goal is to make deep analysis on my app. I linked my app with Firebase and Google Analytics. Also I connected Firebase with Admob and link Firebase to BigQuery. But I can't see full events from Admob in BigQuery. Parameters I want to see per event is at least user_id, screen_name and ad_id. It would be great if I also will see how much money I receive from every ad shown. I know that this data is shown in Firebase and Google Analytics, but it shown in very general way, my goal is to investiagete it deeper.
Thanks!
Scheme
Received event example
Related
I have integrated firebase analytics into my android project but I am not able to understand how to manage campaign tracking with firebase analytics.
Right no we are seeing only 3 parameter
direct
Not set
google-play
but our promotion is going on at Facebook, Google, Whatsapp etc sites, unfortunately, we are not able to track how many installs from which campaign.
As I know we can track by google Campaign Measurement but it needs google analytics and I don't want to add Google analytics in my project again.
If anyone has a better solution for this problem kindly propose to me.
In order to track installs coming from google adwords you have to connect your adwords account to your firebase project by following the steps listed in here :
https://support.google.com/adwords/answer/6333536?co=ADWORDS.IsAWNCustomer%3Dfalse&hl=en
Once you do so a new 4th source would start appearing under the name "google" this will report back on installs coming specifically from your Adwords account campaigns connected to firebase.
Unfortunately for Facebook and Whatsapp you have to either use deep_links when available but you cannot track from firebase directly.
I hope this answer helps.
Good luck !
I have a project/app in Firebase which is currently linked to it's corresponding AdMob app.
Unfortunately, a series of bizarre events has led to my AdMob account being inaccessible. My AdSense account is fine. (Actually, my AdMob account is still working it's just that I can't log into it).
AdSense/AdMob support have advised me that I need to delete my AdMob/AdSense accounts and then set up other accounts under a new email address.
However, in order to delete my AdMob account, I need to first remove the link between Firebase and AdMob, which isn't possible because I can't log into AdMob...
Would be grateful for any suggestions
https://support.google.com/firebase/answer/6387949?hl=en#unlink
Currently, linking and unlinking can only be done in AdMob after sign in to your account.
Maybe deleting your admob account can able to automatically unlink your firebase, but i'm not sure in that. So please concern with their team and stackoverflow is not a place to non coding related topics.
Hi I see (not set) attribution in Firebase Analytic's attribution option along with (Direct) and rest of my attributions...What does it mean? when it gets trigger?
It is the same as in AdWords.
If (not set) appears in your AdWords reports, it means that the website or app you're tracking in the Analytics account is receiving traffic from an AdWords account that is not linked to the reporting view.
To know more, take a look here.
I have followed this tutorial: https://support.google.com/firebase/answer/7378163 and tried to integrate Admob and Firebase Analytics but I can't see any events (ad_click, ad_impression) in Debug View (as described in verify section).
I have tried with both 11.0.1 version and 10.2.3 (beta) with no success (for Firebase Analytics SDK and Mobile Ads SDK dependencies).
I have also added exception (keep) to Proguard file for FirebaseAnalytics and AppMeasurement.
Admob is correctly linked with Firebase - I know that because I already can see some data from Admob in Firebase Analytics in production where I use version 10.2.6.
Is there a reason why this still wouldn't work?
Reply from Firebase support regarding missing Admob events in Firebase Analytics:
"I just heard back from our engineers. They've confirmed that you've configured things correctly, but we're still in the midst of rolling out this functionality, which is why you're only seeing a portion of the traffic. In the near term though, we expect the metrics to converge. "
When I specifically asked about why I don't see events at least in DebugView:
"Same cause - not all devices have this functionality enabled at this time and thus ad_click/ad_impression events are not logged."
Might be that Firebase doesn't refresh their analytics data right away, as, with Google Analytics, it might take a couple of hours, even a day to fully send the reports to the dashboard as mentioned in these posts:
How Long Does it Take for My Firebase Analytics Data to Show Up?
How much time does it take for firebase analytics first report?
To understand latency with Firebase Analytics, there are two potential
delays you need to be aware of:
The time it takes for analytics data on the client to be sent over to
the Firebase Analytics servers.
The time it takes for Firebase Analytics data to be displayed to you in the Firebase console once
it's been received on the server.
I am trying to figure out the way to see AdMob earnings data on Analytics. I would like to see, for example, the earnings produced by the New Users segment. I have already linked my AdMob and Firebase accounts but I still can't see how to generate this kind of reports.
As this google tutorial, you can do it:
First, go to your AdMob account and on analyze tab, click on Link to Firebase on the app you want to connect, confirm the policy confirmation and select your project. You will be promted to integrate the Firebase SDK
I hope it helps :)