aboutsummaryrefslogtreecommitdiffstats
path: root/gum/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'gum/README.md')
-rw-r--r--gum/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/gum/README.md b/gum/README.md
index 41db49d..ffaefb3 100644
--- a/gum/README.md
+++ b/gum/README.md
@@ -24,6 +24,15 @@ GOOGLE_ANALYTICS_ID = ''
GOOGLE_ANALYTICS_SITENAME = ''
```
+Alternatively you can use [Piwik](http://piwik.org/) for analytics if you set the following settings, where the url has to be given without leading `http://` and trailing `/`.
+
+```
+PIWIK_ID = ''
+PIWIK_URL = ''
+```
+
+
+
### Screenshot ###