google analytics
This commit is contained in:
parent
f212efcd36
commit
c5a808eabd
@ -19,6 +19,7 @@
|
||||
= javascript_include_tag "public"
|
||||
|
||||
= csrf_meta_tag
|
||||
|
||||
=render :partial => "public/shared/ga"
|
||||
|
||||
= stylesheet_link_tag 'public'
|
||||
|
@ -2,9 +2,9 @@
|
||||
(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');
|
||||
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
|
||||
|
||||
ga('create', 'UA-71431331-1', 'auto');
|
||||
ga('create', 'UA-77118736-1', 'auto');
|
||||
ga('send', 'pageview');
|
||||
|
||||
</script>
|
Loading…
x
Reference in New Issue
Block a user