Hi,
correct me if I am wrong,
I found that $_SERVER['HTTP_REFERER'] is empty when a page is redirected using header("Location ./xxx.php"), same with using javascript:window.location.href and using HTML meta tag.
So what's the best way to track incoming refereral sites, maybe an id in query string?
What's your opinion?