-
9
Nov
If you are annoyed that your otherwise totally valid website is throwing javascript errors when using Google analytics you want to might try the following modification to the analytics call:
<script type="text/javascript" src="http://www.google-analytics.com/urchin.js">
</script> <script type="text/javascript">
_uacct = "UA-123456-1";
if(typeof urchinTracker != 'undefined')
{ urchinTracker(); }
</script>
- Veröffentlicht von Fabio Bacigalupo in: Code Howto
- Wenn Sie diese Seite mögen, abonnieren Sie doch unseren RSS-Feed!


Hinterlasse eine Antwort