Deep links — special links that lead to mobile app installed on the device. In the full version, deep link allows not only to open the application, but also to show the user the desired screen of this application.
If the user does not have the application installed, you can use delayed deep links — they allow you to open the desired page when you first start the application after installation.
Options of deep links with which myTarget supports:
- iOS: URL Scheme; Universal Links.
- Android: Intent URL; App Links.