Skip to content

Commit e720be9

Browse files
add link to plugin support forums on wordpress.org
1 parent d2acc1e commit e720be9

2 files changed

Lines changed: 51 additions & 26 deletions

File tree

README.md

Lines changed: 51 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ Koko Analytics for WordPress
33
[![License: GPLv3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://raw.githubusercontent.com/ibericode/koko-analytics/master/LICENSE)
44
[![Active installs](https://img.shields.io/wordpress/plugin/installs/koko-analytics.svg)](https://wordpress.org/plugins/koko-analytics/advanced/)
55
[![Rating](https://img.shields.io/wordpress/plugin/r/koko-analytics.svg)](https://wordpress.org/support/plugin/koko-analytics/reviews/)
6-
[![Lighthouse performance score](https://raw.githubusercontent.com/ibericode/koko-analytics/master/assets/src/github/lighthouse_performance.svg)](https://pagespeed.web.dev/analysis/https-www-kokoanalytics-com/e8d4epi2jf?form_factor=mobile)
76

87
**[Koko Analytics](https://www.kokoanalytics.com/) is a fast, privacy-friendly, open-source analytics plugin for WordPress — no cookies, no tracking, no external services.**
98

@@ -14,33 +13,56 @@ Koko Analytics for WordPress
1413

1514
---
1615

17-
## Why Koko Analytics?
16+
Koko Analytics provides website analytics and visitor statistics directly inside your WordPress dashboard without relying on external services. It is privacy-friendly, lightweight, open source, and easy to use.
1817

19-
Koko Analytics is a simple replacement for Google Analytics that:
18+
Fully GDPR, CCPA and PECR compliant by design: no personal data is processed or stored, everything runs on your own server and can be used without cookies.
2019

21-
- Works out-of-the-box (no setup wizard or API keys)
22-
- Stores all data on your server
23-
- Tracks only aggregated counts, never personal data
24-
- Respects GDPR and CCPA by design
25-
- Loads lightning-fast with a script under 500 bytes
20+
You can [view a live demo here](https://www.kokoanalytics.com/koko-analytics-dashboard/).
2621

27-
[See All Features →](https://www.kokoanalytics.com/features/)
22+
### Why Koko Analytics
2823

29-
---
24+
Our goal is to provide you with a simple, lightweight and privacy-friendly alternative to Google Analytics for your WordPress statistics.
25+
26+
#### Privacy Friendly Analytics
27+
28+
Koko Analytics is [privacy friendly analytics](https://www.kokoanalytics.com/privacy-focused-wordpress-analytics/). No personal data is processed or stored, all measurements are carried out completely anonymously and nothing is ever shared with any third-party service.
29+
30+
#### Lightweight Statistics
31+
32+
Koko Analytics is [lightweight analytics](https://www.kokoanalytics.com/lightweight-wordpress-analytics/). It adds less than 1 kilobyte of data to your HTML and is fully compatible with pages served from any kind of cache. WordPress is bypassed entirely for its collection endpoint, making the impact on your site's performance as close to zero as possible. Fact: there is no faster statistics plugin for WordPress.
33+
34+
#### Simple Analytics Dashboard
3035

31-
### Koko Analytics Pro (optional add-on)
36+
Koko Analytics is [simple analytics](https://www.kokoanalytics.com/simple-wordpress-analytics/). There are no complicated reports to dig through. A single dashboard page shows you all the important metrics.
3237

33-
Upgrade for advanced insights while keeping your visitors’ privacy intact:
38+
#### Open Source Analytics
3439

35-
- 🌍 [Geo-location](https://www.kokoanalytics.com/features/geo-location/)
36-
- 🔗 [Event Tracking](https://www.kokoanalytics.com/features/custom-event-tracking/)
37-
- 📨 [Email Reports](https://www.kokoanalytics.com/features/email-reports/)
38-
- 🛠 [CSV Export](https://www.kokoanalytics.com/features/csv-export/)
39-
- 📈 [Pageviews Column in WP Admin](https://www.kokoanalytics.com/features/pageviews-column/)
40-
- 📊 [Admin Bar stats](https://www.kokoanalytics.com/features/admin-bar/)
41-
- 🚨 [Traffic Spike Notifications](https://www.kokoanalytics.com/features/traffic-spike-notifications/)
40+
Koko Analytics is [open source analytics](https://www.kokoanalytics.com/open-source-wordpress-analytics/). The source code is released under the GPL license and freely [available on GitHub](https://github.com/ibericode/koko-analytics). Anyone can read it, inspect it and review it.
4241

43-
[Get Koko Analytics Pro →](https://www.kokoanalytics.com/pricing/)
42+
### Features
43+
44+
- A beautiful analytics dashboard built right into WordPress admin.
45+
- View statistics for your most popular posts and pages.
46+
- See referral statistics showing which sites send you traffic.
47+
- Path-based tracking to see analytics for any URL, including archives and search pages.
48+
- Reliably detect returning visitors without the use of cookies.
49+
- Exclude visits from certain WordPress user roles or IP addresses.
50+
- Import historical statistics from Jetpack Stats, Plausible or Burst Statistics.
51+
- Periodically clean-up historical data older than a specified number of months or years.
52+
- A widget, Gutenberg block or shortcode to show a list of your most visited posts or pages.
53+
- A shortcode or Gutenberg block to show the total number of pageviews to a given page.
54+
55+
### Premium features
56+
57+
- See what countries your site is visited from with geo-location statistics.
58+
- See what browsers, operating systems or devices your visitors are using.
59+
- Custom event analytics to track outbound link clicks, contact form submissions, and more.
60+
- Stay up-to-date with periodic analytics reports delivered to your email inbox.
61+
- Be notified immediately whenever your site experiences an unusual traffic spike.
62+
63+
You will have access to all of these benefits and more for a small yearly fee.
64+
65+
[View pricing for Koko Analytics Pro here →](https://www.kokoanalytics.com/pricing/)
4466

4567
---
4668

@@ -63,6 +85,8 @@ Upgrade for advanced insights while keeping your visitors’ privacy intact:
6385
git clone git@github.com:ibericode/koko-analytics.git wp-content/plugins/koko-analytics
6486
cd wp-content/plugins/koko-analytics
6587
composer install
88+
npm install
89+
npm run build
6690
```
6791

6892
---
@@ -71,17 +95,19 @@ composer install
7195

7296
Once activated, visit Dashboard → Analytics in WordPress to view your stats.
7397

74-
See our [Knowledge Base](https://www.kokoanalytics.com/kb/) for advanced configuration, REST API usage, and code snippets.
98+
See our [knowledge base](https://www.kokoanalytics.com/kb/) for more documentation, sample code snippets and general usage tips.
99+
100+
If you run into issues or have any questions, [open a topic on the WordPress.org plugin support forums](https://wordpress.org/support/plugin/koko-analytics/).
75101

76102
---
77103

78104
## Contributing
79105

80-
Koko Analytics is open source and community-driven. You can:
106+
If you'd like to contribute to Koko Analytics, consider the following:
81107

82-
- ⭐ Star this repo
83-
- 🗣 [Suggest & vote on features](https://github.com/ibericode/koko-analytics/discussions)
84-
- 🌍 [Translate the plugin](https://translate.wordpress.org/projects/wp-plugins/koko-analytics/stable/)
108+
- ⭐ Star this repository
109+
- 🗣 [Suggest & vote on new feature ideas](https://github.com/ibericode/koko-analytics/discussions)
110+
- 🌍 [Help translate the plugin](https://translate.wordpress.org/projects/wp-plugins/koko-analytics/stable/)
85111
- 📝 Write about it on your blog or social media
86112
- 💖 [Upgrade to Koko Analytics Pro](https://www.kokoanalytics.com/pricing/) to fund development
87113

assets/js/src/dashboard.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ document.addEventListener('DOMContentLoaded', () => {
88
new Chart(document.getElementById('ka-chart'));
99
});
1010

11-
1211
// save scroll position when navigating away
1312
function storeScrollPosition() {
1413
sessionStorage.setItem("scrollX", window.pageXOffset);

0 commit comments

Comments
 (0)