What do each of the exported fields mean?
For view exports and API queries, some or all of the following fields are returned:
id
: Unique ID for the viewowner_id
: ID of the Mindstamp user that owns the videovideo_id
: ID of the Video that the View took place onvideo_title
: Title of the Video that the view took place onstarted
: The datetime that the view started (UTC format)finished
: The datetime that the view ended (UTC format)elapsed
: The elapsed time in seconds between the start and finish, representing total engagement time watched
: The number of seconds of true video content the viewer spent watchingpercentage
: The percentage of the video content the viewer watchedfurthest_point
: The furthest point in the video content that the viewer reached during their experience last_point
: The point in the video the viewer was at when their experience endedviewer_id
: Mindstamp's unique identifier for the viewerviewer_name
: Viewer name, if existsviewer_email
: Viewer email, if existsviewer_phone
: Viewer phone, if existsviewer_custom
: Viewer custom ID, if existsinteraction_count
: Number of interactions made by the viewer during this viewhas_exact_location
: Only true if precise location was enabled and viewer consentedlatitude
: Viewer's latitude, if collected via precise locationlongitude
: Viewer's longitude, if collected via precise locationbrowser
: Viewer's browser name and versionscreen_width
: Width of viewer's screenscreen_height
: Height of viewer's screenparticipation
: Score representing the percentage of questions the viewer responded to, e.g. responding to 3 out of 5 questions would be 60 to represent 60%correctness
: Score representing the percentage of questions the viewer responded to correctly out of total responses, e.g. getting 1 out of 4 questions correct would be 25plink_id
: The personalized link ID used within this viewing session, if existsgroup_id
: ID of the Mindstamp group this video is in, if existsgroup_name
: Name of the Mindstamp group this video is in, if existsprompt_count
: Number of questions within the video response_count
: Number of questions the viewer answered while viewingcorrect_count
: Number of questions answered correctly by the viewerwrong_count
: Number of questions answered incorrectly by the viewervariables
: Hash of variables set or passed in during the viewing experience
Updated on: 09/02/2024
Thank you!