-
Notifications
You must be signed in to change notification settings - Fork 58
Telemetry Spec
Shruti Agarwal edited this page Apr 14, 2022
·
6 revisions
Teacher Time: Teacher has saved x minutes daily in taking attendance through the Shiksha Module
Start Time:
{
distinctId: uuid,
event: 'START',
properties: {
type: "student",
$set: {
actor: {
type: "Teacher"
},
context: {
moduleType: "standalone"
},
edata: {
id: "id1",
type: "TOUCH"
},
eid: "START",
timestamp: "2018-02-13T06:30:33.578Z",
}
}
}
End Time:
{
distinctId: uuid,
event: 'END',
properties: {
type: "student",
$set: {
actor: {
id: "user-id"
type: "teacher"
},
context: {
moduleType: "standalone"
},
edata: {
id: "id1",
type: "End Attendance"
},
eid: "END",
timestamp: "2018-02-13T06:30:33.578Z",
}
}
}
