Skip to main content
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.
NoteYou 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.
NoteRegister 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.
NoteRegister 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.
Set up deep links in Airbridge SDK firstFor 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 firstFor 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.
NoteDeferred 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 macrosAirbridge 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.
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}
  1. 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}
  1. 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
  1. The app sends users to the specific app page that corresponds to the above deep link.

📍Learn more