...
Dimension in Druid | Field in Summary event | Description | Data Type |
---|---|---|---|
eid | eid | Event Id | String |
ver | ver | Version | String |
syncts | syncts | Sync timestamp | Long |
uid | uid | User Id | String |
context_date_range_from | context.date_range.from | Start Date for the summary | String |
context_date_range_to | context.date_range.to | End Date for the summary | String |
context_rollup_l1 | context.rollup.l1 | Context level1 rollup | String |
context_rollup_l2 | context.rollup.l2 | Context level2 rollup | String |
context_rollup_l3 | context.rollup.l3 | Context level3 rollup | String |
context_rollup_l4 | context.rollup.l4 | Context level4 rollup | String |
channel_id | dimensions.channel | Channel Id as dimension from raw telemetry | String |
device_id | dimensions.did | Device Id as dimension from raw telemetry | String |
producer_id | dimensions.pdata.id | Producer Id as dimension from raw telemetry | String |
producer_pid | dimensions.pdata.pid | Producer Process Id as dimension from raw telemetry | String |
session_id | dimensions.sid | Session Id as dimension | String |
session_type | dimension.type | Type of summary | String |
session_mode | dimension.mode | Mode of action in the session | String |
object_id | object.id | Content Id | String |
object_type | object.type | Content Type | String |
object_type | object.type | Content Type | String |
object_version | object.ver | Content version | String |
object_rollup_l1 | object.rollup.l1 | Object level1 rollup | String |
object_rollup_l2 | object.rollup.l2 | Object level2 rollup | String |
object_rollup_l3 | object.rollup.l3 | Object level3 rollup | String |
object_rollup_l4 | object.rollup.l4 | Object level4 rollup | String |
time_spent | edata.eks.time_spent | Time spent in the session excluding idle time | String |
time_difference | edata.eks.time_diff | Total time in a session including idle time | String |
interaction_count | edata.eks.interact_events_count | Total count of interact events in a session | Long |
summary_env | edata.eks.env_summary.env | High level env within the app (content, domain, resources, community) | String |
summary_env_count | edata.eks.env_summary.count | Count of times the environment has been visited | Integer |
summary_env_time_spent | edata.eks.env_summary.time_spent | Time spent per env | Double |
summary_page_id | edata.eks.page_summary.id | Page id | String |
summary_page_type | edata.eks.page_summary.type | Type of page e.g. view/edit | String |
summary_page_visit_count | edata.eks.page_summary.visit_count | Number of times each page was visited | String |
summary_page_time_spent | edata.eks.page_summary.time_spent | Time taken per page | Double |
item_responses_item_id | edata.eks.item_responses.itemId | Question Id passed in the ASSESS event | String |
item_responses_time_spent | edata.eks.item_responses.timeSpent | Time spent in seconds from ASSESS event | String |
item_responses_pass | edata.eks.item_responses.pass | Pass response for a question from ASSESS event | String |
item_responses_score | edata.eks.item_responses.score | Score from ASSESS event | Array[Integer] |
item_responses_max_score | edata.eks.item_responses.maxScore | Max Score from ASSESS event | Array[Integer] |
item_responses_timestamp | edata.eks.item_responses.time_stamp | Timestamp for each response from ASSESS event | String |
tags | tags | Tags attached to a summary event | Array[String] |
Metrics
- total_interactions
- total_time_spent
...