Details
-
Type:
Story
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 6.2.0 CE M3
-
Component/s: WCM, WCM > Sites Administration
-
Labels:None
-
Epic/Theme:
-
Similar Issues:
Description
The goal of this requirement is to allow for out of the box support for an additional realtime analytics software: Piwik. Piwik is Open Source and it can be used in all installations in which for security reasons, using an external statistics collector such as Google Analytics is not possible.
In addition to the configuration options that will need to be added for site administrators, there should be a new configuration property in portal.properties to allow installers to enable or disable the different analytics software. The goal of this property would be to prevent confusing users with too many options if they should only really be using one, or even not offering an option (such as Google Analytics) that is forbidden for security reason. A sample of how that property could look like would be (showing different values):
sites.form.analytics=google,piwik
sites.form.analytics=google
sites.form.analytics=piwik
sites.form.analytics=
An empty value would mean that the site administrator would not be able to configure any analytics through the site settings form.

Closing as all related Sub-tasks have been closed.