You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.
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
)The text was updated successfully, but these errors were encountered: