Skip to content

Commit 960dc6c

Browse files
committed
Add google analytics tracking
1 parent f1244bf commit 960dc6c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

template/footer.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,15 @@
22
© 2011, <a href="http://debuggable.com/">Debuggable Limited</a>.
33
</div>
44
</div>
5+
6+
<script type="text/javascript">
7+
var _gaq = _gaq || [];
8+
_gaq.push(['_setAccount', 'UA-3306079-11']);
9+
_gaq.push(['_trackPageview']);
10+
11+
(function() {
12+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
13+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
14+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
15+
})();
16+
</script>

0 commit comments

Comments
 (0)