I want my intercept to display only after visitors click on a certain button on my webpage. | XM Community
Solved

I want my intercept to display only after visitors click on a certain button on my webpage.

  • 11 November 2017
  • 1 reply
  • 265 views

Userlevel 4
  • Qualtrics Employee
  • 24 replies
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?
icon

Best answer by JasonHill 22 November 2017, 17:26

View original

1 reply

Userlevel 4
Badge +6
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