If you apply deep links when creating tracking links, you can send users directly to specific app pages or to the app store to help them install the app, depending on their app installation status. This ensures a seamless user experience and drives more conversions.
Deep linking sends users who have installed the app directly to specific app pages. Learn more about Airbridge deep links to apply them to tracking links.
Note
You need to prepare the specific app page URLs for deep links. Airbridge delivers these URLs as deep links to the app through tracking links and sends users who clicked ads or content to the URL destinations.
First, register deep link information in the Airbridge dashboard. Then, create tracking links with deep links as the destination.
Go to [Tracking Link]>[Deep Links] in the Airbridge dashboard to register information needed to apply deep links. See the instruction below for your operating systems.
Note
Register all deep link information to ensure users are reliably sent to the intended app pages in various situations. Airbridge supports URL scheme deep links, App Links, and Universal Links, automatically selecting the most appropriate method based on the operating system, browser, app installation status, and more, when the app opens.
Register the following deep link information in [Tracking Link]>[Deep Links] for Android deep linking.
Deep link information | Description |
|---|---|
URL scheme | Enter your deep link URL scheme followed by |
Package name | This will be automatically entered in [Android Package Name]. |
Enter all Android sha256_cert_fingerprints in [sha256_cert_fingerprints]. Separate multiple entries with commas (,). See this article for how to obtain the sha256_cert_fingerprints. |
Attention
Make sure that you have correctly entered [Android Package Name] and [sha256_cert_fingerprints] of the app where you want deep linking to work, instead of information from another app.
Note
Register all deep link information to ensure users are reliably sent to the intended app pages in various situations. Airbridge supports URL scheme deep links, App Links, and Universal Links, automatically selecting the most appropriate method based on the operating system, browser, app installation status, and more, when the app opens.
Register the following deep link information in [Tracking Link]>[Deep Links] for iOS deep linking.
Deep link information | Description |
|---|---|
URL scheme | Enter your deep link URL scheme followed by |
App ID | Enter the App ID in [iOS App ID]. The App ID is a combination of |
Set up deep links in Airbridge SDK first
For deep linking to work, you must first set up deep links in the Airbridge SDK before creating tracking links. Ask your developer for help.
After registering all deep link information in the Airbridge dashboard, go to [Tracking Link]>[Link Generation]>[Redirection], and select [App (Deep Link)] as [Destination]. In [Deep Link] below, enter a specific app page URL where you want to send users.
Attention
You can enter only URL scheme deep links in [Deep Link]. Enter a specific app page URL that starts with the URL scheme you’ve registered in Airbridge.
You must encode any characters other than letters, numbers, and the special characters = ? & #
After entering all necessary information including the deep link, click Create tracking link on the right to create your tracking link.
Set up deferred deep links in Airbridge SDK first
For deferred deep linking to work, you must first set up deferred deep links in the Airbridge SDK before creating tracking links. Ask your developer for help.
Deferred deep linking is automatically enabled when you apply deep links to tracking links. Deferred deep linking sends users without the app to the app store for installation, then sends them to the intended app pages when they open the app for the first time. Deferred deep linking has a time limit. See below for details.
Deferred deep linking works for 1 hour after users click ads or content with tracking links. This means users without the app must install and open it within 1 hour for deferred deep linking to work. See the scenario below.
9 AM: A user without the app clicks an ad with a tracking link.
Before 10 AM: When the user installs and opens the app for the first time, they are sent to the specific app page set as the deep link destination.
After 10 AM: The deferred deep linking time limit has expired. When the user installs and opens the app for the first time, they are sent to the app’s default page, such as the home page.
Note
Deferred deep linking works on iOS 14.5 and later despite Apple’s App Tracking Transparency (ATT) policy, as the underlying tracking links do not collect user information or send it to Airbridge.
Airbridge macros
Airbridge macros are macros supported in Airbridge tracking links, enclosed in curly braces (
{ }).
You can add Airbridge macros to the deep link entered as the tracking link’s destination to send users to relevant product detail pages based on the ads or content they clicked.
1. Go to [Tracking Link]>[Link Generation]>[Redirection], and select App (Deep Link) as [Destination].

2. In [Deep Link], enter a deep link that contains Airbridge macros ({ }) at the desired positions. For example, if the deep link is differentiated by product ID, you can enter the deep link as shown in the image below. You can add Airbridge macros to deep links in several ways:
appscheme://path?product={product_id}
appscheme://path/{product_id}

Attention
You can enter only URL scheme deep links in [Deep Link]. Enter a specific app page URL that starts with the URL scheme you’ve registered in Airbridge.
You must encode any characters other than letters, numbers, and the special characters = ? & #
3. Click Create tracking link on the right to create a tracking link applied with the deep link you just entered. If you created a custom channel tracking link, you need to manually add parameters containing Airbridge macros to the short link. For example, if you added product={product_id} in the deep link, copy and paste the short link into a text editor, then manually add ?product={product_id} at the end of the short link.
4. Provide your tracking links to ad channels or developers, and ask them to enable dynamic filling of Airbridge macro values. If the link is an integrated channel tracking link, send it to the ad channel contact. If it’s a custom channel tracking link, send it to your developers. For integrated channel tracking links, you may also need to share information on the values to be filled into the macros with your contact, or enter that information directly in the ad channel’s dashboard during campaign setup.
Values filled into Airbridge macros ({ }) in tracking links are delivered to the deep link through the following process.
1. Add Airbridge macros to the deep link entered as the tracking link’s destination when creating the tracking link.
Deep link example
appscheme://path?{airbridge_macro}
2. Below is an example tracking link with the above deep link applied. You can see the tracking link contains the Airbridge macro from the deep link.
Tracking link example
https://abr.ge/@app_name/channel_name?[...]&airbridge_macro={airbridge_macro}
3. When users click ads or content, Airbridge macros in the tracking link are filled with values. These values are then delivered to the corresponding Airbridge macros in the deep link, completing the deep link address that gets delivered to the app.
Tracking link when ad for Product 1234 is clicked
https://abr.ge/@app_name/channel_name?[...]&airbridge_macro=1234&[...]
Deep link address delivered to the app when ad for Product 1234 is clicked
appscheme://path?airbridge_macro=1234
Tracking link when ad for Product 5678 is clicked
https://abr.ge/@app_name/channel_name?[...]&airbridge_macro=5678&[...]
Deep link address delivered to the app when ad for Product 5678 is clicked
appscheme://path?airbridge_macro=5678
4. The app sends users to the specific app page that corresponds to the above deep link.
Was this helpful?