Skip to content

Commit d06ea6e

Browse files
committed
added google analytics
1 parent fd0ac7f commit d06ea6e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,5 +170,15 @@ <h3>Usage</h3>
170170
setup_editor($('#demo'));
171171
});
172172
</script>
173+
174+
<script>
175+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
176+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
177+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
178+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
179+
180+
ga('create', 'UA-42950201-1', 'adrai.github.io');
181+
ga('send', 'pageview');
182+
</script>
173183
</body>
174184
</html>

0 commit comments

Comments
 (0)