Add analytics

pull/160/head
cagataycivici 2020-01-23 10:36:22 +03:00
parent 3886eeb1c2
commit 6332c46cff
1 changed files with 10 additions and 0 deletions

View File

@ -8,6 +8,16 @@
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>PrimeVUE</title>
<link id="theme-link" rel="stylesheet" href="<%= BASE_URL %>themes/nova-light/theme.css">
<script>
window.ga = window.ga || function () {
(ga.q = ga.q || []).push(arguments)
};
ga.l = +new Date;
ga('create', 'UA-93461466-1', 'auto');
ga('require', 'urlChangeTracker');
ga('send', 'pageview');
</script>
<script async src="https://www.google-analytics.com/analytics.js"></script>
</head>
<body>