Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


FieldTypeDescriptionSourceRelease
1user_idStringUnique id of the userFrom first source which inserts a record2.2.0
2

user_type

String

Type of user(Anonymous/SelfSignedIn/ValidatedUser)

User_Org Cassandra via Samza job

2.2.0
3

user_role

String

Role of user(Student/Teacher)

AUDIT events via Samza job

2.2.0
4

sign_in_type

String

Type of sign-in(GoogleAuth/SingleSignon/Login)

AUDIT events via Samza job

2.2.0
5boardList<String>Board the user has selectedINTERACT event via Samza job2.3.0
6subjectList<String>Subject the user has selectedINTERACT event via Samza job2.3.0
7mediumList<String>Medium the user has selectedINTERACT event via Samza job2.3.0
8gradeList<String>Grade the user has selectedINTERACT event via Samza job

2.3.0

9languageStringUser preferred languageINTERACT event via Samza job2.3.0
10profile_stateString

State name of the User

User_Org Cassandra via Samza job

TBD
11profile_districtStringDistrict name of the UserUser_Org Cassandra via Samza jobTBD
12profile_blockStringBlock name of the UserUser_Org Cassandra via Samza jobTBD
13

first_access

Timestamp

Timestamp on which user was first seen

User Profile Updater data product

TBD
14

last_access

Timestamp

Timestamp on which user was last seen

User Profile Updater data product

TBD
15

last_device_accessed

String

Device id on which user was last seen

User Profile Updater data product

TBD
16

device_ids

Map<String,String>

list of unique devices with device_id and producer_id

User Profile Updater data product

TBD
17

last_updated_by

String

Source from which record was last updated

Source which is updating the record

TBD
18

sources

List<String>

List of sources from which record gets updated

From all the sources

TBD
19

last_content_played

String

Last content played by user

User Profile Updater data product

TBD
20

total_ts

Double

overall time spent till date by user

User Profile Updater data product

TBD
21updated_dateTimestampLast updated date by the sourceFrom all sources2.2.0
22qr_scansIntegerTotal scans done by the uservia data product?
23...




Questions:

  • Possibility of switch in user_role for APP users, Is it ok to have multiple values for user_role in the telemetry for same user_id?
  • Can we enhance the existing user table or create new one in analytics database.