AdBlock Detect Trigger

AdBlock Detect Trigger is available in Pro
Unlock this and dozens of other powerful features by upgrading to EngageBox Pro.
Unlock this feature

The "AdBlock Detect" Trigger fires when the visitor has been detected using an AdBlocker. Below you can find how to set up a popup with "AdBlock Detect" trigger, all supported settings for this trigger explained as well as how to trigger it with the JavaScript Events API.

How to create an AdBlock detect popup in Joomla

To set up your popup to trigger on AdBlock Detect go to your popup settings > Behavior Tab > Trigger Section and apply the following settings:

  • Under the Trigger setting, select AdBlock Detect.

engagebox trigger on adblock detect settings

Trigger Settings

Below, you can find all configurable settings when you select the "AdBlock Detect" Trigger.

Setting Value Description
Trigger AdBlock Detect Fires when the visitor has been detected using an AdBlocker

Use Cases

Show popup when Adblock is detected

A use case would be when your site relies on ad revenue and you want your users to support your site and quality content by disabling their Ad Blocker.

Frequently Asked Questions

How to Trigger using JavaScript

Using the JavaScript Events API v2, you can configure any popup to be triggered using the "AdBlock Detect" Trigger. Below you can find a JavaScript snippet:

EngageBox.onReady(function() {
    // Get box instance
    const box = EngageBox.getInstance(5);

    box.bindTrigger('onAdBlockDetect');
});

You can read more on the JavaScript Events API documentation, AdBlock Detect Trigger.

AdBlock Detect Trigger is available in Pro
Unlock this and dozens of other powerful features by upgrading to EngageBox Pro.
Unlock this feature
Last updated on Sep 9th 2025 13:09