Hello,
We are currently working on setting up an embedded data value using Javascript for a web intercept. The thing is that we are using an in-site embedded intercept (see first image below), but we can’t find how to code the Javascript function in order to set its result to be the embedded data value (see second image and code below).
Qualtrics.SurveyEngine.addOnUnload(function() {Qualtrics.SurveyEngine.setEmbeddedData( 'q_test', "testing" )});
Is it possible to set the embedded data value this way?
Best,
Daniel