Find Reffering URL
Wednesday 22 April 2009
If you would like to find know and track the URL's that have referred visitors to your website, you can use the below simple code:
- Request.ServerVariables("HTTP_REFERER")
So you might do something like:
- Dim strRefererURL As String = Request.ServerVariables("HTTP_REFERER")
This can be very handy for marketing purposes as you can track where most of your referals come from.
|
(0)
|
|
|