Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Block Google Analytics
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
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear Jason,
Many thanks.
I will try this method and hope it will not generate to many errors while browsing
Best Regards,
Tim

