Skip to content
  • There are no suggestions because the search field is empty.

View Viewed Export Format

The View Viewed data provides details on participant visits to Views (typically App Tabs such as the project Home or Dashboard) by each participant. For example, if a participant opened the "Home" tab of the project in the MyDataHelps app, clicked on the "Tasks" tab, then back to the "Home" tab, you would see three records covering two different views; two for visiting the "Home" tab and one for visiting "Tasks". 

View Viewed

The View Viewed file contains the following fields:

Field Description
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.
ParticipantID The stable, automatically generated, internal system identifier for this participant.
ViewUrl The unique URL of the view. If constructed and published from View Builder, this is the URL associated with the published view.
TabKey The unique key associated with the tab.
Platform The platform used by the participant to access the view - iOS, Android, or Web.

Sample CSV Export

ParticipantIdentifier,Timestamp,ParticipantID,ViewUrl,TabKey,Platform
MDH-1744-6293,2025-01-03T12:16:12Z,ceafa880-d13d-4629-9d42-8fd2b82a8ed1,https://viewbuilder.careevolutionapps.com/render/ddc75b9a52252d667f6a81776d72f97d8c5117249f6305e009106a7648c259a1,Home,Web
MDH-1744-6293,2025-01-04T19:53:29Z,ceafa880-d13d-4629-9d42-8fd2b82a8ed1,https://viewbuilder.careevolutionapps.com/render/1d1886020391afa272a1fff51da938e25f7d3b1afdcb6984a0f731fb6bb62b69,Tasks,iOS

Sample JSON Export

{
"ParticipantID": "ceafa880-d13d-4629-9d42-8fd2b82a8ed1",
"ParticipantIdentifier": "MDH-1744-6293",
"Timestamp": "2025-01-03T12:16:12Z",
"Properties": {
"ViewUrl": "https://viewbuilder.careevolutionapps.com/render/ddc75b9a52252d667f6a81776d72f97d8c5117249f6305e009106a7648c259a1",
"TabKey": "Home",
"Platform": "Web"
}
}
{
"ParticipantID": "ceafa880-d13d-4629-9d42-8fd2b82a8ed1",
"ParticipantIdentifier": "MDH-1744-6293",
"Timestamp": "2025-01-04T19:53:29Z",
"Properties": {
"ViewUrl": "https://viewbuilder.careevolutionapps.com/render/1d1886020391afa272a1fff51da938e25f7d3b1afdcb6984a0f731fb6bb62b69",
"TabKey": "Tasks",
"Platform": "iOS"
}
}