Page / URL Destination
Trigger conversions when visitors reach a specific confirmation or thank-you page (e.g. /thank-you/ or /checkout/order-received/*).
Measuring impressions and clicks is only half the story. The Conversions & Revenue Tracking subsystem in AdFuz Pro allows you to measure bottom-line return on investment (ROI) by tracking purchases, signups, downloads, and custom JavaScript trigger events back to specific ad campaigns and creatives.
Page / URL Destination
Trigger conversions when visitors reach a specific confirmation or thank-you page (e.g. /thank-you/ or /checkout/order-received/*).
WooCommerce Orders
Native 1-click WooCommerce integration. Tracks completed order values, taxes, and shipping into total ad revenue metrics.
Button / Element Click
Count conversions when visitors click a specific CSS class or HTML element ID (e.g. #submit-lead-form).
JavaScript API Trigger
Programmatically trigger conversions from custom forms, single-page apps (SPAs), or AJAX events via adfuz_track_conversion().
Navigate to Ad Fuz → Conversions and click + New Conversion Goal.
Newsletter Lead Signup).Page Visit, WooCommerce Purchase, or Custom JS Event.$25.00 per lead)7 Days, 14 Days, 30 Days).If you are using custom AJAX forms (such as Gravity Forms, WPForms, Contact Form 7, or React/Vue components), trigger conversions with one line of JavaScript:
// Trigger a lead conversionif (typeof window.adfuz_track_conversion === 'function') { window.adfuz_track_conversion('lead_signup', { value: 15.00, currency: 'USD', order_id: 'LEAD-9821' });}When a visitor clicks an AdFuz ad banner or Global Ad popup, a lightweight, privacy-compliant first-party cookie (adfuz_attr) records the creative ID and campaign ID. When a conversion goal fires within the attribution window, the attribution engine matches the cookie and credits the campaign without relying on third-party tracking scripts.
Yes. AdFuz Pro hooks into WooCommerce order status transitions (woocommerce_order_status_completed). If an order is refunded, the revenue adjustment is reflected in reporting metrics.