Market scheme¶
Documentation
https://developer.android.com/distribute/marketing-tools/linking-to-google-play.html#UriSummary
🌍 Web¶
This url contains additional query parameters that will be handled by the Play Store app:
url
is the forwarded urlreferrer
will trigger acom.android.vending.INSTALL_REFERRER
Broadcast once the app is installed.
🤖 Android¶
The url will be rewritten by the Play Store to link://smarquis.fr/action?key=value#data
📦 Data¶
Uri | Value |
---|---|
scheme | link |
host | smarquis.fr |
path | /action |
query | ?key=value |
fragment | data |
Referrer |
---|
my referrer data |
⚙️ Features¶
Feature | ✔️/❌ |
---|---|
App not installed | ✔️ |
Offline | ✔️ |
Referrer | ✔️ |
Deeplink | ✔️ |
Deferred deeplink | ✔️ |
📈 Pros and Cons¶
➕ Changes the "Open" button in Play Store to "Continue"
➕ Triggers a notification with "Tap to continue"