I would like to pull stats on where a user clicked a link from.
So far, my only option that I've found is to use http_referer, but that hardly works in chrome and is otherwise unreliable.
For instance, if you use a bit.ly link, they can tell you where the click came from, etc.
How can they be doing anything but using http_referer since there's no url variables being included in the link?
So far, my only option that I've found is to use http_referer, but that hardly works in chrome and is otherwise unreliable.
For instance, if you use a bit.ly link, they can tell you where the click came from, etc.
How can they be doing anything but using http_referer since there's no url variables being included in the link?