...
Here’s one possible report structure for the above (all the sessions and session windows are squished into one day of information, so the above reports are showing seven of these per user…they need then to be summarized for a week because that’s too many individual reports to download:. I do not yet understand how we show multiple sessions in the above report…side-by-side icons of different shapes? One row per kind of session? That’ll change this report.
This report can be calculated from the EventDay report.
Code Block | ||
---|---|---|
| ||
{ "studyId": "foo", "userId": "BnfcoJLwm95XXkd_Dxjo_w", "date": "2021-10-27", "sessions": [ { "sessionGuid": "sePT2TAcQ-1ZBY_xeuoA7w0r", "label": "Persistent session", "sessionInstanceGuid": "BnfcoJLwm95XXkd_Dxjo_w", "state": "expired" }, { "sessionGuid": "gDnRq7C1LMeTdT1aCDC4vTOo", "label": "Also repeats on enrollment at different cadence", "sessionInstanceGuid": "mwHBh8lxaW7zYMMOAhhQKw", "state": "expired" } ] } |
...