Comment 8 for bug 578713

Revision history for this message
Ben Palmer (ben-graphnetwork) wrote :

Hi Emilio,

The good news is that your advice for checking the try - catch worked.

Since turning it on the reporting has returned.
Hopefully this is good news for the other people with the same problem here.

Thanks for your swift reply and great work,

Ben.

btw. Google tracking code looks like:

<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try{
var pageTracker = _gat._getTracker("UA-xxxxxx-x");
pageTracker._trackPageview();
} catch(err) {}
</script>