add analytics.
This commit is contained in:
parent
35745f3e6e
commit
6bab3a95a7
|
@ -4,4 +4,14 @@
|
||||||
<div class="base_footer"><div align="center">
|
<div class="base_footer"><div align="center">
|
||||||
<%= "Trustie Team "%> © 2013
|
<%= "Trustie Team "%> © 2013
|
||||||
</div></div>
|
</div></div>
|
||||||
</div>
|
</div>
|
||||||
|
<script>
|
||||||
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||||
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||||
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||||
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||||
|
|
||||||
|
ga('create', 'UA-46523987-1', 'trustie.net');
|
||||||
|
ga('send', 'pageview');
|
||||||
|
|
||||||
|
</script>
|
Loading…
Reference in New Issue