Linux 软件免费装
Banner图

Trackless

开发者 dominikshaim
更新时间 2026年6月22日 00:52
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

privacy statistics woocommerce analytics cookieless

下载

1.1.6 1.1.7 1.1.8 1.1.4 1.1.5

详情介绍:

Trackless measures your site's traffic — and, on WooCommerce stores, your real revenue and margin — entirely server-side. No cookies, no JavaScript snippet, no consent banner slowing your pages down. You read the reports in your Trackless account dashboard. How visitors are counted (privacy by design): What it measures: Events are collected into a small queue table in your own database and flushed once a day via WP-Cron (or manually with the "Send now" button). The delivery is HMAC-SHA256 signed and idempotent, so retries are safe. WooCommerce is optional: on a plain WordPress site you get cookieless web analytics; with WooCommerce you also get the e-commerce metrics. External service: Trackless (please read) This plugin is a connector for Trackless (https://trackless.cz), a hosted analytics service. It is not a standalone statistics plugin — the reports live in your Trackless account, and the plugin sends data to the service's ingest endpoint at https://trackless.cz/ingest. When data is sent: only after you enter your API key and explicitly tick the Data Processing Agreement (DPA) consent checkbox in the plugin settings. Until you do both, the plugin collects and sends nothing. What is sent (once a day, HMAC-signed): IP→country database: to show visitor country on hosting without a geo header (no Cloudflare / GeoIP module), the plugin downloads a small public IP→country database from https://trackless.cz/api/geoip/country.dat.gz (refreshed about once a week) and resolves the country locally — the visitor IP never leaves your server for this. The database is DB-IP Lite by DB-IP (https://db-ip.com), licensed CC BY 4.0. Terms and pricing: Trackless is a paid service with a 30-day free trial; you need a Trackless account and API key to use this plugin.

安装:

  1. Install the plugin from the WordPress.org directory (Plugins → Add New → search for "Trackless"), or upload the ZIP via Plugins → Add New → Upload Plugin. Activate it.
  2. Create a Trackless account at https://trackless.cz (30-day free trial) and copy your API key from Account management.
  3. Go to Settings → Trackless, paste the API key, tick "Enable data collection and sending" and confirm the Data Processing Agreement. Save.
  4. (Optional) Click "Send now" to deliver the first batch immediately; afterwards data is sent automatically once a day via WP-Cron.

屏幕截图:

  • Status panel — see how many events are queued and when traffic and orders were last sent, and flush the queue immediately with the "Send now" button.
  • Guided setup — until your API key is in place, a one-step reminder links straight to the Trackless settings.
  • Example dashboard in your Trackless account (sample data): traffic, revenue, margin and conversion, an order-based pricing band, and GA4 channel groups — the reports this plugin feeds.

升级注意事项:

1.1.8 Order attribution is now computed server-side (cookieless) and consistent across platforms, and orders are timestamped in UTC so they align with the visit day. Your settings are kept. 1.1.7 Device/browser/OS detection moved server-side: the plugin now sends the raw User-Agent and Trackless parses it centrally. The IP→country database is fetched from a fixed Trackless address. Your settings are kept. 1.1.5 Bot/crawler detection moved server-side: the plugin now forwards the User-Agent and Trackless decides what is a bot. Excluded IP addresses are now managed in your Trackless account (the local field is removed) and applied automatically by the plugin. The local bot list and central bot-pattern sync are removed. 1.1.4 The bot/crawler filter can now be managed centrally in your Trackless account and is applied automatically. Your local settings are kept. 1.1.3 Excluded IPs now support CIDR ranges and exclusions you manage centrally in your Trackless account. Your settings are kept. 1.1.2 Larger default bot filter (SEO crawlers, monitoring, headless browsers, HTTP libraries). Your settings are kept. 1.1.1 Two new settings: excluded self-referral domains (pre-filled with payment gateways) and an editable bot User-Agent filter. Settings are kept. 1.1.0 Translation-ready (English strings + Czech and Slovak translations), WordPress.org-ready readme and a security hardening pass. No data-format changes; settings are kept.

常见问题:

Does it work without WooCommerce?

Yes. On a plain WordPress site you get the full cookieless traffic analytics (visits, sources, pages, devices, countries). WooCommerce only adds the e-commerce part: orders, revenue, margin and product events.

Do I need a cookie consent banner for this plugin?

The plugin itself stores nothing in the visitor's browser — no cookies, no localStorage — and only ever processes a keyed, daily-rotating hash instead of raw identifiers. So this plugin does not give you a reason to add a consent banner. (Whether the rest of your site needs one is a separate question, and this is not legal advice.)

What about Global Privacy Control and Do Not Track?

Global Privacy Control (Sec-GPC: 1) is honoured: such visitors are not tracked at all. The deprecated Do Not Track signal is intentionally ignored, matching common industry practice.

Will it slow down my site?

No measurable effect. A page view costs one INSERT into a local queue table — there is no JavaScript, no external request during the visit. Everything is sent to Trackless once a day in the background (WP-Cron).

Do I need a Trackless account? Is it free?

You need an account at https://trackless.cz — the plugin is only a connector to the Trackless service. The service is paid, with a 30-day free trial; see the pricing on the website.

更新日志:

1.1.8 1.1.7 1.1.6 1.1.5 1.1.4 1.1.3 1.1.2 1.1.1 1.1.0 1.0.1 1.0.0