My setEmbeddedData statement isn't working and I don't understand why | XM Community
Solved

My setEmbeddedData statement isn't working and I don't understand why

  • 26 June 2020
  • 1 reply
  • 22 views

Hi,
I'm trying to record data about participants' screen resolution on my study. This is the statement that I am using:
Qualtrics.SurveyEngine.setEmbeddedData("xscreenresolution", screen.width);
However, whenever I run the study, xscreenresolution never appears in my recorded data. Did I do something wrong or are we not allowed to record screen resolution? Thanks in advance for any help.

icon

Best answer by rondev 26 June 2020, 09:18

View original

1 reply

Userlevel 7
Badge +22

Make sure you have declared "xscreenresolution" as embedded data in the survey flow at the start.

Leave a Reply