We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afd0902 commit 2c86d03Copy full SHA for 2c86d03
1 file changed
styles/all/template/overall_footer_after.html
@@ -0,0 +1,10 @@
1
+<script>
2
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
3
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
4
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
5
+ })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
6
+
7
+ ga('create', '{GOOGLE_ANALYTICS_ID}', 'auto');
8
+ ga('send', 'pageview');
9
10
+</script>
0 commit comments