Skip to content

Commit

Permalink
Adding google analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
praneshr committed Jul 15, 2019
1 parent a057589 commit 100eb71
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions examples/src/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,14 @@
<div id="app"></div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.15.0/prism.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.15.0/components/prism-json.min.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-53857863-6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-53857863-6');
</script>
</body>
</html>

0 comments on commit 100eb71

Please sign in to comment.