I tried to add Google Analytics to Activiti-Explorer, but it never showed up, I tried to add the code into ExplorerApplicationServlet.writeAjaxPageHtmlVaadinScripts:
String googleAnalytics = "xxxxxxx"; //Google Analytics generated code
page.write(googleAnalytics);
But it doesn't work. I searched the Vaadin forum, there is an add-on for google analytics. Is there a simple way to add the analytics code other than downloading the vaadin analytics add-ons?