ref 17015: NLP Hub - Add accounting through Google Analytics

https://support.d4science.org/issues/17015

Added support to Google Analytics

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/data-analysis/nlphub@179898 82a268e6-3cf1-43bd-a215-b396298e98cf
master
Giancarlo Panichi 5 years ago
parent 60ad1d0575
commit 79efd773a5

@ -1,4 +1,7 @@
<ReleaseNotes>
<Changeset component="${groupId}.${artifactId}.1-0-1" date="2019-06-18">
<Change>Added Google Analytics support [ticket #17015]</Change>
</Changeset>
<Changeset component="${groupId}.${artifactId}.1-0-0" date="2019-02-25">
<Change>First Release</Change>
</Changeset>

@ -37,6 +37,16 @@
console.log('Protocol: '+scheme);
var contextPath = '<%= request.getContextPath() %>';
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-2731621-28"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-2731621-28');
</script>
</head>
<body style="padding: 0 15px;">

Loading…
Cancel
Save