Attribution & Measurement

Install Referrer (Android)

Also known asGoogle Play Install ReferrerPlay Install Referrer API

Google Play's official mechanism for passing referral / attribution data from the play-store click to the freshly installed app — the cleanest Android attribution signal.

Key takeaways

  1. 01Install Referrer = Google Play's deterministic attribution signal. Click-to-install data passed natively.
  2. 02Used by all major MMPs and SANs for Android attribution; cleaner / more reliable than fingerprinting.
  3. 03Not subject to Privacy Sandbox restrictions until ~2027; remains the primary Android attribution signal in 2026.

Install Referrer is Google Play's official mechanism for passing referral and attribution data from the play-store click to the freshly installed Android app. When a user clicks a link that routes through Play Store (with the correct referrer parameters appended), Play Store captures the parameters; when the user installs the app, Google's Install Referrer API delivers those parameters to the app on first launch. MMPs and ad networks use this signal as the deterministic attribution backbone on Android.

How Install Referrer works: 1. Ad click fires a URL with referrer parameters appended (e.g., `https://play.google.com/store/apps/details?id=com.app&referrer=utm_source%3Dmeta%26campaign%3Dsummer`). 2. User taps the URL, Play Store opens with the parameters captured. 3. User installs the app. 4. On first launch, the freshly installed app calls Google's Install Referrer API. 5. The API returns the captured referrer parameters. 6. The MMP SDK reads these parameters and attributes the install to the source campaign. This flow is deterministic — no probabilistic matching, no fingerprinting required. The referrer data is passed cryptographically by Play Store and is highly reliable.

Why Install Referrer is the cleanest Android attribution

What gets passed in referrer parameters

The payload format is configurable per ad network; MMPs typically standardize their own parameter set.

Limitations

Quick answers

What is the Google Play Install Referrer?

Install Referrer is Google Play's official mechanism for passing referral and attribution data from the play-store click to the freshly installed Android app. When a user clicks an ad link routed through Play Store with referrer parameters, Play Store captures them; on first app launch, Google's Install Referrer API delivers the parameters. The dominant Android attribution signal in 2026.

Why is Install Referrer better than fingerprinting for Android attribution?

Deterministic vs probabilistic. Install Referrer passes click-to-install data cryptographically through Play Store — no probabilistic matching needed. Fingerprinting (matching by device + IP + signals) is statistical, less reliable, and increasingly restricted by privacy regulations. Install Referrer is the cleanest, most reliable Android attribution signal — used by all major MMPs and SANs.

Does Install Referrer have an iOS equivalent?

Not exactly. Apple Search Ads has its own first-party attribution API for ASA campaigns. For general iOS attribution post-ATT, the stack relies on SKAdNetwork (SKAN — aggregated, delayed, privacy-preserving) + Apple's Attribution API for deferred deep links + first-party signal (CRM, login). No single deterministic mechanism like Install Referrer exists on iOS post-ATT.

Back to glossary