Linux 软件免费装
Banner图

Variolab – A/B Testing

开发者 guillaumeferrari
lozit
更新时间 2026年5月28日 17:21
PHP版本: 8.1 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

analytics conversion ab testing split testing

下载

0.15.0

详情介绍:

Run A/B tests by pointing the plugin at two existing pages — one as the control (Variant A), one as the variant (Variant B). Visitors are split 50/50 via a persistent cookie; once assigned, they always see the same variant. Tracking is fully internal: impressions and conversions land in a custom database table, and the wp-admin dashboard shows conversion rates, lift, and a basic statistical significance indicator (two-proportion z-test). Security-audited internally before every release (situated checklist + OWASP grid). See SECURITY.md on GitHub for the disclosure policy and the latest audit report (docs/security/latest.md). Features

安装:

  1. Upload the plugin folder to /wp-content/plugins/.
  2. Activate Variolab – A/B Testing through the Plugins menu.
  3. Go to A/B Tests in the admin sidebar to create your first experiment.

屏幕截图:

  • Import HTML page — drag-and-drop upload of .html / .htm / .zip files (extracted to wp-content/uploads/abtest-templates/{slug}/ with relative-asset URL rewriting), plus the Watch directory panel for IDE / SFTP / cloud-sync workflows
  • Settings — privacy & consent gate (GDPR), Google Analytics 4 Measurement Protocol integration, generic webhooks (Zapier / Make / Mixpanel / Segment / Slack / n8n), and REST API documentation with a copy-paste curl example

常见问题:

How is a visitor assigned to a variant?

On their first visit to the control page, a cookie abtest_{experiment_id} is set with value a or b. Subsequent visits read that cookie — the visitor always sees the same variant.

Will admins see the test?

No. Logged-in users with edit_posts capability are bypassed and always see the control. The admin bar shows a marker indicating which experiment is running on the page.

Does it work with WooCommerce / Gutenberg blocks?

v1 only swaps the entire page (the variant must be a separate post). Block-level and product-level testing are on the roadmap.

更新日志:

0.15.0 0.14.0 0.13.0 0.12.0 0.11.3 0.11.2 0.11.1 0.11.0 0.10.1 0.10.0 0.9.3 0.9.2 0.9.1 0.9.0 0.8.2 0.8.1 0.8.0 0.7.0 0.6.1 0.6.0 0.5.0 0.4.0 0.1.0