Deeplink tracking
Deeplinks are links that show the user the desired content in an already installed app. Deeplinks can work when the app is launched and in an already open app.
Starting with version 4.0 of the iOS/Android SDK, deeplink tracking works automatically when the app is opened. To enable or disable automatic tracking, use the withAppOpenTrackingEnabled
SDK method for Android and the appOpenTrackingEnabled
property for iOS.
Even if both automatic and manual deeplink tracking are used when a user opens an app, the information in reports isn't duplicated.
Deeplink inside the app
Deeplinks can be used not only to launch the app, but also to navigate when the app is already open.
The AppMetrica SDK doesn't automatically track deeplinks that are processed in a running application. To track such deeplinks, you'll need additional configuration. View examples.
Tracking app opens using deeplinks
Examples of tracking app launches from deeplinks on different platforms:
If you didn't find the answer you were looking for, you can use the feedback form to submit your question. Please describe the problem in as much detail as possible. Attach a screenshot if possible.