Title: TrafficValidator &#8211; Lead Scoring &amp; Bot Detection
Author: Traffic Validator
Published: <strong>2026 年 6 月 22 日</strong>
Last modified: 2026 年 6 月 22 日

---

搜尋外掛

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

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

# TrafficValidator – Lead Scoring & Bot Detection

 由 [Traffic Validator](https://profiles.wordpress.org/trafficvalidator/) 開發

[下載](https://downloads.wordpress.org/plugin/trafficvalidator.1.0.0.zip)

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

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

## 外掛說明

TrafficValidator scores every form submission on your site in real time using 30
+ detection signals. Bots, spam, disposable emails, and fake leads are identified
before they reach your CRM or inbox.

**Works with every form plugin:**

 * Contact Form 7
 * Gravity Forms
 * WPForms
 * Elementor Forms
 * Ninja Forms
 * Formidable Forms
 * HubSpot Forms (embedded)
 * Any HTML form

**Key features:**

 * One-click install — no code changes needed
 * Async script loading — zero impact on PageSpeed
 * Optional server-side blocking — tag or reject low-scoring submissions before 
   they reach your inbox (Contact Form 7, WPForms, Gravity Forms)
 * Dashboard widget with lead quality stats
 * WooCommerce support for checkout and registration forms
 * Compatible with all caching plugins
 * Fail-open by design — if scoring is ever unavailable, real leads always get through

**How it works:**

 1. Install the plugin and enter your API key
 2. The scoring script loads automatically on every page
 3. When a visitor submits a form, the lead is scored across 30+ signals
 4. Results appear in your TrafficValidator dashboard in real time

### External services

This plugin connects to TrafficValidator, a third-party lead scoring and bot detection
service, to score form submissions on your site. The plugin will not function without
it, and it requires a TrafficValidator account and API key.

It relies on these external services:

 1. TrafficValidator JavaScript SDK (https://cdn.trafficvalidator.com/leadscore.js)
 2.  * What it is: the client-side script that observes form submissions in the browser.
     * When it loads: on every front-end page where the plugin is enabled.
     * What is sent: your Public API key and the form data a visitor submits (such 
       as email, name, phone, and message), together with technical signals (IP address,
       user agent, and page/referrer URL).
 3. TrafficValidator Scoring API (https://api.trafficvalidator.com)
 4.  * What it is: the API that returns a 0-100 quality score and verdict for each 
       submission.
     * When it is called: client-side on form submission, and (only if you enable server-
       side protection with a Secret key) server-side from your site when a Contact
       Form 7, WPForms, or Gravity Forms entry is submitted — either to look up the
       score the browser script already calculated for that submission, or, if none
       is available, to score it.
     * What is sent: when looking up an existing score, the id of that scored lead;
       when scoring, the submitted form fields plus the visitor’s IP address and user
       agent.

Data is sent only when a form is submitted (or, for the dashboard widget, when an
administrator views the WordPress dashboard). No data is sent for ordinary page 
views beyond loading the script.

By using this plugin you agree to TrafficValidator’s Terms of Service and Privacy
Policy:
 – Terms of Service: https://trafficvalidator.com/terms – Privacy Policy:
https://trafficvalidator.com/privacy

## 安裝方式

 1. Upload the plugin files to `/wp-content/plugins/trafficvalidator/` or install through
    the WordPress plugin directory.
 2. Activate the plugin through the Plugins screen.
 3. Go to Settings  TrafficValidator and enter your Public API Key.
 4. That’s it — your forms are now protected.

Get your API key at [trafficvalidator.com/signup](https://trafficvalidator.com/signup)(
free plan available).

## 常見問題集

### Do I need to configure each form individually?

No. The script automatically detects all forms on the page and scores submissions
from any of them.

### Does it slow down my site?

No. The script loads asynchronously and weighs under 8 KB gzipped. It has zero impact
on Core Web Vitals.

### Does it work with caching plugins?

Yes. After activating, clear your page cache once. The script is enqueued via standard
WordPress hooks and will be included in all future cached pages.

### Does it work with WooCommerce?

Yes. Enable WooCommerce mode in the plugin settings to score checkout and registration
forms.

### What is the difference between the Public and Secret API keys?

The Public key (lv_pk_…) powers the client-side script that scores every form automatically—
this is all most sites need. The optional Secret key (lv_sk_…) enables server-side
scoring, which lets the plugin tag or block low-scoring submissions to Contact Form
7, WPForms, and Gravity Forms before they are delivered.

### Will blocking ever stop a real customer from contacting me?

No. Server-side blocking is fail-open: if the scoring API is slow or unreachable,
the submission is always allowed through. You also control the block threshold, 
and can use “tag only” mode to record scores without blocking anything.

### What data is sent to TrafficValidator?

Only the form fields needed to score the lead (such as email, name, phone, and message),
plus the visitor’s IP address and user agent. See our privacy policy at trafficvalidator.
com/privacy.

### Is a paid account required?

A free TrafficValidator account is available with 100 leads/month. Paid plans start
at $29/month for higher volumes.

## 使用者評論

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

## 參與者及開發者

以下人員參與了開源軟體〈TrafficValidator – Lead Scoring & Bot Detection〉的開發相關
工作。

參與者

 *   [ Traffic Validator ](https://profiles.wordpress.org/trafficvalidator/)

[將〈TrafficValidator – Lead Scoring & Bot Detection〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/trafficvalidator)

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

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

## 變更記錄

#### 1.0.0

 * Initial release
 * Client-side scoring script injection on all pages (works with any form)
 * Optional server-side scoring with tag/block modes for Contact Form 7, WPForms,
   and Gravity Forms
 * Settings page with Public + Secret API keys, enable toggle, block mode/threshold,
   and WooCommerce mode
 * Dashboard widget with 30-day lead quality stats
 * Fail-open server-side protection

## 中繼資料

 *  版本 **1.0.0**
 *  最後更新 **3 天前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 6.3 或更新版本 **
 *  已測試相容的 WordPress 版本 **7.0**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/trafficvalidator/)
 * 標籤:
 * [anti-spam](https://tw.wordpress.org/plugins/tags/anti-spam/)[bot detection](https://tw.wordpress.org/plugins/tags/bot-detection/)
   [form spam](https://tw.wordpress.org/plugins/tags/form-spam/)[lead scoring](https://tw.wordpress.org/plugins/tags/lead-scoring/)
   [lead validation](https://tw.wordpress.org/plugins/tags/lead-validation/)
 *  [進階檢視](https://tw.wordpress.org/plugins/trafficvalidator/advanced/)

## 評分

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

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

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

## 參與者

 *   [ Traffic Validator ](https://profiles.wordpress.org/trafficvalidator/)

## 技術支援

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

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