In the parameter section, you can find the list of parameters and their respective element.
The parameters are values that are passed based on the panelist's background information, these assigned values so we can auto-fill these parameters on the survey.
The default variables are stored in different ways on the survey as shown in this table:
Name |
URL parameter
|
Type of value | Description | Example |
Source | source | Numeric | This indicates the source use for sampling, this way Survey can auto-assign the type of redirect the link should use, for example, CINT is source number 1. | For CINT as the source: source=1 |
Response ID | id | Text | This is the panelist ID for the survey, depending on the provider the structure of it will change. | id=eu640f69b21d8d2 |
Gender | g | Numeric | Assigns gender, 1 is for Male and 2 is for female. |
For Female as the gender gender=2 |
Year of birth | yob | Text | Contains the year of birth as a text for programming purposes. | yob=1999 |
Postal code | pc | Text | Contains the year of birth as text, some countries have alphanumeric postal codes and others are only numerical. | pc=77509 |
Panelist ID | p | Text | Respondent ID for their panel. | p=123 |
Panel ID | panel_id | Text | ID for the panel used for this panelist. | panel_id=4 |