Tracks events in GA4
How do I track app activities in GA4 through Firebase integration?
You can monitor your app activities directly from your AppMySite account using the built-in Analytics feature. Our apps are designed to track almost all recommended Google Analytics events. For more details on the specific events you can track within your AppMySite account, please refer to this article:
If you’re simply interested in monitoring app activity through AppMySite, you can do so by enabling the Firebase toggle on the Analytics screen.
However, if you wish to track your app events in Google Analytics 4 (GA4), you’ll need to integrate your app build with Google Firebase. Tracking your app activities in GA4 is a straightforward process. Just follow these steps:
Open Firebase on your browser.
Click on Get Started and log in with your Google account.
Select Create a Project and enter a project name. You can choose any name related to your app. Then, check the Firebase Terms checkbox and click on Continue.
Turn on the Enable Google Analytics for this project toggle to link your Google Analytics account with Firebase.
In the next step, select an existing Analytics account or create a new one.
Click on Create Project to proceed.
From the sidebar, navigate to Analytics > Realtime Analytics.
For comprehensive tracking, use the View more in Google Analytics button on this screen.
When you integrate Firebase (GA4) with your app, you can monitor key user interactions in real time. Some of the default events tracked include:
user_engagement – Tracks how users are engaging with the app.
screen_view – Records each time a screen is viewed.
session_start – Logs when a user session begins.
click – Captures when users click on interactive elements.
scroll – Tracks user scroll activity within the app.
first_visit – Captures when a user opens the app for the very first time.
first_open – Logs when the app is opened for the first time after installation.
App activity can only be monitored after your app has been published.
Last updated
Was this helpful?