Using custom tags to track survey responses

Adding custom tags to your survey URLs allows you to track individual respondents in your survey report. With custom survey tags, you can add an identifier, perhaps unique to you, such as an email address, customer ID, department ID, name, etc. When the respondent completes the survey, the identifier will be associated with this response and you will be able to identify the response in your survey report. These tags also make it possible to filter responses based on say, department, or other respondent categories.

Here is an example of a typical survey link:

https://kristastevens.survey.fm/acme-customer-survey

If you had a survey recipient that you wanted to identify, or tag with the following:

email - john@example.com
dept - hr

You would append the tags to the survey link as follows. Note—you’ll need to append these tags manually and both the tag name and value must be URL encoded.

https://kristastevens.survey.fm/acme-customer-survey?email=john@example.com&dept=HR

When the recipient follows the link to the survey and fills in a response, the tags for e-mail and dept will be associated with their response. You can see the individual response by hovering over the title of your survey in your dashboard, and clicking on View Results:

dashboard-survey-responses

Then, click on Participants:

survey-tabs-participants

Then, from the Participants screen, you can click on the individual participant. Note that our custom tags appear with the participant’s data:

survey-reports-custom-tags

Also, when you export the responses, the tags for each response will be included in your exported data. Note that the result for the custom tag “name” must be at least three characters long.

The following tag names are reserved and cannot be used:

msg
jspop
test
skip
source
version
platform

You may also be interested in seeding survey values.