What Is a Deep Link?
A deep link sends a user to a specific screen or piece of content inside an app instead of opening only the home screen.
A deep link points to a specific destination inside an application, such as a product page, conversation, song, or event detail. Without one, users often land on the app's home screen and must search for the content manually.
Types of Deep Links
- Custom schemes use formats such as
example://product/123. Another app may register the same scheme, so handling must be designed carefully. - Web links use
httporhttps, but they do not always open the installed app automatically. - Verified App Links or Universal Links connect a domain with an app through an association file. The operating system can verify ownership and open the correct app.
- Deferred deep links try to continue to the intended content after installation. This usually requires an attribution service or additional implementation and is not automatic for every link.
What Should Be Tested?
- Behavior when the app is installed
- The web fallback when the app is unavailable
- Invalid or expired parameter handling
- Differences among Android, iOS, and browsers
- Security of any data passed through the URL
For a campaign, a URL shortener can make an address easier to share, but it does not automatically convert a regular URL into a verified deep link. App integration and domain association still have to be configured by the application owner.
References
Related Terms
What Is Smart Redirect?
Smart Redirect selects link destinations using conditions such as device, country, language, or time. Learn how to design a safe fallback.
What Is a Redirect URL?
A redirect URL sends a request from one address to another. Learn about HTTP status codes and the role of redirects in short links.
What Is a Link in Bio?
A link-in-bio page brings links, profiles, catalogs, and calls to action together. Learn why it remains useful across social platforms.
