You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Koko Analytics](https://www.kokoanalytics.com/) is a simple, open-source, lightweight (< 850 bytes) and privacy-friendly website analytics plugin for WordPress.
8
+
[Koko Analytics](https://www.kokoanalytics.com/) is a simple, open-source, lightweight and privacy-friendly website analytics plugin for WordPress.
9
9
10
10
It aims to be a simple replacement for Google Analytics that respects the privacy of your visitors. Nothing visitor specific is tracked, only aggregated counts.
11
11
@@ -23,7 +23,7 @@ You can view a [live demo of Koko Analytics here](https://www.kokoanalytics.com/
23
23
-**No personal information** or anything visitor specific is tracked.
24
24
-**No cookies** (optional).
25
25
-**Fast**: Handles thousands of daily visitors or sudden bursts of traffic without breaking a sweat.
26
-
-**Lightweight**: Adds less than 850 bytes of data to your pages.
26
+
-**Lightweight**: Only 500 bytes (!) of JavaScript is added to your pages.
27
27
-**Storage**: A year worth of data takes up less than 5MB of database storage.
28
28
-**REST API**: You can access your data from anywhere via REST API endpoints.
29
29
-**Cached**: Fully compatible with pages served from cache.
Copy file name to clipboardExpand all lines: readme.txt
+11-15Lines changed: 11 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ You can view a [live demo of Koko Analytics here](https://www.kokoanalytics.com/
30
30
- **No personal data** or anything visitor specific is tracked.
31
31
- **No cookies**: There is an option to not use any cookies.
32
32
- **Fast**: Handles hundreds of concurrent pageviews without breaking a sweat.
33
-
- **Lightweight**: Adds less than 850 bytes of data to your pages. A year worth of data will take up less than 10 MB of storage.
33
+
- **Lightweight**: Only 500 bytes (!) of JavaScript is added to your pages. In your database, a full year worth of data will take up less than 10 MB of storage.
34
34
- **GDPR Compliant** by design.
35
35
- **Metrics**: All the essentials: total pageviews, unique pageviews and referral URL's.
36
36
- **Referrer spam:** Built-in blocklist to filter out referrer spam.
@@ -89,24 +89,22 @@ You can view your dashboard by going to **WP Admin > Dashboard > Analytics**.
89
89
#### Does this respect my visitor's privacy?
90
90
Yes, absolutely. Koko Analytics only stores aggregated counts. Nothing visitor specific is tracked.
91
91
92
-
#### Does this use any external services?
93
-
No external servives are used. All data lives on your server alone.
92
+
#### Does this require any external services?
93
+
No.
94
94
95
95
### Does Koko Analytics set any cookies?
96
-
By default yes, but you can disable it.
96
+
By default yes, but you can disable the use of cookies entirely from the plugin's settings page by choosing a different tracking method.
97
97
98
-
Koko Analytics sets a single cookie named `_koko_analytics_pages_viewed` with a lifetime of `6 hours`. This cookie is used to reliably detect unique pageviews and returning visitors without having to store any personal information on your server.
99
-
100
-
You can disable the use of cookies from the plugin's settings page.
98
+
If using cookie-based tracking, Koko Analytics sets a single cookie named `_koko_analytics_pages_viewed` with a lifetime of at most `24 hours`. This cookie is used to accurately detect unique pageviews and returning visitors without having to store any personal information on your server.
@@ -117,7 +115,6 @@ Yes, see [github.com/ibericode/koko-analytics](https://github.com/ibericode/koko
117
115
Have a look at the [Koko Analytics knowledge base](https://www.kokoanalytics.com/kb/).
118
116
119
117
### How to show number of visits to a page?
120
-
121
118
You can use the `[koko_analytics_counter]` shortcode to show the number of visitors to the current page.
122
119
123
120
It takes 3 optional arguments:
@@ -133,11 +130,10 @@ Example use with arguments:
133
130
`
134
131
135
132
### Why are category and tag archives not tracked?
136
-
137
-
Koko Analytics is currently only able to track things that have an internal post ID, which is every (custom) post type. This is so that Koko Analytics does not have to store pathnames, which would take up a lot of storage space or an additional pre-processing step to normalize the data.
133
+
Koko Analytics is currently only able to track posts, pages and other post types. This is so that Koko Analytics does not have to store URL's or post titles, which would take up a lot of storage space.
138
134
139
135
### How can I help fund Koko Analytics?
140
-
You can [purchase Koko Analytics Pro](https://www.kokoanalytics.com/pricing/) to help fund the plugin.
136
+
You can [purchase Koko Analytics Pro](https://www.kokoanalytics.com/pricing/) to help fund the plugin while also unlocking some very useful features.
0 commit comments