Embedded Data Not Exporting | XM Community
Question

Embedded Data Not Exporting

  • 11 November 2020
  • 0 replies
  • 14 views

I created a custom code using the Javascript function in Qualtrics a couple of years ago. Everything worked perfect with the code at that time. However, I tried to copy the block into a new survey to use again and now the embedded data from the Javascript won't export. The coding I use for to set the embedded data is as follows (where the number_pumps, exploded and total are variables that I create earlier in the script.

Qualtrics.SurveyEngine.setEmbeddedData('number_pumps',number_pumps);
Qualtrics.SurveyEngine.setEmbeddedData('exploded',exploded);
Qualtrics.SurveyEngine.setEmbeddedData('total_win',total);


Any ideas why it no longer exports these variables? The rest of the code and the little game that it runs works well still, it just no longer exports the data. Is something wrong with how I'm setting the variables? Or how I'm exporting?

For additional information if I go to the Data & Analytics Tab and select Tools>Choose Columns>Embedded Data. These variable do not show up as a option for embedded data, which is what is leading me to think that it is likely with how I am creating the data and not just the export, but any insights would be appreciated.


Thanks!


0 replies

Be the first to reply!

Leave a Reply