You do not have access to the AdSense account - firebase

I have a Firebase account and I am trying to add Admob to it. Whenever I click on Get Started button I get this error
You do not have access to the AdSense account that is connected to your AdMob account
I opened another account which has Admob and Adsense but it seems I cannot connect to it. Should they be the same email?

In short, yes. Each AdMob account must be associated with both an AdSense account and a Google Ads account. AdMob uses each of these accounts to manage certain parts of your AdMob account.
You can find detail information on how Admob use Adsense en Google Ads here.

Related

Google analytics with firebase not showing

I have firebase analytics for my app, works perfectly on the firebase site.
But when I clicked on View more in Google Analytics, it is giving me an error.
You do not have access to the account, property, or view. Contact an Analytics administrator who has the Manage Users permission.
And I checked the integration in firebase project settings it says it is linked.
I see the Property ID there, but I can't find this Property ID in Google analytics...
I tried giving permission to Google Analytics property to the firebase-service-account and firebase-admin-SDK, I gave them an Analyst Role, but yet to be working.
when I create a new project for the same account it's linked easily.
What can I do??
You need to have at least an Editor role to the Google Analytics account/property, since your Analytics data now resides in the Google Analytics property, and not within the Firebase project. That's why you need to have matching user permissions in both Firebase and Google Analytics. You can use this troubleshooter to reach out to Google Analytics team and check how you can get access to the connected GA account in your Firebase project. You can check the GA account and GA property connected to your Firebase project in the Firebase Project Settings > Integrations tab> Google Analytics card.

Linking google Ads account to firebase

I have linked my app on firebase to my google ads account, but unfortunately it is showing as unknown account. As you can see below:
Is there any other step I need to follow from the google ads side to complete this integration?

Unable to enable google analytics for bigquery linking in firebase

I have an android app which has firebase analytics enabled. I am able to see events in firebase console. Now I want to connect it with big query. As I am using a team account for firebase, asked admin to give me owner access in firebase and editor access in connected google analytics account. After getting both access I tried to connect big query in firebase but it was not allowing me to select Google Analytics option while creating link. When I hover over that option it is showing message as "You need to be an Editor on the Google Analytics account linked to your project to modify BigQuery export". I am not sure what changes am I supposed to do to enable this and create a big query connection. Please help.
While you have the permissions in firebase you need to have Editor access to the Google Analytics Account as well in order to perform the connection. It is important that permission is given on the Account Level and not on the data view level.

Google Analytics - Does the Service Account have to be created from the Google profile that hosts the Google Analytics Account?

I am currently using access and refresh tokens to pull data from the Google Analytics Reporting API (v4). As I work to automate the extraction of data from Google Analytics, I hope to shift to using a Service Account. My question is does the Service Account have to be created from the Google profile that hosts the Google Analytics Account?
Anyone can create the service account but in order for the service account to have access to the analytics data you must take the service account email address and add it as a user in the Google analytics admin section at the account level then it will be able to read the data.
So as long as you know someone with admin access to the google analytics account it doesnt matter who creates the service account.

Admob data not showing up in Firebase

My app is live in the App Store. Admob ads are working fine, Firebase is logging events correctly, and my Admob and Firebase accounts are linked. However, Firebase is showing zero ad activity even though Admob is showing some meager earnings. How do I get my Admob data to migrate over to Firebase?

Resources