What is the best method for triggering an intercept from an image? | XM Community
Skip to main content
Solved

What is the best method for triggering an intercept from an image?


MikeB
Level 1 ●
Forum|alt.badge.img+3
  • Level 1 ●
  • 22 replies
I have an image in my saas product that I would like to trigger a survey from when clicked. I want to pass contact attributes with the completed survey, so I am thinking the best way is an Intercept (but please correct me if there is a better way). Has anyone done this before? Looking for the best way to do this, any advice is appreciated. Thanks, Mike.

Best answer by ana_velez

You can create a cookie or a HTML value when the image is clicked and use that as the logic to show the intercept. Also you can use single page application to avoid having to reload the page. we did it with a not interested button and worked well.
Single Page Application - Qualtrics Support
the attributes you want to pass can be recorded as embeded data in the intercept if those are in the query, in cookies or in HTML elements. and you can capture those calling them in the survey flow

https://www.qualtrics.com/support/website-app-feedback/intercepts-tab/edit-intercept-section/action-set-options/embedded-data-website-app-feedback/

View original

2 replies

ana_velez
QPN Level 5 ●●●●●
Forum|alt.badge.img+27
  • QPN Level 5 ●●●●●
  • 284 replies
  • Answer
  • April 30, 2020

You can create a cookie or a HTML value when the image is clicked and use that as the logic to show the intercept. Also you can use single page application to avoid having to reload the page. we did it with a not interested button and worked well.
Single Page Application - Qualtrics Support
the attributes you want to pass can be recorded as embeded data in the intercept if those are in the query, in cookies or in HTML elements. and you can capture those calling them in the survey flow

https://www.qualtrics.com/support/website-app-feedback/intercepts-tab/edit-intercept-section/action-set-options/embedded-data-website-app-feedback/


MikeB
Level 1 ●
Forum|alt.badge.img+3
  • Author
  • Level 1 ●
  • 22 replies
  • May 28, 2020

ana_velez_voce thank you for your response. Ended up going down the HTML value. Works great.


Leave a Reply