URL identification

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I ensure that I know when someone has clicked through a hyperlink on
my site to the URL of another site.

I've been given a URL by the recieving site with a referrer number unique to
me but, would like to be able to reconcile from my end?

Also, Is there any way I can tell where my original referral came from?
i.e. Google, Yahoo etc?

Hoping this is easy and obvious and i'm just being dense :-)
 
Original referrer methods-
1. Javascript. but you will need to store it
2. Log files- oodles of info in there. Check with your host
to see if you have access
3. Server side script. Can pull any of the infor the log
files have, and then you can save them into a db

Outgoing links
Server side script


Webbo wrote:
: How do I ensure that I know when someone has clicked
: through a hyperlink on my site to the URL of another site.
:
: I've been given a URL by the recieving site with a
: referrer number unique to me but, would like to be able
: to reconcile from my end?
:
: Also, Is there any way I can tell where my original
: referral came from? i.e. Google, Yahoo etc?
:
: Hoping this is easy and obvious and i'm just being dense
: :-)
 
Thanks Mike.

I'm a novice, so will keep your advice on ice until I need to proceed and
then I will probably need some more help. Doesn't sound that simple. :-(
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top