App Install Attribution in Google Analytics 4: What You Need to Know

App Install Attribution in Google Analytics 4: What You Need to Know
Estimated Reading Time: 6 minutes

App install attribution in Google Analytics for Firebase (GA4) is a feature that helps you understand how users discover and install your app. It tracks the source and medium of the installations, providing insights into the effectiveness of your marketing efforts. This allows you to analyze which channels or campaigns drive app installations, helping you make informed decisions to optimize your user acquisition strategy.

The landscape of app install attribution has become notably complex, especially with iOS implementing App Tracking Transparency (ATT), introducing challenges related to user consent and privacy. Navigating this complexity requires meticulous configuration, including adherence to ATT policies, implementation of frameworks like SKAdNetwork, and strategic use of deep linking for accurate attribution analysis. 

Apps are also distinctive in that they require a specific action to initiate engagement—installing the app. GA4 records these installations as “first_opens,” a direct outcome of the GA4 SDK remaining dormant until the app is activated.

GA4 offers various methods to attribute app installations, including auto-tagging, universal links for iOS, Android app links, Play Store Referral API for Android, Apple Search Ads installations, and SKAdNetwork for iOS.

Autotagging

In Google Ads campaigns, you have the option to utilize autotagging, allowing GA4 to discern the specific app or website clicks responsible for directing users to your app. With autotagging enabled, a distinctive parameter is appended to the app link, guiding users to download the app. Upon clicking the link, installing, and opening the app, Google Analytics will provide a report on the source, medium, and campaign associated with this ad event.

It’s essential to note that autotagging is not compatible with iOS app installs. Additionally, for iOS app installs, integration with SKAdNetwork is required.

Universal (iOS) l/Android App Links

You can take advantage of universal links (iOS) or Android app links to track app installations. Create deep links that direct users to download your app directly from the app store. You can customize these links with UTM parameters (utm_source, utm_medium, utm_campaign). This enables you to analyze the associated campaign details within your Analytics reports.

Example of a universal link:

http://my.app.link?utm_campaign=infotrust_app_link&utm_source=infotrust.com&utm_medium=app_link

Example of an Android app link:

http://example.com/gizmos?utm_campaign=infotrust_app_link&utm_source=infotrust.com&utm_medium=app_link

When a user clicks the link, Analytics logs a campaign event with these parameters, showcasing the resulting data for events linked to campaigns:

  • Campaign: infotrust_app_link
  • Source: infotrust.com
  • Medium: app_link

Play Store Install Referrals

The Google Play Install Referrer is an API used to fetch referral information from the Google Play Store. Its primary function is to attribute clicks on Google Play Store app pages to the downloads of apps on Android devices.

The GA4F SDK includes the Play Install Referrer API. When your Android app has Firebase SDK implemented, the client can append utm_source and utm_medium in the referrer.

https://play.google.com/store/apps/details?id=com.vdarmora.app&referrer=utm_source=infotrust.com&utm_medium=app_link?utm_campaign=infotrust_app_link

Install referrals from the Google Play Store manifest in the following ways:

  • Source = google-play: signifies one of two scenarios:
    • The user accessed the Play Store app listing through a link that included a referrer (e.g., play.google.com/store/apps/details?id=com.foo.bar&referrer=R).
    • The user organically discovered the app through a search on the Play Store.
  • Source = (direct): denotes that:
    • The user was directed to the Play Store via a link that did not specify a referrer.

Apple Search Ad Installs

If an app is installed as the result of a click on an Apple Search Ad, Analytics logs a firebase_campaign event with those parameters, and you see the following data for campaign-related events:

  • Source = Apple
  • Medium = search
  • Term = <keywordId from AdServices>

You must add the AdServices framework to the Xcode project file for your app to track Apple Search Ads.

SKAdNetwork Install Postbacks

Google Analytics now allows client apps to integrate with Apple’s SKAdNetwork for enhanced iOS app campaign measurement and attribution. By setting up SKAdNetwork conversion value schemas in Google Analytics and using the Measurement Protocol, you can receive postbacks directly from Apple, supplementing data collected by the Google Analytics for Firebase SDK. This integration helps fill measurement gaps, including web-to-app tracking, providing a more comprehensive understanding of user paths and enabling more informed bidding decisions for iOS App campaigns. Configuration involves implementing the Google Analytics for Firebase SDK and setting up SKAdNetwork. GA4 plans to expand support for additional post-install conversion modeling in the future.

Manually Attribute First Installs

To manually capture the source, medium, and campaign of a user’s first app install, you need to send the campaign_details event shortly after the install. When a user installs your app for the first time, the first_open event will attribute the install to the campaign information specified in the campaign_details event.

To sum up, the recommended best practices in GA4 are as follows:

  1. Enable autotagging with Google Ads when possible.
  2. Ensure that your Google Play Store links have campaign details in the referrer.
  3. Make sure your app supports deep links, including app links for Android and Universal links for iOS. Additionally, ensure that these links are appropriately tagged with UTM parameters such as utm_source, utm_medium, and utm_campaign to enable effective tracking and analysis within analytics platforms. Google Play URL Builder can be used to help generate your custom URLs with UTMs.
  4. Fetch UTMs from the deep link and send them to Google Analytics for Firebase using campaign_details event. 
  5. Integrate with SKAdNetwork for better iOS App campaign measurement and attribution.

