Google Analytics & Misplacing Code
For those of you that use Google Analytics, you should be aware that if someone steals your source code and leaves your "UA" code, the unique identifier for Google to know what site the traffic is from, that your traffic may be inflated.
The code you place on your site looks like:
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-######-#";
urchinTracker();
</script>
Now, the ######-# is replaced by a unique number that tells Google Analytics who you are. Sometimes when scrapers pull your content, they pull everything.
So just keep this in mind...
Forum discussion at DigitalPoint Forums.
Like The Story? Vote For It On Yahoo Buzz! Or On Sphinn!
rustybrick in Other Google Topics at August 30, 2006 7:56 AM
Comments (5)

Comments
Google doesn't check against the domains you defined?
Posted by Philipp Lenssen at August 30, 2006 14:34