Project to conduct statistical analysis with CW experiment log
- Granularity: one row per session
- Description: stores session-level metadata extracted from each raw CW log
Columns
participantIdtaskIdsessionIdtabIdstartTimeendTimestartedUrlendedUrluserAgenteventCount
- Granularity: one row per event
- Description: stores detailed interaction events extracted from the nested
eventsarray
Main Columns
indextypetimestampelapsedMsdelayurltitleviewportWidthviewportHeightscrollXscrollYx,y,pageX,pageYbuttontagNameidclassNametextselectorhrefparticipantIdtaskId
- One session table row can be linked to many event table rows
- The tables can be joined using
participantIdandtaskId