[
https://issues.apache.org/jira/browse/JSPWIKI-614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784710#action_12784710
]
Derek commented on JSPWIKI-614:
-------------------------------
Your assumption is correct. I'm looking for something that allows me to define
a site id, Piwik server and port and have that included in the localheader.jsp.
Either that or a means, via an admin screen, to allow the admin to include the
Piwik provided javascript that would be included in each page.
Example of the standard js is as follows:
<!-- Piwik -->
<script type="text/javascript">
var pkBaseURL = (("https:" == document.location.protocol) ?
"https://{$PIWIK_URL}" : "http://{$PIWIK_URL}");
document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js'
type='text/javascript'%3E%3C/script%3E"));
</script><script type="text/javascript">
try {
var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", {$IDSITE});
piwikTracker.trackPageView();
piwikTracker.enableLinkTracking();
} catch( err ) {}
</script>
<!-- End Piwik Tag -->
> Create a Piwik plugin
> ----------------------
>
> Key: JSPWIKI-614
> URL: https://issues.apache.org/jira/browse/JSPWIKI-614
> Project: JSPWiki
> Issue Type: New Feature
> Components: Plugins
> Reporter: Derek
> Priority: Minor
>
> Would be greate if there was a Piwik (www.piwik.org) plugin to allow the
> tracking of users through the Wiki and to help determine usage and page hits.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.