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.
Get a quick overview of your entire ad setup in one place. The Dashboard shows live counts for your Ads, Ad Spaces, and Campaigns, along with your most recently created ads and campaigns. Use the Quick Actions panel to jump straight into creating something new.
Key Features:
Create and manage all your ad creatives in one place. AdFuz supports three ad types — Image, Video, and Script — each with its own set of fields. Search, filter by status, and manage all your ads from a clean paginated list.
Key Features:
Campaigns control how your ads are delivered — when they run, how they're priced, and when they stop. Assign multiple ads to a campaign, set impression or click limits, and let AdFuz handle the rest automatically.
Key Features:
Ad Spaces define where ads appear on your site. Each space has a size, a format, and a rotation sequence. Once created, embed it anywhere using a shortcode or the AdFuz Gutenberg block — then link your campaigns to it.
Key Features:
A set of developer and admin utilities to help you test, maintain, and debug your AdFuz setup — all in one tabbed panel.
Data Seeder
Instantly populate your plugin with sample Ads, Campaigns, and Ad Spaces for testing. Choose a WordPress user to own the seeded data, then remove it all in one click when you're done.
Database Tools
View the status of every AdFuz database table — installed, missing, row count, and size. Truncate, drop, or reinstall individual tables, and manage all adfuz_* WordPress options from a single panel.
File Logs
Browse and preview plugin-generated log files by date. See a breakdown of error, warning, info, and debug counts, and download any log file as a .log export.
Database Logs
A full audit trail of every action taken inside AdFuz — creates, updates, deletes, restores, and bulk operations. Filter by log level, action type, entity, user, or date range. Export the full log as a CSV file.
1. Go to AdFuz → Ad Spaces and create a new Ad Space.
2. Assign a Campaign (or a fallback Ad) to the Ad Space.
3. Copy the generated shortcode: [adfuz_adspace slug="your-slug"] Or call it via PHP: <?php adfuz_adspace(AD_SPACE_ID); ?>
4. Paste it into any post, page, or widget area — or use do_shortcode('[adfuz_adspace slug="your-slug"]') in a template file.
AdFuz ships with a native Gutenberg block for placing ad spaces directly in the WordPress block editor.
1. Open any post, page, or block-based template in the editor
2. Click the + icon to add a new block and search for AdFuz Ad Space
3. Insert the AdFuz Ad Space block into your content
4. In the block's Ad Space Settings panel on the right, select the ad space you want to display
5. Save or publish — the selected ad space will render with its active campaign ads
Yes. AdFuz is completely theme-agnostic. Embed ad spaces using the shortcode [adfuz_adspace slug="your-slug"] or the <?php adfuz_adspace(AD_SPACE_ID); ?> PHP function in any theme, template, or page builder.
1. Go to AdFuz → Settings → Tools
2. Click "Seed Sample Data".
3. Demo Ads, Ad Spaces, and Campaigns will be inserted automatically.