

<strong>Dashboard</strong> - Quick action for Ads, Campaign and Ad Space.
Ad Fuz is a powerful WordPress ad management plugin built for publishers, developers, marketers, and site owners who want full control over their advertising inventory — no third-party lock-in, no forced networks, and no unnecessary complexity.
Full Control. Unmatched. Zero-Compromise. Manage your ads like a boss.
AdFuz gives you a structured, developer-grade workflow to create ads, schedule campaigns with precise date ranges, and serve them through defined ad spaces — all from your WordPress dashboard.
Watch the demo video below:
Display Popup and Exit Popup ads across your entire site or target them to specific posts, pages, and post types — without manually placing ads inside your content.
Track ad performance with a stats dashboard for your ads.
Features
* Add multiple global ads with flexible visibility rules
* Show ads on All Pages, selected post types, or specific posts/pages
* When multiple rules match, the ad with the higher priority is shown
* If two rules have the same priority, the more specific rule is displayed
* Great for promotions, email capture, announcements, special offers, and seasonal campaigns
Build and manage every ad in your inventory with precision.
Schedule your campaigns and let AdFuz handle the rest.
Define your placement zones once — serve ads anywhere.
AdFuz ships with a native Gutenberg block for placing ad spaces directly in the WordPress block editor.
No shortcodes or PHP required. The block respects all ad space settings including fallback ads and display sequence.
[ad-fuz ad_space_id="AD_SPACE_ID"]
<?php adfuz_adspace( 'AD_SPACE_ID' ); ?><h3>Source Code & Build Tools</h3>
The JavaScript and CSS source code for AdFuz is bundled using Vite. The source code is available in the following locations:
assets/js/ directory in the source repositoryassets/css/ directory in the source repositoryTo modify the source code and regenerate the production files:
npm installnpm run build (for admin assets) or npm run build:frontend (for frontend assets)assets/public/ directory.For development with hot-reload: npm run dev
This plugin’s JavaScript and CSS are compiled using Vite and npm.
The uncompiled source files are included in the plugin under assets/js/ and assets/css/.
Build configuration files (vite.config.js, package.json, vite.config.frontend.js, tailwind.config.js) are also included in the plugin root.
To build from source:
1. npm install
2. npm run build-admin # builds admin JS/CSS
3. npm run build-frontend # builds frontend JS/CSS
— or —
npm run build # builds both