Skip to main content
tinytim
New Member
November 29, 2007
Question

Block Google Analytics

  • November 29, 2007
  • 1 reply
  • 2174 views
Hi Folks, Is there any way to prevent a tracking which is done by google-analytics.com on various web sites? Will a block of the FQDN google-analytics.com work or does this service use other ways to perform the tracking? Many thanks in advance. Best Regards, Tim Stummeyer

    1 reply

    jasonb_FTNT
    Staff
    Staff
    November 29, 2007
    This script is embedded in the web pages :- <script src=" http://www.google-analytics.com/urchin.js" type=" text/javascript" > </script> <script type=" text/javascript" > _uacct = " xx-xxxxxx-x" ; urchinTracker(); </script> Blocking google-analytics.com should work. You may get some JavaScript errors in your web browser though.
    tinytim
    tinytimAuthor
    New Member
    November 29, 2007
    Dear Jason, Many thanks. I will try this method and hope it will not generate to many errors while browsing Best Regards, Tim