> ## Documentation Index
> Fetch the complete documentation index at: https://help.airbridge.io/llms.txt
> Use this file to discover all available pages before exploring further.

# DeepLink - How to boost conversion rates with web redirection using Airbridge tracking links

In this playbook, we'll walk you through how to keep users on your product page on the web after dropping off from the initial deep link destination. By simply adding a parameter to the tracking link you create in Airbridge, you can keep users engaged in an external webpage for a longer period of time and maximize the likelihood of conversion.

## How the user path will look like

#### For u**sers who don’t have your app**

When users click the tracking link set as a deep link, they are initially redirected to the app store page where they can install your app.

When a user installs and opens the app: The user is redirected to the in-app page set as the deep link destination. If this user drops off from the app, the browser from which the user clicked the tracking link will show the same product page as the in-app page, keeping the user engaged once again.

When the user doesn’t install the app and drops off from the app store page: The browser from which the user clicked the tracking link will show the same product page as the in-app page, keeping the user engaged once again.

<Frame>
  <img src="https://mintcdn.com/airbridge-help-center/Z47Ur28bRajj9qGT/asset/image/deep-link-uninstalled-user-flow-diagram.png?fit=max&auto=format&n=Z47Ur28bRajj9qGT&q=85&s=3e42570254968de9b39910a3205217a2" alt="App-uninstall-remain page-en" width="1400" height="800" data-path="asset/image/deep-link-uninstalled-user-flow-diagram.png" />
</Frame>

#### For u**sers who already have your app**

When users click the tracking link set as a deep link, they are redirected to the in-app page set as the deep link destination.

When a user drops off from the app, the browser from which the user clicked the tracking link will show the same product page as the in-app page, keeping the user engaged once again.

<Frame>
  <img src="https://mintcdn.com/airbridge-help-center/Z47Ur28bRajj9qGT/asset/image/deep-link-installed-user-flow-diagram.png?fit=max&auto=format&n=Z47Ur28bRajj9qGT&q=85&s=290eace1baaf3d66fc387a8a6746264b" alt="App-install-remain page-en" width="1400" height="800" data-path="asset/image/deep-link-installed-user-flow-diagram.png" />
</Frame>

## How to set the tracking link

1. When creating the tracking link, select “App (Deep Link)” as the destination.

<Frame>
  <img src="https://mintcdn.com/airbridge-help-center/Tr8kwyIK5qm-uvmV/asset/image/tracking-link-platform-fallback-fields.png?fit=max&auto=format&n=Tr8kwyIK5qm-uvmV&q=85&s=e23ea7008290b6a3179e1dbaf24ab172" alt="remain-en-01" width="1400" height="800" data-path="asset/image/tracking-link-platform-fallback-fields.png" />
</Frame>

2. Enter the same product web page in the “Deep Link” URL field and the “Web URL” field for the desktop fallback path. The “Web URL” you enter for the desktop fallback path will be the web redirection landing page.

<Frame>
  <img src="https://mintcdn.com/airbridge-help-center/Tr8kwyIK5qm-uvmV/asset/image/tracking-link-deep-link-web-fields.png?fit=max&auto=format&n=Tr8kwyIK5qm-uvmV&q=85&s=2a664abba248910e6a2516d6454ea39a" alt="remain-en-02" width="1400" height="800" data-path="asset/image/tracking-link-deep-link-web-fields.png" />
</Frame>

3. Select “Google Play Store” for the Android fallback path and “Apple App Store” for the iOS fallback path, and create the tracking link.

<Frame>
  <img src="https://mintcdn.com/airbridge-help-center/Tr8kwyIK5qm-uvmV/asset/image/tracking-link-platform-web-fallback-fields.png?fit=max&auto=format&n=Tr8kwyIK5qm-uvmV&q=85&s=f783eaec7d1810f6102364f9e490ecf1" alt="remain-en-03" width="1400" height="800" data-path="asset/image/tracking-link-platform-web-fallback-fields.png" />
</Frame>

4. Once you have created the tracking link, add the **`remain_page=1`** parameter to the tracking link.

<Accordion title="Example)">
  Your tracking link:

  `https://abr.ge/@app_name/channel?click_id={click_id}&sub_id={sub_id}&gaid_raw={adid}&ifa_raw={idfa}&tracking_template_id=e08703393962e4ec231d2ff1ff85ef68&routing_short_id=owgq4&ad_type=click`

  Your tracking link after adding the **`remain_page=1`** parameter:

  `https://abr.ge/@app_name/channel?click_id={click_id}&sub_id={sub_id}&gaid_raw={adid}&ifa_raw={idfa}&tracking_template_id=e08703393962e4ec231d2ff1ff85ef68&routing_short_id=owgq4&ad_type=click`**`&remain_page=1`**
</Accordion>

## **Limitation**

Depending on the browser, the user must click the “Open” button in the “Open Page” before landing on the in-app product page, which may undermine the user experience as a whole.

<Accordion title="Example)">
  When an Android user clicks the tracking link using Chrome as web browser

  * If the **`remain_page=1`** parameter is added:

    * User clicks on the tracking link.
    * User is redirected to the temporary landing page and the user must click “Open”.
    * User is redirected to the in-app page.
    * When dropping off from the app, the user is redirected to the web page same as the in-app page.

  * If the **`remain_page=1`** parameter is not added:

    * User clicks on the tracking link.
    * User is redirected to the in-app page.
    * When dropping off from the app, the user is redirected to the past web page.
</Accordion>

<link rel="alternate" hrefLang="en" href="https://help.airbridge.io/en/deeplink-guides/redirecting-users-to-website" />

<link rel="alternate" hrefLang="ko" href="https://help.airbridge.io/ko/deeplink-guides/redirecting-users-to-website" />
