Demo to preview the plugin:

Introduction

The Exit Intent Plugin helps you detect when a user is about to leave your website or application. This is especially useful for engaging users with last-minute offers, surveys, reminders, or other targeted content before they exit.
The plugin works by monitoring key user behaviors - such as when the mouse pointer leaves the browser window or when the back button is pressed - and triggers an event that you can use in your workflows.
Key Features

Prerequisites

Before using the Exit Intent plugin in your Bubble app, make sure you have:
  • Installed the Exit Intent Plugin from the Bubble Plugin Marketplace.
  • A basic understanding of Bubble workflows (e.g., “When Event is Triggered” → “Do Action”).
  • Decided on the type of action you want to trigger (e.g., show a popup, navigate to a page, log analytics, etc.).

👛 Please support our efforts to keep this plugin free—your donations help us invest the time and resources needed to continue maintaining and improving it for everyone’s benefit: https://zeroqo.de/support.
Image without caption

How to setup

Step 1 – Install the Plugin

Step 2 – Add the Plugin Element to Your Page

Step 3 – Configure the Exit Intent Fields

Step 4 – Configure Workflow

Plugin Element Properties

Exit Intent

Image without caption
Fields:
Title
Description
Type
Method
The bounce detection method. Auto: Automatically picks a method based on the device type. Mouse is used for desktop browsers and history for mobile. Mouse: This detects bounces based on the mouse's direction, velocity and distance from the top of the page. history: This method uses the HTML5 History APIs (or hashes when in an older browser) to duplicate the page in the history. Then when the visitor clicks to go back Bounceback detects the navigation and shows the dialog. This method is almost foolproof, but could annoy some users. It works best for mobile browsers.
Dropdown
Distance
The minimum distance in pixels from the top of the page to consider triggering for.
Number
Number of triggers
This field specifies how many times the exit intent can trigger on the page
Number

Element Events

Title
Description
User is about to exit
Fires when user is about to exit
Image without caption

Changelogs