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

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

  • November 10, 2017
  • 1 reply
  • 643 views

Poppy
Qualtrics Employee
  • 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?

Best answer by JasonHill

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.

1 reply

JasonHill
Level 2 ●●
Forum|alt.badge.img+6
  • Level 2 ●●
  • 33 replies
  • Answer
  • November 22, 2017
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.