...
Dimension in Druid | Field in Telemetry | Description | Data Type | |
---|---|---|---|---|
1 | eid | eid | Event Id | String |
2 | syncts | syncts | Sync Timestamp | Long |
3 | actor_id | actor.id | Actor Id of the event | String |
4 | actor_type | actor.type | Type of the actor | String |
5 | context_channel_id | context.channel | Channel Id | String |
6 | producercontext_pdata_id | context.pdata.id | Producer Id | String |
7 | producercontext_pdata_pid | context.pdata.pid | Producer Process Id | String |
8 | context_env | context.env | Context Environment | String |
9 | context_sid | context.sid | Session Id | String |
10 | context_did | context.did | Device Id | String |
11 | context_cdata_type | context.cdata.type | Correlation Data Type | String |
12 | context_cdata_id | context.cdata.id | Correlation Data Id | Array[String] |
13 | object_id | object.id | Content Id | String |
14 | object_type | object.type | Content Type | String |
15 | object_version | object.ver | Content Version | String |
16 | tags | tags | Tags | Array[String] |
17 | edata_type | edata.type | Event type | String |
18 | edata_subtype | edata.subtype | Event subtype | String |
19 | edata_mode | edata.mode | START event Mode of start | String |
20 | edata_pageid | edata.pageid | Unique pageid | String |
21 | edata_uri | edata.uri | IMPRESSION event Relative URI of the content | String |
22 | edata_id | edata.id | Event data Id | String |
23 | edata_duration | edata.duration | Duration of the event | String |
24 | edata_index | edata.index | ASSESS event Index of the question within a content | String |
25 | edata_pass | edata.pass | ASSESS event Field to identify pass or fail for assessments | String |
26 | edata_score | edata.score | ASSESS event Assessment score | Double |
27 | edata_resvalues | edata.resvalues | ASSESS event Assessment results | Array[Object] |
28 | edata_item_id | edata.item.id | ASSESS event Assessment item id | String |
29 | edata_item_title | edata.item.title | ASSESS event Assessment item title | String |
30 | edata_item_maxscore | edata.item.maxscore | ASSESS event Assessment item max score | Double |
31 | edata_target_id | edata.target.id | ASSESS event Assessment item target id | String |
32 | edata_target_type | edata.target.type | ASSESS event Assessment item target type | String |
33 | edata_rating | edata.rating | FEEDBACK event Ratings | String |
34 | edata_comments | edata.comments | FEEDBACK event Comments | String |
35 | edata_dir | edata.dir | SHARE event direction | String |
36 | edata_items_id | edata.items.id | SHARE event shared item ids | String |
37 | edata_items_type | edata.items.type | SHARE item types | String |
38 | edata_items_origin_id | edata.items.origin.id | SHARE event source id | String |
39 | edata_items_origin_type | edata.items.origin.type | SHARE event source type | String |
40 | edata_items_to_id | edata.items.to.id | SHARE event destination id | String |
41 | edata_items_to_type | edata.items.to.type | SHARE event destination type | String |
42 | edata_state | edata.state | AUDIT event current state | String |
43 | edata_prevstate | edata.prevstate | AUDIT event previous state | String |
44 | edata_size | edata.size | SEARCH event result size | Integer |
45 | edata_filters_dialcodes | edata.filters.dialcodes | SEARCH event List of dialcodes | Array[String] |
46 | dloc_state | ldata.state | State location information for the device | String |
47 | dloc_state_code | ldata.state_code | State ISO code information for the device | String |
48 | dloc_city | ldata.city | City location information for the device | String |
49 | dloc_country_code | ldata.country_code | Country ISO code information for the device | String |
50 | dloc_country | ldata.country | Country location information for the device | String |
51 | content_name | name | Name of the content | String |
52 | content_object_type | objectType | Type of the content | String |
53 | content_type | contentType | Type of the resource | String |
54 | content_media_type | mediaType | Type of the media of the resource | String |
55 | content_language | language | List of languages in the content | Array[String] |
56 | content_medium | meidum | Language medium of the board | String |
57 | content_mimetype | mimeType | Mimetype of the resource in the content | String |
58 | content_framework | framework | String | |
59 | content_board | board | Board of affiliation | String |
60 | content_status | status | Status of the content - Draft, Published etc. | String |
61 | content_mimetypes_count | mimeTypesCount | Count grouped by mimetypes | JSON Object |
62 | content_types_count | contentTypesCount | Counts grouped by each content type | JSON Object |
63 | content_version | versionKey | Version of the content | Double |
64 | content_last_submitted_on | lastSubmittedOn | Last submitted date of the content | String |
65 | content_last_published_on | lastPublishedOn | Last submitted date of the content | String |
66 | device_first_access | first_access | First access of the device | String |
67 | device_specificationspec | device_spec | Specification of the device | Map |
68 | userdevice_agentua_specificationspec | ua_spec | User agent spec of the browser | Map |
69 | user_first_name | firstname | First name of the user | String |
70 | user_last_name | lastname | Lastname of the user | String |
71 | user_grade_list | grade_list | List of grades taught | Array[String] |
72 | user_language_list | language_list | List of languages known | Array[String] |
73 | user_subject_list | subject_list | List of subjects taught | Array[String] |
74 | user_name | username | Username of the user | String |
75 | user_type | userType | Type of user | String |
76 | user_loc_state | user_state | State info of the user | String |
77 | user_loc_district | user_district | District info of the user | String |
78 | user_loc_block | user_block | Block info of the user | String |
...