When clicking on a link that links to my Sitecore site, I expect Tracker.Current.Interaction.Referrer
to be filled. However, it is not.
I know there are scenario's where you don't get a Referrer: https://stackoverflow.com/a/6880668/1797792
Strange thing is however, that HttpContext.Current.Request.UrlReferrer.Host
does contain the referrer in my case. So why isn't the Sitecore Tracker aware of this? And more importantly, how do I make it aware?