---
metadata:
  - name: generator
    content: Diplodoc Platform v5.50.6
alternate:
  - https://appmetrica.yandex.com.tr/docs/en/data-collection/deeplinks.md
  - https://appmetrica.yandex.com.tr/docs/ru/data-collection/deeplinks.md
---
> **Documentation Index:** Fetch the complete configuration index at https://appmetrica.yandex.com.tr/docs/en/llms.txt

# 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.

Example of a deeplink URI scheme: `example://products/123`.

For Android, you can set up a [deferred deeplink](https://appmetrica.yandex.com.tr/docs/en/sdk/android/analytics/android-deferred-deeplinks.md), which triggers during the app's first launch after installation.

{% note info "" %}

To work with deeplinks, support them in your application on [Android](https://developer.android.com/training/app-links/deep-linking#adding-filters) or [iOS](https://developer.apple.com/documentation/xcode/allowing-apps-and-websites-to-link-to-your-content).

{% endnote %}

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 {#inside}

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).

## Tracking app opens using deeplinks {#tracking}

Examples of tracking app launches from deeplinks on different platforms:

- [Android](https://appmetrica.yandex.com.tr/docs/en/sdk/android/analytics/android-operations.md#deeplink)
- [iOS](https://appmetrica.yandex.com.tr/docs/en/sdk/ios/analytics/ios-operations.md#deeplink)
- [Flutter](https://appmetrica.yandex.com.tr/docs/en/sdk/flutter/analytics/flutter-operations.md#deeplink)
- [React Native](https://appmetrica.yandex.com.tr/docs/en/sdk/react-native/analytics/react-native-operations.md#deeplink)
- [Unity](https://appmetrica.yandex.com.tr/docs/en/sdk/unity/analytics/unity-operations.md#deeplink)

## Learn more {#learn-more}

- [About events](https://appmetrica.yandex.com.tr/docs/en/data-collection/index.md)
- [Creating a tracker](https://appmetrica.yandex.com.tr/docs/en/mobile-tracking/add-tracker.md) 
- [Remarketing report](https://appmetrica.yandex.com.tr/docs/en/mobile-reports/remarketing-report.md)
- [User Acquisition report](https://appmetrica.yandex.com.tr/docs/en/mobile-reports/user-acquisition-report.md)

<!-- source: en/_includes/feedback-button.md -->
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.

<a href="../troubleshooting/feedback-new">
  <span class="button">Contact support</span>
</a>

<a href="../troubleshooting/feedback-docs">
  <span class="button">Suggest an improvement for documentation</span>
</a>
<!-- endsource: en/_includes/feedback-button.md -->
