Add analytics
parent
3886eeb1c2
commit
6332c46cff
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue