How to show my application as referral in WordPress Stats
It is not possible to directly set a referrer. See: https://stackoverflow.com/questions/14235377/http-referer-and-bookmark You can still track this data by passing a parameter in the url and then listening for that parameter in WordPress. For example, you could set the parameter from_desktop in the url, so your url would look like www.example.com/page-slug/?from_desktop=1. Once you’ve got this going … Read more