By following these steps and utilizing GA4’s attribution features, marketers and app developers can gain valuable insights into the effectiveness of their marketing efforts and understand the user journey leading to app installations.

Stay tuned for a deeper dive into GA4’s attribution methodologies and their practical application in our forthcoming segment.

Do you have questions about app install attribution in Google Analytics 4?

Our team of data experts is here to help whenever you need us.

Author

  • Vika Kalyniuk

    Vika Kalyniuk is a Lead Analytics Specialist in mobile at InfoTrust. In this role, she excels in mobile app tracking and web analytics, particularly proficient in Google Analytics 4 (GA4) and Firebase. Her passion lies in decoding data insights that steer strategic decisions within the realm of app and mobile analytics. Every day, Vika plunges into the depths of data analytics, uncovering app trends, optimizing performance, and assisting clients in navigating the complex landscape of GA4 for Firebase. Outside of work, Vika indulges in her love for travel, exploring new destinations, and unwinds by coding iOS apps, turning her ideas into reality.

Facebook
Twitter
LinkedIn
Email
Originally Published: February 13, 2024

Subscribe To Our Newsletter

February 13, 2024

Other Articles You Will Enjoy

How Does BigQuery Data Import for Google Analytics 4 Differ from Universal Analytics?

How Does BigQuery Data Import for Google Analytics 4 Differ from Universal Analytics?

All Google Analytics 4 (GA4) property owners can now enable ‌data export to BigQuery and start to utilize the raw event data collected on…

2-minute read
Predictive Analytics in Google Analytics 4: How to Use Machine Learning to Forecast User Behavior and Outcomes

Predictive Analytics in Google Analytics 4: How to Use Machine Learning to Forecast User Behavior and Outcomes

Google Analytics 4 (GA4) is embracing the power of machine learning by incorporating predictive analytics within the platform so that you can use your…

7-minute read
Advanced Analysis Techniques in Google Analytics 4: How to Use AI-Powered Insights and Predictive Analytics for Effective Marketing

Advanced Analysis Techniques in Google Analytics 4: How to Use AI-Powered Insights and Predictive Analytics for Effective Marketing

AI-powered insights and predictive analytics are revolutionary tools reshaping the modern marketing landscape. These advanced analytics techniques, particularly prominent in Google Analytics 4 (GA4),…

8-minute read
Tracking User Behavior with Events in Google Analytics 4: Examples and Use Cases

Tracking User Behavior with Events in Google Analytics 4: Examples and Use Cases

So you’ve created your Google Analytics 4 (GA4) properties, created your data stream(s), and followed all the necessary steps to configure your property. Now…

5-minute read
What Is Consent Mode in Google Analytics 4 and How Does It Work? | A Beginner’s Guide

What Is Consent Mode in Google Analytics 4 and How Does It Work? | A Beginner’s Guide

Consent Mode in Google Analytics 4 (GA4) is a helpful tool for website owners to respect user privacy preferences when it comes to tracking…

3-minute read
Google Analytics 4 Implementation Checklist: Ensure You’re Tracking Everything You Need

Google Analytics 4 Implementation Checklist: Ensure You’re Tracking Everything You Need

In the dynamic landscape of digital marketing, data is supreme. Understanding user behavior, preferences, and interactions on your website is crucial for making informed…

4-minute read
How to Integrate Google Analytics 4 with BigQuery for Enhanced Data Analysis and Reporting

How to Integrate Google Analytics 4 with BigQuery for Enhanced Data Analysis and Reporting

Has your business found that its reporting needs require advanced analysis of your analytics data beyond what is practical in the Google Analytics 4…

4-minute read
Deploying Digital Analytics Changes at Scale for CPG and Multi-Brand Organizations

Deploying Digital Analytics Changes at Scale for CPG and Multi-Brand Organizations

The digital analytics industry is going through seismic shifts, and it is important for CPG organizations to stay abreast of the changes and stay…

5-minute read
Leveraging Custom Dimensions and Metrics in Google Analytics 4 for Content Performance Measurement: Best Practices and Real-World Examples

Leveraging Custom Dimensions and Metrics in Google Analytics 4 for Content Performance Measurement: Best Practices and Real-World Examples

In today’s digital landscape where content reigns supreme, understanding how your audience interacts with your content is paramount for success. For news and media…

5-minute read

Get Your Assessment

Thank you! We will be in touch with your results soon.
{{ field.placeholder }}
{{ option.name }}

Talk To Us

Talk To Us

Receive Book Updates

Fill out this form to receive email announcements about Crawl, Walk, Run: Advancing Analytics Maturity with Google Marketing Platform. This includes pre-sale dates, official publishing dates, and more.

Search InfoTrust

Leave Us A Review

Leave a review and let us know how we’re doing. Only actual clients, please.