Description
Stop wasting ad budget on fraudulent clicks. Fraud Blocker detects and blocks bots, click farms, and competitors clicking your Google and Meta Ads — in real time.
Installing Fraud Blocker on your WordPress site takes under 2 minutes and requires just one thing: your Domain ID from the Fraud Blocker dashboard. That’s it.
Why Fraud Blocker?
Fraud Blocker is a leading click fraud prevention software for small businesses, ad agencies and enterprises:
- Key Features — Device fingerprinting, VPN/proxy blocking, customizable rules, automated blocking for Google & Meta Ads. The platform also has APIs and team controls and they recently introduced email spam protection. The company also has over 4,000 customers and analyzes 60 million IP addresses per month.
- Benefits — Fraud Blocker is the top-rated alternative choice based on its ease-of use, premium features, support for ad agencies, quick OAuth integrations and straightforward plans with transparent limits (click-based).
- Pricing — Fraud Blocker offers affordable, transparent pricing for small businesses with scaled plans for enterprises and ad agencies.
Requirements
- An active Fraud Blocker account — register at fraudblocker.com
- WordPress 5.9 or later
- PHP 7.4 or later
Installation
From the WordPress Plugin Directory
- Navigate to Plugins Add New in your WordPress admin.
- Search for Fraud Blocker.
- Click Install Now, then Activate.
- Go to Fraud Blocker in the left-hand menu.
- Enter your Domain ID (the
sidvalue from your Fraud Blocker tracking tag). - Click Save Settings.
Done. Your tag is now installed successfully.
Finding Your Domain ID
Log in to app.fraudblocker.com, navigate to Setup Add Tracking Tag, and copy the sid= value from your tag snippet.
FAQ
-
Do I need a Fraud Blocker account?
-
Yes. The plugin sends tracking data to Fraud Blocker’s servers and displays reports in the Fraud Blocker dashboard. Sign up for a free trial to get started.
-
Will this plugin affect page performance?
-
The tracking script loads asynchronously by appending a
<script>element to the document head on the front end. It is designed to avoid blocking page rendering. -
What happens when the plugin is uninstalled?
-
All plugin data (settings and option flags) is removed from the WordPress database.
-
How does the JavaScript tag work?
-
Service:
https://monitor.fraudblocker.com— loads the Fraud Blocker JavaScript and fallback image endpoints used for click and conversion measurement when you configure a Domain ID.What is used for: Injects
fbt.js(and optionallyctrack.js) on the public site; outputsfbt.gif(and optional conversion pixel) inside<noscript>when JavaScript is disabled.What data is sent and when: Your configured Domain ID is included in script and pixel URLs as the
sidquery parameter. When visitors load pages where tracking runs, their browser requests those assets frommonitor.fraudblocker.comusing normal HTTPS (referrer, IP, and other standard request metadata apply as with any third-party asset). When a site administrator clicks Verify Domain ID in wp-admin, the server performs a one-timeGETrequest to the same host to confirm the Domain ID returns HTTP 200 (result may be cached up to 12 hours).Legal: Terms of Service, Privacy Policy.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Fraud Blocker — Click Fraud Protection” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Fraud Blocker — Click Fraud Protection” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.3
- Replaced short and mixed plugin prefixes with a unique plugin-specific prefix for WordPress.org compliance.
- Simplified the plugin to save a Domain ID and place only the official Fraud Blocker tracking tag.
- Restored the polished setup screen and local Domain ID format check for a focused tag-only setup flow.
1.0.2
- Removed lifecycle calls to the Fraud Blocker API on activate, deactivate, and uninstall (WordPress.org guideline compliance).
- Removed IP whitelist and custom tracking label options; simplified settings.
- Readme: added External services disclosure with Terms and Privacy links; admin menu icon CSS loaded via
wp_enqueue_style+wp_add_inline_style.
1.0.1
- Settings screen: resources links, clearer setup, grayscale admin menu icon.
- Text domain and plugin folder name aligned with the WordPress.org listing for translations and installs.
1.0.0
- Initial public release on WordPress.org.
- Async tracking script injection; noscript fallback pixel via
wp_body_openwith awp_footersafety net. - Single Domain ID setup; accepts dashboard
sidtokens with letters, numbers, underscores, and hyphens. - Admin user exclusion from tracking.
- Basic first-party session support for the original tracking implementation.
- Full WordPress Coding Standards (WPCS) compliance;
languages/directory for the plugin header Domain Path; clean uninstall removes all plugin data from the database.
