From 79efd773a5e43c3e0ea6c6c4067d7abb21bd0448 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Tue, 18 Jun 2019 12:55:41 +0000 Subject: [PATCH] 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 --- distro/changelog.xml | 3 +++ src/main/webapp/index.jsp | 10 ++++++++++ 2 files changed, 13 insertions(+) diff --git a/distro/changelog.xml b/distro/changelog.xml index a701ba5..246ebf6 100644 --- a/distro/changelog.xml +++ b/distro/changelog.xml @@ -1,4 +1,7 @@ + + Added Google Analytics support [ticket #17015] + First Release diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 0127326..ea810ea 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -37,6 +37,16 @@ console.log('Protocol: '+scheme); var contextPath = '<%= request.getContextPath() %>'; + + + +