Topic: Google Analytics Integration
Integrate google analytics with jobberBase much like reCAPTCHA in 1.9
Welcome to jobberBase Developer Community!
You are not logged in. Please login or register.
We've just added a new category for forums dedicated to local communities.
If you're interested in starting a community in your country or even city, please write us at hello@jobberbase.com and we'll make it happen.
We're also looking for moderators on each local community -- so email us :).
Pages: 1
Integrate google analytics with jobberBase much like reCAPTCHA in 1.9
Hi,
It's simple, put your google analytics code same of this exemple in your /_templates/default/footer.tpl under line 117 :
{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} Posts [ 2 ]
Pages: 1
Powered by FluxBB
[ Generated in 0.020 seconds, 6 queries executed ]