What you can do
- Create deep links — Build links that open your Android or iOS app (or fall back to web or app stores).
- Attribute installs — Track which links drove app installs using the Track Install API and optional Flutter SDK.
- Manage links — Use the Dashboard to create links, set UTM parameters, and view analytics.
How it works
- You create an app in the DeepLink dashboard and configure your Android package name and/or iOS bundle ID.
- You create links with a path (e.g.
/sale) and destination URL. Each link can have UTM and platform-specific behavior (open app vs open URL). - When a user opens a link, DeepLink detects the device and either opens your app (with optional deferred deep link data) or sends them to the destination URL or app store.
- When your app launches, call the Track Install API (or use the Flutter SDK) to record the install and receive attribution (e.g. UTM from the click).
Docs overview
Quickstart
Integrate the Flutter SDK and Track Install in under 5 minutes.
Flutter SDK
Install and configure the SDK for Android and iOS.
Track Install API
Record installs and get attribution via REST API.
Dashboard
Create links and view analytics.
Next steps
Quickstart
Add the Flutter SDK and start tracking installs.

