How To Use Parameters from Your CAWI Link in your Survey

Overview

Usually when working with Panel companies you will provide them with a unique link (either one link or several unique links), click here to learn how. 

The panel companies will usually add more parameters, e.g.: Status, Participant UniqueID etc.,  which will be sent to the end user as part of the final link to complete the interview. 

These parameters can be accessed and used in the SurveyToGo script as well. 

Pre-Conditions

  • Receive the Parameter exact name to be used

Example:

The below link was sent to the customer:
https://www.dooblocawi.com/client/Survey.aspx?Ticket=N8BVGIO7&uid=0&hid=OtTiN5RFjynxvl%2bPrfikcdOBpK8%3d 

From the link above we would like to retrieve the information for:

  • Ticket = N8BVGIO7
  • UID = 0

The function to use is called ExternParam("ParameterName") 
(Replace the ParametrName with the actual parameter name from your link)

You can use the function as any other function in your script either Start/End Script of the relevant question or an Expression Question etc. 

That's It !

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.