How to Block Google Analytics code inside a firewall

2009-04-06 Thread Paul Ihrig
We have a chunk of code on our footer that does the normal tracking. outside the firewall or in the real world, or site runs fine, inside the firewall it runs poorly. any one care to explain how i could cfif the code out for users inside the firewall.. i have played around with the all the cgi

RE: How to Block Google Analytics code inside a firewall

2009-04-06 Thread Scott Stewart
06, 2009 8:09 AM To: cf-talk Subject: How to Block Google Analytics code inside a firewall We have a chunk of code on our footer that does the normal tracking. outside the firewall or in the real world, or site runs fine, inside the firewall it runs poorly. any one care to explain how i could cfif

Re: How to Block Google Analytics code inside a firewall

2009-04-06 Thread Paul Ihrig
Analytics code inside a firewall We have a chunk of code on our footer that does the normal tracking. outside the firewall or in the real world, or site runs fine, inside the firewall it runs poorly. any one care to explain how i could cfif the code out for users inside the firewall.. i have

Re: How to Block Google Analytics code inside a firewall

2009-04-06 Thread Jason Fisher
Use cgi.remote_addr ... that will be the address of the User, rather than the Server. That should do it. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

Re: How to Block Google Analytics code inside a firewall

2009-04-06 Thread Paul Ihrig
http://www DOT rittal-corp DOT com/cgivars DOT cfm ok i and the guy next to me get* REMOTE_ADDR*: 63.144.103.200 so as long as that dosnt change i should be fine? On Mon, Apr 6, 2009 at 9:59 AM, Jason Fisher ja...@wanax.com wrote: Use cgi.remote_addr ... that will be the address of the

Re: How to Block Google Analytics code inside a firewall

2009-04-06 Thread Paul Ihrig
thanks that seems to have done the trick.. On Mon, Apr 6, 2009 at 10:07 AM, Paul Ihrig pih...@gmail.com wrote: http://www DOT rittal-corp DOT com/cgivars DOT cfm ok i and the guy next to me get* REMOTE_ADDR*: 63.144.103.200 so as long as that dosnt change i should be fine? On Mon,