Skip to content
This repository was archived by the owner on Sep 5, 2019. It is now read-only.

Commit 2833a50

Browse files
committed
added ga.js
1 parent d1203b1 commit 2833a50

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

js/ga.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
2+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
3+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
4+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
5+
6+
ga('create', 'UA-41929678-1', 'id-ruby.org');
7+
ga('send', 'pageview');

0 commit comments

Comments
 (0)