Issue Google Analytics Install Tracker for IOS - Stack Overflow
How can I reliably track iOS app install attribution using Google Analytics + Firebase? Is an MMP necessary?
Facebook App Install Campaign Tracking on Google Analytics?
How do you track app install in google ads or ads conversion based on events?
The best is to use the Firebase SDK.
Google also supports integrations with a few third-party mobile analytics companies.
On Android, App installs & in-app purchases can be tracked directly from Google Play
More on reddit.comCan Google Analytics track app usage?
How do you analyze a mobile app?
How to use GA4 for mobile apps?
Videos
I’m trying to track app install attribution for iOS using Google Analytics + Firebase — specifically to attribute installs back to the original traffic source (e.g., Google Ads, Meta, or other ad networks, owned web site, sns).
However, after reviewing both Firebase and GA documentation, I haven’t found a clear or official way to achieve this. Unlike Android, iOS doesn’t support install referrer tracking, so it’s technically difficult to understand which ad or traffic source led to an install when the user flows through the App Store.
From what I understand, this attribution gap stems from iOS limitations, particularly:
No access to install referrer (like on Android)
SKAdNetwork data in Firebase is available only for Google Ads
UTM parameters aren’t preserved through App Store redirect
Given these constraints, I’m considering proposing a Mobile Measurement Partner (MMP) solution internally — like AppsFlyer — since MMPs seem to have:
Probabilistic modeling
Integration with non-Google ad networks
Device ID matching (where allowed)
Broad SKAdNetwork support
But I’m struggling to make the case without solid confirmation that GA + Firebase alone can’t deliver reliable iOS install attribution across multiple ad platforms.
If anyone has implemented this (or tried), I’d love to hear:
Can GA + Firebase truly support iOS install attribution outside of Google Ads?
Or is an MMP the only viable path for reliable, cross-channel iOS attribution?
Thanks in advance!