If you are lucky, the tracking that the other site does will look for a
"code" in the URL and not simply the HTTP_referer.

As you noticed, CFLOCATION does not pass the required information.  If their
script uses CGI variables and look for the CGI.HTTP_referer they are not
going to find it.

If passing your "ID" in the CFLOCATION tag is no good: ie;
CFLOCATION URL="TargetSite.com?ReferingSiteID=123"
(This would be available with CGI.query_string)

You may need to do a  "MetaRefresh" on your "refering" page.

> I have found myself stuck in a corner on this one.  Please help if you
can.
>
> I have a page of links to external sites.  I needed to be able to track
the
> click-throughs to these sites.  Easy enough, I have created a simple
counter
> that logs each clickthrough and where it is going, then re-directs using
> cflocation.  The new problem that created is that on their end, my site no
> longer shows up as a referrer.  I am guessing that the referrer
information
> is not getting through cflocation like it would if it were just a straight
> link. I need to make sure that my site does show up in there log files as
> the referring site.  Please help if you can.
>
> Thanks in advance.
> Nick Call
> [EMAIL PROTECTED]
>
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to