I want my intercept to display only after visitors click on a certain button on my webpage. | XM Community
Skip to main content
I want my intercept to display only after visitors click on a certain button on my webpage. I know I might be able to achieve this with JavaScript calls, but I'm not really a programmer, and I was wondering if there is an easier solution or code that I could copy and paste to get this to work?
In the Intercepts section of SI, click on Change Options. Select 'Manually' from the Display Intercept drop-down. Then on your webpage, add a JavaScript action to fire this code: QSI.API.run(). That should trigger any Site Intercepts associated with your page to run.

Leave a Reply