Title: TrafficValidator &#8211; Lead Scoring &amp; Bot Detection
Author: Traffic Validator
Published: <strong>22 Tháng 6, 2026</strong>
Last modified: 22 Tháng 6, 2026

---

Tìm kiếm plugin

![](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

 Bởi [Traffic Validator](https://profiles.wordpress.org/trafficvalidator/)

[Tải về](https://downloads.wordpress.org/plugin/trafficvalidator.1.0.0.zip)

 * [Chi tiết](https://vi.wordpress.org/plugins/trafficvalidator/#description)
 * [Đánh giá](https://vi.wordpress.org/plugins/trafficvalidator/#reviews)
 *  [Cài đặt](https://vi.wordpress.org/plugins/trafficvalidator/#installation)
 * [Nhà phát triển](https://vi.wordpress.org/plugins/trafficvalidator/#developers)

 [Hỗ trợ](https://wordpress.org/support/plugin/trafficvalidator/)

## Mô tả

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

## Cài đặt

 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).

## Hỏi đáp

### 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.

## Đánh giá

Không có đánh giá nào cho plugin này.

## Người đóng góp & Lập trình viên

“TrafficValidator – Lead Scoring & Bot Detection” là mã nguồn mở. Những người sau
đã đóng góp vào plugin này.

Những người đóng góp

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

[Dịch “TrafficValidator – Lead Scoring & Bot Detection” sang ngôn ngữ của bạn.](https://translate.wordpress.org/projects/wp-plugins/trafficvalidator)

### Muốn tham gia phát triển?

[Duyệt code](https://plugins.trac.wordpress.org/browser/trafficvalidator/), check
out [SVN repository](https://plugins.svn.wordpress.org/trafficvalidator/), hoặc 
theo dõi [nhật ký phát triển](https://plugins.trac.wordpress.org/log/trafficvalidator/)
qua [RSS](https://plugins.trac.wordpress.org/log/trafficvalidator/?limit=100&mode=stop_on_copy&format=rss).

## Nhật ký thay đổi

#### 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

## Meta

 *  Phiên bản **1.0.0**
 *  Cập nhật lần cuối **2 ngày trước**
 *  Số lượt cài đặt **Ít hơn 10**
 *  Phiên bản WordPress ** 6.3 hoặc cao hơn **
 *  Đã kiểm tra lên đến **7.0**
 *  Phiên bản PHP ** 7.4 hoặc cao hơn **
 *  Ngôn ngữ
 * [English (US)](https://wordpress.org/plugins/trafficvalidator/)
 * Thẻ
 * [anti-spam](https://vi.wordpress.org/plugins/tags/anti-spam/)[bot detection](https://vi.wordpress.org/plugins/tags/bot-detection/)
   [form spam](https://vi.wordpress.org/plugins/tags/form-spam/)[lead scoring](https://vi.wordpress.org/plugins/tags/lead-scoring/)
   [lead validation](https://vi.wordpress.org/plugins/tags/lead-validation/)
 *  [Nâng cao](https://vi.wordpress.org/plugins/trafficvalidator/advanced/)

## Đánh giá

Chưa có đánh giá nào được gửi.

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

[Xem tất cả đánh giá](https://wordpress.org/support/plugin/trafficvalidator/reviews/)

## Những người đóng góp

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

## Hỗ trợ

Có điều gì muốn nói? cần giúp đỡ?

 [Xem diễn đàn hỗ trợ](https://wordpress.org/support/plugin/trafficvalidator/)