Skip to content

Commit ed0c403

Browse files
authored
[core]: added ga to showcase
ga as in google analytics
1 parent c2b9266 commit ed0c403

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

showcase/index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@ <h3>Here is my contribution graph : </h3>
5959

6060

6161

62+
<script>
63+
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
64+
ga('create', 'UA-136427840-2', 'auto');
65+
ga('send', 'pageview');
66+
</script>
67+
<script async src='https://www.google-analytics.com/analytics.js'></script>
6268

6369
</body>
64-
</html>
70+
</html>

0 commit comments

Comments
 (0)