GooglePlay Campaign Settings allows you to pass referrer / attribution information to the Play Store URLs. After the application is installed from the Play Store, the parameters will be transferred to the application as additional utilities.
This works great only if you always want to go to the Play Store, even when the application is installed.
For my use case, I would like that when the user clicks the button, if the application is installed, it will launch the application, otherwise it will be sent to the repository with referrer parameters.
In Android Chrome, the only way to achieve the above behavior is to use the Android Intent for Chrome: https://developer.chrome.com/multidevice/android/intents However, in the documentation, it is not clear how you can transfer referrer information to the Play Store, if possible.
Does anyone have an idea on how I can transfer referrer information that was supported on the Play Store using the Android intent in Chrome?
source
share