The Survey Step Viewed data provides details on all survey steps viewed by each participant (e.g., if a participant opened a baseline survey, exited out of the survey, then reopened it, you would see two views of step one of the baseline survey for that participant).
Survey Step Viewed
The Survey Step Viewed file contains the following fields.
Field | Description |
---|---|
ParticipantID |
The stable, automatically generated, internal system identifier for this participant. |
ParticipantIdentifier |
The identifier of the participant the notification or survey was delivered to. Can be used to cross reference with Participants. |
Timestamp |
The timestamp of when the survey step was viewed, in UTC. |
ClientLocalTimestamp |
The time the survey step was viewed, in the participant's local time. |
EventID |
A randomly generated ID for this event. |
PreviousEventID |
The ID of the previous event, if there is one. |
StepIdentifier |
The step identifier of the survey step viewed. |
SubStepIdentifier |
The identifier of the "sub-step" viewed, if the survey step contains sub-steps. Consent steps are the only step types which contain sub-steps. |
SubStepIndex |
The index of the "sub-step" being visited, if the step contains sub-steps. Consent steps are the only step types which contain sub-steps. |
SurveyID |
The stable, automatically generated identifier of the survey viewed. |
SurveySessionID |
A unique identifier for the "session" of the step view event. A session is started each time the user begins or resumes the survey. |
SurveyVersion |
Identifies which version of the survey was active at the time the data was collected. This allows you to adapt data processing if your survey changes. |
TaskID |
The ID of the task being completed by the participant, if there is one. |
TaskRunUUID |
The ID for this "run" of a survey, where a run is maintained if the survey is stopped and restarted. |
Sample CSV Export
ParticipantIdentifier,Timestamp,,ParticipantID
641d313d-7144-4534-ac28-719e0904253e,2022-03-22T16:35:21Z,,61fd00e8-eea9-ec11-aaab-f47bb6835a10
Sample JSON Export
{
"ParticipantID":"61fd00e8-eea9-ec11-aaab-f47bb6835a10",
"ParticipantIdentifier":"641d313d-7144-4534-ac28-719e0904253e",
"Timestamp":"2022-03-22T16:35:21Z",
"Properties":
{
"": "",
"": "",
"": ""
}
}