How to provide custom user identifier and/or data from host site to Qualtrics survey | XM Community
Skip to main content

We are trying to find out what mechanisms are available in a survey to get/detect data from the host web site. Can anyone provide links or examples?
For instance:
Let's say we have a Responsive Dialog Creative, and we have decided to show it to a certain user, based on business rules. We use QSI.API.run() to start the survey. The host web site would potentially have further custom information (from the API call we used to decide whether to show the survey), and we would like to provide that user information (userId, etc) to the survey for display in custom questions, custom answers, and to be passed on when the survey is completed.

If you have control over the codebase of your website, you could pass messages to the iframe (web intercept). Alternatively, you could create different versions of the web intercept and use query strings in your webpage to them accordingly.


Leave a Reply