A type of deep linking that handles scenarios where a user doesn't have the app installed, redirecting them appropriately after installation.
Deferred deep linking allows users to be directed to a specific content or location within a mobile app even if the app is not installed. Upon installation, the user is redirected to the originally intended content rather than the app's default landing page.
A user clicks on a link for a specific product within a shopping app but doesn't have the app installed. After installing the app, they are taken directly to the product page they initially clicked on.