Hi, I want to access Firebase analytics data through BigQuery, but I get the error in the images Google Analytics I have all the permissions.
Related
App Engagement Campaigns that are present in the Google Analytics Interface are not present in BigQuery.
All other campaign data gets transferred to BigQuery.
Is there a specific reason for this behavior in the transfer job?
The transfer job only uses the Google Adwords v201809 version of the API.
App Engagement Campaigns were only added in the newer Google Ads API.
You will need to set up a connection the the new API in order to pull in that type of campaign (as well as a host of other ad types).
I see that the Firebase console only shows MAU at the project level with various filters. I didn't see a filter per tenant.
When I enable multi-tenancy in Firebase Auth/Identity Platform, is there a way to find out the MAU count per tenant?
Firebase Analytics data is not linked to Firebase Authentication in any way. If you're seeing MAU in Analytics, it is not measuring Firebase Auth users. It is measuring its own sense of "user", based on the tokens it uses independently from Firebase Auth.
If you want per-tenant stats, you should add tenant information as user properties in custom events, export Analytics data to BigQuery, then gain insights from your data using BigQuery queries. The console won't be of help when working with user properties like this.
We have integrate Branch Analytics in our Android App (SDK App), we are passing unique userid while user signing up after installing. How we can get these Unique UserId from Branch Analytics.
You can export raw event data logs from Branch dashboard under the Daily Exports tab. These logs would contain the user Id set by you under the user_data_developer_identity field.
The analytics on Branch dashboard show only aggregate data and user-level data such as the user Id is not available from the dashboard analytics.
If you already use some other analytics platform then you can also export your data to those platforms by using Data Integrations.
I am trying to load data from google analytics through the API.
The data that I need is a list of all the landing page and the Facebook ad id (The pages are lunching from FB ad campaign).
In which tables i can find this data? I need to load it on a daily basis and to connect it to the cost data of FB.
Thanks, D.
Background: Is it possible to have user without an google account to use google bigquery web UI to query your data?
I know you can set quota based on google group and add people that does not have a google account in there. I am thinking since this is possible, there might be a way to let user use BigQuery without an google account.
Trying to use the quota function with Google BigQuery web UI. I am not sure if they are able to access Google BigQuery web UI without an Google Account even.
Unfortunately no. Our web UI requires sign in with a Google account.