Skip to main content

DeepLink

The Adtrace SDK enables you to use deep links to direct users to specific pages in your application. You can also gather information about the deep link and its content for later use.

There are two types of deep linking:

  • Direct: Direct deep linking occurs when a user already has your app installed on their device. When this is the case, the deep link will redirect the user to the screen specified in the link.
  • Deferred: Deferred deep linking occurs when a user does not have your app installed on their device. When this is the case, the deep link will first send the user to the device app store to install the app. Once the user has installed and opened the app, the SDK will redirect them to the screen specified in the link.

The deep link URL will be accessible using the SDK after the user opens the app from a tracker URL.