Exit Survey Intercept Trigger | Experience Community
Skip to main content

Exit Survey Intercept Trigger

  • January 27, 2026
  • 1 reply
  • 27 views

Forum|alt.badge.img

We have had some issues when using Qualtrics Exit Intent trigger for intercept surveys - it is supposed to detect when a visitor’s cursor moves to the upper regions of the browse but after adding a screener question to the survey, we have found that it only detects Exit intent around ~17% of the time and for some internal employees the survey has even shown when a user is filling out information on a checkout page for example.

 

We are working with our internal engineers to try and setup Exit intent using some mix of behaviors that indicates a shopper is having issues/frustrations and is at risk of leaving the site. Has anyone had any success doing something similar? If yes, what were the mix of behaviors you used?

1 reply

Lpena
Qualtrics Employee
Forum|alt.badge.img+3
  • Qualtrics Employee
  • February 19, 2026

Hey Gwenpler, exit intent can definitely be a tricky beast to tame, especially when iFrames or complex page elements start throwing off those cursor coordinates. It sounds like you've already identified the core issue: relying purely on mouse movement to the upper browser region is often too blunt an instrument.

Based on the shared insights, the consensus is that layering your approach is the way to go. Instead of a single trigger, try splitting your logic into multiple action sets. This allows you to use distinct embedded data tags for different behaviors—like one for true exit intent and another for an inactivity timer or specific navigation patterns. This not only makes the trigger more reliable but also gives you much better data on what actually prompted the intercept.

Custom JavaScript is also a heavy hitter here. Implementing a mouseleave event that specifically checks the cursor's Y-coordinate, or using a script that listens for rapid movement toward the address bar, can help filter out "false alarms" caused by users simply interacting with the page or moving toward a PayPal iFrame. This ensures the survey only pops up when the intent to leave is genuine. 🖱️