Frequently Asked Questions

How do delayed deep links work?

Delayed deep links allow users to be redirected directly to the desired content within the app, even if the app hasn't been installed yet. When a user opens a link: 1. If the app is installed – it will open with the necessary content. 2. If the app is not installed – the user will be redirected to the app store (App Store or Google Play). After the app is installed, the system automatically detects the saved unique identifier and redirects the user to the required content. Links are created via API requests. You can find the integration documentation Here.

How can I create a short link?

Short links can be created via API or through the web interface. They simplify the sharing of long URLs and provide convenience for users.

Is analytics available for short links?

Currently, analytics are available only for deep links. To view the statistics, go to your account in the web interface.

How can I set up a webhook to receive events?

The webhook is specified directly in the request when creating a deep link via the API. You can find the setup documentation Here.

Which platforms are supported?

iOS, Android, and web platforms are supported. URLs can include specific settings for each platform.

How does the clipboard identifier copying work?

When opening a deep link, the service automatically copies a unique identifier to the clipboard. This allows the app to recognize the user and display the appropriate content after installation.