How to Get UserId from Branch Analytics - Branch.IO - branch.io

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.

Related

Missing Google Ad Campigns in BigQuery

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).

How to fill in Google Play Data Safety form taking into account Firebase Analytics and Firebase Crashlytics libraries?

I have an app which does not push any data to any server except that it uses the Firebase Analytics and Firebase Crashlytics libraries to submit analytics and crash reports to my Firebase account. My use of both of these libraries is bare minimum.
I submit analytics events as follows:
FirebaseAnalytics.getInstance(applicationContext).logEvent("SomeEvent", bundle)
I submit exceptions as follows:
FirebaseCrashlytics.getInstance().recordException(exception)
Neither the bundles submitted via the FirebaseAnalytics instance nor the exceptions submitted via the FirebaseCrashlytics instance contain any of the user's personal data or any data that identifies the user. The exceptions just convey that a certain area of the application has failed and the bundles just convey that a certain button was tapped without linking in any way to the user.
With this in mind, how do I answer the following "Data collection and security" questions in the Google Play Data Safety form:
Does your app collect or share any of the required user data types? [Yes/No]
Is all of the user data collected by your app encrypted in transit? [Yes/No]
Do you provide a way for users to request that their data is deleted? [Yes/No]
There is a repo with all required information required for the Data safety form - link
The same applies to firebase as to admob
Does your app collect or share any of the required user data types?
Yes
Is all of the user data collected by your app encrypted in transit? Yes
Do you provide a way for users to request that their
data is deleted? No
Location > Approximate location
App activity > Page views and taps in app
App info and performance > Crash logs, Diagnostics
Device or other identifiers > Device or other identifiers
How do I know this for sure?
Because under device and other identifiers the extra info states:
Identifiers that relate to an individual device, browser or app. For
example, an IMEI number, MAC address, Widevine device ID, Firebase
installation ID or advertising identifier.
Which indicates that they do consider Firebase to be collecting data

How can I get the MAU per tenant in Firebase Auth / Google Identity Platform?

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.

Google UAC - Branch.io Queries

As you know that in the Google UAC there is linkless campaign. Then how can we use Branch Attribution? I mean my major agenga here is to get a postback to our database on which campaign is resulting in which sorts of user. Please help me here
Google UAC are definitely linkless campaigns but Branch offers a seamless integration here in order to help you track and attribute to monitor your marketing channels.
You would need to connect your Branch dashboard to your admin google adwords account with the respective link ids created for the app to be tracked.
You have to import the events to Google Adwords conversions, and align the attribution windows and timezone as per your Branch dashboard.
Post integration and setup, Branch will automatically track and attribute events to Google Adwords as per last touch attribution logic. You will be able to see campaign level data as well on dashboard.
Requesting you to refer to our documentation for a better understanding on the same : https://docs.branch.io/deep-linked-ads/google-ads-setup/#overview

google analytics API tables structure

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.