Handle deeplinks into your Ionic/Cordova apps from Universal Links, App Links, and Custom URL schemes. For those using Ionic 2, there are some nice goodies that make life easier.
Whenever a user clicks a link in the browser and chooses to open our app, I need to know the url on which the link was found. The referrer is often used for marketing purposes to find out where users come from (ie. organic searches, referrals, ...). This article explains how this can be done in native code.
Unfortunately, this plugin does not implement this and therefor does not provide the referrer url to the Javascript. The information I get looks like this:
Whenever a user clicks a link in the browser and chooses to open our app, I need to know the url on which the link was found. The referrer is often used for marketing purposes to find out where users come from (ie. organic searches, referrals, ...). This article explains how this can be done in native code.
Unfortunately, this plugin does not implement this and therefor does not provide the referrer url to the Javascript. The information I get looks like this:
Would it be possible to add a property to the extra object ? (ie.
extra.referrer="https://www.google.com/mysearchresults
)