I have uploaded a word document to a survey and am hoping to track which survey takers down the document. I have used a previous thread about tracking whether a link is clicked to get started. I created an embedded variable, "download", and set it equal to "0". Then I used some javascript provided in this post: https://www.qualtrics.com/community/discussion/2809/track-whether-a-link-is-clicked-in-qualtrics-even-a-respondent-leaves-for-the-opened-new-page. I can tell that the issue is with the JQuery link since it uses a #extLink. However, I am not sure what to use here for a downloaded file. Any help would be appreciated.
Qualtrics.SurveyEngine.addOnload(function() {
jQuery('#extLink').click(function(event) {
Qualtrics.SurveyEngine.setEmbeddedData("download", "1");
});
Solved
Track whether a file is downloaded in qualtrics
Best answer by ahmedA
Change it to this:
If you are interested in learning more about covid-19 vaccine availability and would like to schedule an appointment please download the full document by clicking on the following text link: Covid 19 Vaccine Resources - Pennsylvania
Now when someone clicks on it, download should be set to 1.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
