Title: Zero Analytics
Author: Web Guy
Published: <strong>2026 年 6 月 4 日</strong>
Last modified: 2026 年 6 月 4 日

---

搜尋外掛

![](https://ps.w.org/zeroa-analytics/assets/banner-772x250.png?rev=3560177)

![](https://ps.w.org/zeroa-analytics/assets/icon-256x256.png?rev=3560177)

# Zero Analytics

 由 [Web Guy](https://profiles.wordpress.org/webguyio/) 開發

[下載](https://downloads.wordpress.org/plugin/zeroa-analytics.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/zeroa-analytics/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/zeroa-analytics/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/zeroa-analytics/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/zeroa-analytics/#developers)

 [技術支援](https://wordpress.org/support/plugin/zeroa-analytics/)

## 外掛說明

[💬 Ask Question](https://github.com/webguyio/zero-analytics/issues) | [📧 Email Me](https://tw.wordpress.org/plugins/zeroa-analytics/webguywork@gmail.com?output_format=md)

Zero Analytics gives you the traffic insights that matter: unique visitors, pageviews,
top pages, referrer sources, devices, and countries (without ever collecting personal
data).

No one ever said tracking people HAD to be creepy. By definition, most analytics
tools are in fact super creepy (and in many cases, actually illegal), but it’s also
possible to simply want to know how much monthly traffic you get, what content people
like, and what countries you’re popular in, generally, without violating personal
data.

**Privacy by Design**

 * No cookies, no local storage, no fingerprinting
 * IP addresses are never stored
 * Unique visitor detection uses a salted SHA-256 hash that rotates and is deleted
   daily
 * Referrers are classified into known categories only (raw referrer URLs are never
   stored)
 * Query strings are stripped from all recorded URLs
 * Respects Global Privacy Control (visitors who opt out are not tracked)
 * No external services or third-party calls
 * No consent banner required (GDPR, CCPA, PECR compliant)

**Features**

 * Unique visitors, pageviews, errors, and bot traffic summary
 * Top pages ranked by pageviews
 * Referrer breakdown: search engines, social platforms, internal, and direct
 * Country tracking via CDN/server headers (Cloudflare, mod_geoip, etc.)
 * Device type detection (desktop, mobile, tablet)
 * Bot traffic tracked separately and excluded from main stats
 * Date range filters: last 7, 30, 90 days, and all time
 * Dashboard widget with 30-day summary
 * Lightweight tracking pixel
 * Compatible with all caching configurations including full-page cache

## 安裝方式

 1. Upload the `zeroa-analytics` folder to `/wp-content/plugins/`.
 2. Activate the plugin through the Plugins screen in WordPress.
 3. Visit _Dashboard > Analytics_ in your WordPress admin menu to view your stats.

No configuration is required. Analytics begins collecting immediately on activation.

**Country tracking:** Country data is collected automatically if your server or 
CDN provides a country header (e.g. Cloudflare’s `CF-IPCountry`, Apache’s `GEOIP_COUNTRY_CODE`,
or similar). If no such header is available, country will show as “Unavailable”.

## 常見問題集

### How accurate are the stats?

No analytics tool is 100% accurate. Even Google Analytics can undercount by 20-40%
on tech-savvy audiences due to ad blockers and consent banner declines. Zero Analytics
captures traffic that cookie-based tools miss entirely, but some visitors will never
be counted regardless of which tool you use.

What the stats are reliably good for is identifying signals: which pages are most
popular, where your traffic comes from, which referrers are sending visitors, and
how trends change over time. These relative patterns are consistent and actionable
even when the overall numbers aren’t perfect.

### Why aren’t my visits being recorded?

A few common reasons: you may be logged in as an editor or admin (test logged out
in a private window); your browser may have Global Privacy Control enabled (Firefox,
Brave, and some privacy add-ons have this feature); or your IP has already been 
counted as unique today and revisits reset at midnight UTC.

### Do I need a cookie consent banner?

No. Zero Analytics does not use cookies, localStorage, or any client-side storage.
No personal data is processed or stored. You do not need a consent banner for this
plugin under GDPR, CCPA, or PECR.

### How are unique visitors counted without cookies?

A temporary SHA-256 hash is generated from a daily rotating salt and the visitor’s
IP. This hash is used only to deduplicate requests within a single day and is never
stored in the database. The salt is deleted and replaced at midnight each day, making
cross-day tracking impossible.

### Is any personal data ever collected?

No. The only time anything resembling personal data is touched is during unique 
visitor detection, where a visitor’s IP is briefly combined with a daily-rotating
salt and your site URL to produce a one-way SHA-256 hash. This hash cannot be reversed,
decoded, or used to identify anyone. It is stored temporarily as a transient and
expires at midnight. Neither the IP nor the hash ever touch the analytics database.
Site administrators cannot see visitor IPs or any other personal data, even if they
wanted to.

### Why is my country showing as “Unavailable”?

Country detection relies on your server or CDN injecting a country code header. 
This works automatically on Cloudflare, and on servers running Apache with mod_geoip.
If neither is present, the country cannot be determined without storing IP addresses,
which would compromise privacy.

### Are bots tracked?

Yes, but they are excluded from all main statistics. Bot traffic is recorded separately
and visible in the Bots section at the bottom of the Analytics page.

### Does this plugin work with caching plugins?

Yes. Zero Analytics uses a lightweight tracking pixel that fires on every page load.
Error pages (404s, 500s) are additionally captured server-side for full status code
context.

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈Zero Analytics〉的開發相關工作。

參與者

 *   [ Web Guy ](https://profiles.wordpress.org/webguyio/)

[將〈Zero Analytics〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/zeroa-analytics)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/zeroa-analytics/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/zeroa-analytics/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/zeroa-analytics/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/zeroa-analytics/)。

## 變更記錄

#### 0.1

 * New

## 中繼資料

 *  版本 **0.1**
 *  最後更新 **3 週前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 6.0 或更新版本 **
 *  已測試相容的 WordPress 版本 **7.0**
 *  PHP 版本需求 ** 8.0 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/zeroa-analytics/)
 * 標籤:
 * [analytics](https://tw.wordpress.org/plugins/tags/analytics/)[CCPA](https://tw.wordpress.org/plugins/tags/ccpa/)
   [GDPR](https://tw.wordpress.org/plugins/tags/gdpr/)[privacy](https://tw.wordpress.org/plugins/tags/privacy/)
   [statistics](https://tw.wordpress.org/plugins/tags/statistics/)
 *  [進階檢視](https://tw.wordpress.org/plugins/zeroa-analytics/advanced/)

## 評分

這個項目尚無任何評論記錄。

[Your review](https://wordpress.org/support/plugin/zeroa-analytics/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/zeroa-analytics/reviews/)

## 參與者

 *   [ Web Guy ](https://profiles.wordpress.org/webguyio/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/zeroa-analytics/)

## 贊助

想要支援這個外掛的發展嗎？

 [ 贊助這個外掛 ](https://webguy.io/donate)