nparsons08

Topic: Google Analytics Integration

Integrate google analytics with jobberBase much like reCAPTCHA in 1.9

fabien

Re: Google Analytics Integration

Hi,

It's simple, put your google analytics code same of this exemple in your /_templates/default/footer.tpl under line 117 :

Code:
 {literal}<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-youranalyticsID");
pageTracker._trackPageview();
} catch(err) {}</script>{/literal}