Linux 软件免费装
Banner图

SERVIT Analytics

开发者 cservit
更新时间 2026年8月14日 15:02
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

privacy statistics analytics gdpr cookieless

下载

1.0.2

详情介绍:

SERVIT Analytics records visits server-side without cookies, without external services and without storing personal data (IP addresses). All data stays in your own WordPress database. Dashboard features Visitor flow The visitor flow shows the path visitors take through your site: which page they arrive on, which pages they open next and at which point they leave. It is drawn as a Sankey diagram over the first four steps of a session, with the most-used pages per step and everything else merged into one node. Below it, two tables list the entry pages with their bounce rate and the exit pages with their exit rate, so you can see which pages bring visitors in and which ones end the visit. This works on data you have already collected — no extra tracking and no additional data is stored for it. Pages imported from Statify are not included, because an imported row is a single view without a real session. Privacy (GDPR) Conversions / Events Track conversions via PHP (e.g. after a contact form submission): do_action( 'servit_analytics_event', 'contact', array( 'label' => 'Contact Form' ) ); do_action( 'servit_analytics_event', 'order', array( 'value' => 49.90 ) ); do_action( 'servit_analytics_event', 'order_confirmed', array( 'value' => 49.90 ) ); Or via JavaScript on the frontend: ServitAnalytics.track( 'contact', { label: 'Contact Form' } ); The JavaScript helper is limited to non-monetary events (contact requests and tel/mailto/WhatsApp clicks) and is rate limited. Orders and their values are recorded server-side only — via the PHP hook above or the automatic shop integrations — so revenue figures cannot be forged from the browser. Automatic integrations (individually toggleable under Analytics > Settings): Hooks are only active when the respective plugin is installed. The status (detected / not found) is shown in the settings. Ads / Campaign Tracking Tag your ads with UTM parameters (e.g. ?utm_source=google&utm_medium=cpc&utm_campaign=summer_sale) or rely on automatically detected click IDs (gclid, gbraid/wbraid, fbclid, msclkid, ttclid, li_fat_id). Manage ad spend under Analytics > Ads & Costs — either manually per campaign/period or via CSV import (columns: date, campaign, cost, optional source; compatible with the daily export from Google Ads / Meta). The dashboard then calculates ROAS (revenue/cost) and CPA (cost/order). Privacy note: click IDs and localStorage attribution may require consent in some jurisdictions. This implementation is deliberately cookieless and without a consent banner; legal classification is the responsibility of the site operator. Import from Statify Under Analytics > Statify Import, existing Statify data can be migrated. For each Statify row, the date, path (mapped to page type) and referrer (mapped to source) are imported. The import runs in batches (even for very large tables) and is repeatable without creating duplicates. Important: Statify tracks neither devices nor sessions. Imported days therefore show no device breakdown; each historical pageview counts as one session. Sources and page types are fully preserved. Do not uninstall Statify before importing — otherwise the data is lost. Third-Party Services This plugin does not connect to any external service, API or CDN. All data is processed and stored locally in your WordPress database. No data is sent to or received from third-party servers. There are no remote requests of any kind. Data Storage The plugin creates three custom database tables ({prefix}_servit_analytics_views, {prefix}_servit_analytics_events, {prefix}_servit_analytics_ad_costs) to store pageviews, conversion events and ad spend data. No personal data (IP addresses, usernames) is stored. Visitor uniqueness is determined by a daily-rotating, non-reversible SHA-1 hash that cannot be traced back to an individual. All data can be deleted by enabling "Delete all tables and data when the plugin is uninstalled" in the settings before uninstalling the plugin.

安装:

  1. Upload the servit-analytics folder to /wp-content/plugins/ or install the ZIP via Plugins > Add New > Upload.
  2. Activate the plugin. The database tables are created automatically.
  3. Open the Analytics menu item in the admin sidebar.
  4. Under Analytics > Settings, configure page-type rules, excluded roles and data retention.

屏幕截图:

  • Traffic sources and device breakdown.
  • Campaign / Ads table with ROAS and CPA.
  • Settings page with tracking options, integrations and page-type rules.
  • Ads & Costs management with manual entry and CSV import.

升级注意事项:

1.0.2 Adds the visitor flow view. No database changes — it is built from the pageviews you have already collected, so the history is there right after the update. 1.0.1 English is now the default language. Existing German data labels (e.g. "Direkt", "Startseite") are automatically migrated to English on upgrade. German translations are available via language files.

常见问题:

Does this plugin use cookies?

No. The session ID is stored in sessionStorage, which is cleared automatically when the browser tab is closed. No cookies are set at any point.

Does this plugin store IP addresses?

No. A daily-rotating, salted SHA-1 hash is computed from the IP, user agent and a WordPress nonce salt. The hash is stored; the IP is never written to the database.

Is this plugin GDPR compliant?

The plugin is designed with GDPR in mind: no cookies, no IP storage, no external services. Whether consent is required depends on your specific use case and jurisdiction — consult your data protection officer or legal counsel.

Does this plugin load external scripts or connect to remote servers?

No. Everything runs locally. Charts are rendered as inline SVG. There is no CDN, no external JavaScript library and no remote API call.

Can I use this alongside Google Analytics or other tracking tools?

Yes. SERVIT Analytics operates independently and does not interfere with other analytics solutions.

What happens to my data when I deactivate the plugin?

Nothing. All data is preserved. The plugin only removes its cron jobs on deactivation. To permanently delete all data, enable "Delete all tables and data when the plugin is uninstalled" in the settings, then uninstall the plugin.

How does the Statify import work?

Go to Analytics > Statify Import. The plugin reads the Statify database table and imports date, path and referrer for each row. Since Statify does not track sessions or devices, each imported pageview is counted as a separate session. The import runs in batches and can be resumed safely.

Which integrations are supported?

Fluent Forms (contact requests), WooCommerce (orders), Easy Digital Downloads (orders) and FluentBooking (bookings). Each integration can be toggled individually in the settings and is only active when the respective plugin is installed.

更新日志:

1.0.2 1.0.1 1.0.0