added analytics

pull/5370/head
Defi Boy 4 years ago committed by Joseph Izang
parent 3c77dd0f89
commit 16c045ada5
  1. 7
      public/index.html

@ -24,15 +24,16 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-146337217-6"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-146337217-7"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', '');
gtag('config', 'UA-146337217-7');
</script>
<style>
*,
*:after,

Loading…
Cancel
Save