WebmasterID logoWebmasterID
Referrers

iOS universal links referrer

On iOS, a universal link lets a tapped https URL open directly in an installed app instead of the browser. Because the transition skips a normal web navigation, there is usually no HTTP Referer header for the destination, so universal-link visits often arrive as direct and UTM parameters are the reliable way to attribute them.

Verified against primary sources

What universal links do

On iOS, universal links associate specific https URLs with an installed app so that tapping such a link opens the app directly rather than loading the page in Safari. The system decides at tap time whether to route to the app or the web based on the app's association configuration.

This is great for user experience but disrupts referrer-based attribution: the click does not necessarily produce a standard browser navigation to your web page, so the chain that normally sets a Referer header is broken.

Why the referrer is usually absent and what to do

Because the transition can bypass the browser entirely, the destination often receives no Referer header, and when the user is later returned to the web, the visit commonly appears as direct or unknown. This is expected platform behaviour, not a tracking bug.

The query string, however, travels with the URL into the app and back out, so UTM parameters are the dependable attribution signal. Tag the links you distribute that may resolve as universal links with utm_source and utm_medium, and capture those parameters at first load so the original source is preserved even though no referrer was sent.

How it appears in analytics and logs

A universal link routes an https URL into an app rather than the browser, so the web navigation that would set a Referer header may not happen. When the journey returns to the web, the visit commonly appears as direct with no referrer.

Diagnostic use case

Understand why iOS app openings and app-to-web transitions frequently lack a referrer, and rely on UTM parameters rather than the Referer header for attribution.

What WebmasterID can help detect

WebmasterID reads UTM parameters that survive the universal-link handoff and treats referrer-less app transitions as direct/unknown, so iOS app-linked visits are classified honestly without invented sources.

Common mistakes

Privacy and accuracy notes

Universal-link attribution should use only UTM parameters on the URL — no device or user fingerprint. WebmasterID treats the missing referrer as direct/unknown and never infers identity.

Related pages

Sources and verification notes

Last reviewed 2026-06-24. Facts are checked against primary/official sources where available; uncertain specifics are marked “Data not yet verified” rather than guessed.