This page simulates adding a new survey into Vodafone Turkey's Self Service pages.
This needs to be setup as a separate Site Intercept - as you will see in the Tealium configuration.
This is because the configuration for this particular intercept is set to disable automatic launch, which you would not normally do.
Instead, the survey is triggered using the following function call as an example:
function loadQualtrics() {
console.log("Loading Qualtrics");
QSI.API.load();
QSI.API.run();
}