Re: Tracking cgi.http_referer variables...

2006-03-08 Thread Srinivasa Teja Palla
Not sure if I read it properly, btu I think you can look at img tag. In the src attribute you can actually put a url. like http://blah/file.php; in this php file you get the http referrer. in the add you somewhere put this img tag. in file.php, while doing whatever you want, you will put the src

RE: Tracking cgi.http_referer variables...

2006-03-08 Thread Rick Faircloth
window when his ad image is clicked. I can't place code in the URL, either... Rick -Original Message- From: Srinivasa Teja Palla [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 08, 2006 10:02 AM To: CF-Talk Subject: Re: Tracking cgi.http_referer variables... Not sure if I read

RE: Tracking cgi.http_referer variables...

2006-03-08 Thread Snake
Not all clients will NOT send http_refer, it is blocked by a lot of problems such as anti=spyware, anti-virus, browser plugins, firewalls etc . Russ -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent: 08 March 2006 15:48 To: CF-Talk Subject: Tracking cgi.http_referer

Re: Tracking cgi.http_referer variables...

2006-03-08 Thread Casey Dougall
You must have some control over the URL... You can make a subdomain for each campaign. with a re-direct to the campaign content. domain.com/news9 domain.com/CRM_EM_DOMAIN2_COM On 3/8/06, Snake [EMAIL PROTECTED] wrote: Not all clients will NOT send http_refer, it is blocked by a lot of

RE: Tracking cgi.http_referer variables...

2006-03-08 Thread Eric Roberts
Just a guess, but what about referring to in JavaScript since the main window would be parent...not sure if it is possible to do so, but worth looking into. You may also be able to do some java to accomplish this if JavaScript can't do it. The other thing would be to put a marker on the page