> 
> Forgive an old guy here.  This looks possible, in that I can have
> the referring site give an ID#.  Now let's assume you are the
> referring site, and we give you URB as the referring ID.
> Somebody goes to you and you point them to me
> http://www.gapent.com/pr/ .  What do you need as an ID# in the
> above address?  And when the visitor comes to me, what do I see
> in whatever I have here?  Am I the only one with cookies on?
> Does the visitor have cookies on?  Since I want to know when a
> visitor visits and comes back and be able to link them back to
> you, will this work?

     We may want to take this off list if we start to bore people.
> 
> Let's do details:
> 
> 1.  Urb's site is www.urb.com
> 2.  On your site you have reference to us www.gapent.com/pr/?ID_URB
> 3.  You pass the reference ID URB to us.
> 
     Not sure if you want to track individuals coming in from urb.com or 
just anything coming in from urb.com. Let's look at concepts, not 
specifics, at least for now.

     page abc.html on urb.com has a link

<A HREF="http://www.gapent.com/cgi-bin/track.pl?user-urb">Go visit 
George</A>

     I'm not sure a SSI in index.html will still have the query string 
if it calls a Perl script. So to be on the save side call track.pl. It 
extracts the referer and query strings. The script also sets a cookie 
on the users maching with any information you want. (This obviously 
assumes user has cookies enabled.) The script then calls /pr/index.html

     Each html document of interest on your site calls a script to track 
the user around the site. If the same user (actually the same computer) 
comes back to the site months later -- and they haven't deleted cookies 
-- you can tell who they are and how they got to the site orginally.

     Is that what you're looking to do?

Urb
____________________________________________________________________
--------------------------------------------------------------------
 Join The Web Consultants Association :  Register on our web site Now
Web Consultants Web Site : http://just4u.com/webconsultants
If you lose the instructions All subscription/unsubscribing can be done
directly from our website for all our lists.
---------------------------------------------------------------------

Reply via email to