Skip to content

Commit

Permalink
Update GA analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
yuraj11 committed Jan 11, 2024
1 parent 6123ccd commit d39745c
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@
<meta property="og:title" content="SQLite Viewer">
<meta property="og:description" content="sqlite file viewer">
<meta property="og:image" content="https://inloop.github.io/sqlite-viewer/img/icon.png">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-N22SYDVQHZ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-N22SYDVQHZ');
</script>
</head>
<body>

Expand Down Expand Up @@ -139,16 +147,5 @@ <h4 class="mb-0">SQLite Viewer</h4>
<script src="js/FileSaver.min.js"></script>
<script src="js/main.js?v=12"></script>

<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-67535271-1', 'auto');
ga('send', 'pageview');

</script>

</body>
</html>

0 comments on commit d39745c

Please sign in to comment.