Getting variable outside of application

Hi,
Suppose someone request url like https://play.google.com/store/apps/details?id=com.quz.com?ref=12345 (example link)
When anyone request this url, they first need to install application. And after installed, when they opened application the ref value set or store automatically into app.

This process is possible?

1 Like

You can use the Google Play Store’s Install Referrer API to securely retrieve referral content from Google Play.

1 Like

How to use it in kodular?

You can get following thing by using their API. You can fetch details by parsing it in kodular through web component or alternative methods…