Column Name |
Slow Changing Behavior |
Data Type |
Description |
---|---|---|---|
ADDRESS_ID |
N/A |
NUMBER |
A unique identifier for this address, used within Fleet and the Analytics server alike. Use ADDRESS_ID for joining or grouping by this view. |
COUNTRY_CODE |
Current |
TEXT |
A two-character code for the address's country. |
COUNTRY |
Current |
TEXT |
The country of the address. |
REGION |
Current |
TEXT |
The region of the address. |
STATE |
Current |
TEXT |
The state of the address. |
CITY |
Current |
TEXT |
The city of the address. |
STREET |
Current |
TEXT |
The street of the address. |
POSTCODE |
Current |
TEXT |
The postcode of the address. Applicable in countries that use a postcode. |
ZIP |
Current |
TEXT |
The ZIP code of the address. Applicable in the United States. |
SUBURB |
Current |
TEXT |
The suburb of the address. |
ZONE |
Current |
TEXT |
In the United States the zone can be US-North, US-South, US-East, and US-West. Outside the United States the zone is usually empty. |
Column Name |
Data Type |
Description |
---|---|---|
APP_EVENT_KEY |
NUMBER |
A unique identifier for this app_event, used within the Analytics server. Use app_event_key for joining this view. |
APP_EVENT_ID |
TEXT |
A unique identifier for this app_event, used within Fleet. Use APP_EVENT_ID for grouping by this view. |
DRIVER_KEY |
NUMBER |
A unique identifier for the driver, used within the Analytics server. Use DRIVER_KEY for joining this view. |
EVENT_TYPE_KEY |
NUMBER |
A unique identifier for the event_type, used within the Analytics server. Use EVENT_TYPE_KEY for joining this view. |
EVENT_DATA |
VARIANT |
A JSON object that contains all the unparsed data for the event. |
SOURCE_APP |
TEXT |
Name of the mobile app. |
SOURCE_APP_VERSION |
TEXT |
Version of the mobile app. |
EVENT_TIME |
TIMESTAMP_NTZ |
The time of the event. |
EVENT_TEXT |
TEXT |
Additional information for the event. |
VIDEO_COURSE_KEY |
NUMBER |
A unique identifier for the video_course, used within the Analytics server. Use VIDEO_COURSE_KEY for joining this view. |
DEVICE |
TEXT |
Device identification information. |
ROW_INSERT_TIME |
TIMESTAMP_NTZ |
The time, in UTC, when this app_event database entry was created. |
ROW_UPDATE_TIME |
TIMESTAMP_NTZ |
The time, in UTC, when this app_event database entry was last updated. |
Column Name |
Slow Changing Behavior |
Data Type |
Description |
---|---|---|---|
CONDITION_KEY |
N/A |
NUMBER |
A unique identifier for the condition, used within the Analytics server. Use CONDITION_KEY for joining this view. |
CONDITION_ID |
N/A |
TEXT |
A unique identifier for the condition, used within Fleet. Use CONDITION_ID for grouping by this view. |
CONDITION_NAME |
Current |
TEXT |
The name of the condition, as defined by the creator in Fleet. |
CONDITION_TYPE |
Historic |
TEXT |
The type of condition. |
USER_ID |
Historic |
NUMBER |
The user id of the user who created the condition. |
SEVERITY |
Historic |
TEXT |
The severity index of this condition. |
SEVERITY_COLOR |
Historic |
TEXT |
The severity color of this condition. |
TIME_TO_TRIGGER_SECONDS |
Historic |
NUMBER |
The period of time the condition must be satisfied before it triggers an alert. |
AGGRESSIVE |
Historic |
BOOLEAN |
Whether or not the condition should be triggered using the aggressive criteria. |
GROUP_TYPE |
Historic |
TEXT |
The group type for this condition. |
DISABLE_REASON |
Historic |
TEXT |
The reason why this condition might have been disabled. |
IS_SCOREABLE |
Current |
BOOLEAN |
Whether or not this condition is available to include on a Scorecard in Fleet. |
PROPERTIES |
Historic |
VARIANT |
JSON that contains properties relating to how the condition is handled. |
IS_CURRENT |
N/A |
BOOLEAN |
Whether or not this driver database entry is current or has been replaced by a newer copy. |
START_TIME_UTC |
N/A |
TIMESTAMP_NTZ |
The time at which this condition entry was created, in UTC. |
END_TIME_UTC |
N/A |
TIMESTAMP_NTZ |
The time at which this condition entry became historical, in UTC. |
ROW_UPDATE_TIME |
N/A |
TIMESTAMP_NTZ |
The time, in UTC, when this entry was last updated. |
Column Name |
Data Type |
Description |
---|---|---|
UNIT_ID |
NUMBER |
A unique identifier for the vehicle, used within Fleet. |
VEHICLE_KEY |
NUMBER |
A unique identifier for the vehicle, used within the Analytics server. |
DEVICE_ID |
NUMBER |
A unique identifier for the device, used within Fleet. |
LINK_DATE |
TIMESTAMP_NTZ |
The date at which the device was linked to the vehicle/unit. |
UNLINK_DATE |
TIMESTAMP_NTZ |
The date at which the device was unlinked from the vehicle/unit. Null value when the device is currently linked. |
ROW_UPDATE_TIME |
TIMESTAMP_NTZ |
The time, in UTC, when this database entry was last updated. |
Column Name |
Slow Changing Behavior |
Data Type |
Description |
---|---|---|---|
DEVICE_KEY |
N/A |
NUMBER |
A unique identifier for the device, used within the Analytics server. |
DEVICE_ID |
N/A |
NUMBER |
A unique identifier for the device, used within Fleet. |
SERIAL_NUMBER |
Historic |
TEXT |
The serial number of the device. |
SIM |
Historic |
TEXT |
The SIM number of the device. |
IMEI |
Historic |
TEXT |
The IMEI number of the device. |
MDN |
Historic |
TEXT |
The MDN number of the device. |
WIRELESS_PROVIDER |
Historic |
TEXT |
The wireless provider the device connects to. |
TECH |
Historic |
TEXT |
The technology used to communicate with the provider. |
IS_CURRENT |
N/A |
BOOLEAN |
Whether this vehicle database entry is current or has been replaced by a newer copy. |
START_TIME_UTC |
N/A |
TIMESTAMP_NTZ |
The time at which this entry was created, in UTC. |
END_TIME_UTC |
N/A |
TIMESTAMP_NTZ |
The time at which this entry became historical, in UTC. |
ROW_UPDATE_TIME |
N/A |
TIMESTAMP_NTZ |
The time, in UTC, when this entry was last updated. |
Column Name |
Data Type |
Description |
---|---|---|
FORM_INSTANCE_XML_ID |
TEXT |
A unique identifier for this particular form instance xml. |
FORM_INSTANCE_ID |
TEXT |
A unique identifier for the form instance that this form instance xml belongs to. A form_instance_id can have up to three different form_instance_xml_ids. |
CREATE_TIME_ON_DEVICE_UTC |
TIMESTAMP_NTZ |
The time that the form instance xml is created on the driver''s device (in UTC). |
STATUS |
NUMBER |
A number representing the status of this particular form instance xml. If the form instance xml is submitted, status = 1, else not submitted. |
VERSION_NUMBER |
NUMBER |
A number representing the version of this form instance xml. The version_number can be 1, 2, or 3. The version number will be incremented when a new form instance xml is created on the same form instance. |
SUBMITTED_TIME_UTC |
TIMESTAMP_NTZ |
The time that the form instance xml is submitted (in UTC). |
DRIVER_ID |
NUMBER |
A unique identifier for this driver, used within Fleet. Use DRIVER_ID for grouping by this view. |
DRIVER_KEY |
NUMBER |
A unique identifier for this driver, used within the Analytics server. Use DRIVER_KEY for joining this view. |
UNIT_ID |
NUMBER |
A unique identifier for the vehicle, used within Fleet. Use VEHICLE_ID for grouping by this view. |
VEHICLE_KEY |
NUMBER |
A unique identifier for the vehicle, used within the Analytics server. Use VEHICLE_KEY for joining this view. |
JOB_ID |
TEXT |
An identifier for the job related to this form instance xml, used within the Fleet and Analytics server alike. Use JOB_ID for joining to this view. |
JOB_NAME |
TEXT |
The name of this job. |
JOB_DELETE_TIME_UTC |
TIMESTAMP_NTZ |
The time that the job is deleted (in UTC). |
JOB_ERASE_TIME_UTC |
TIMESTAMP_NTZ |
The time that the job is hard deleted from the database (in UTC). |
FORM_TEMPLATE_NAME |
TEXT |
The name of the template used for this form instance xml. |
FORM_TEMPLATE_ID |
TEXT |
An identifier for the template used for this form instance xml. |
FORM_TEMPLATE_REVISION_ID |
TEXT |
A unique identifier for the specific version of the template used for this form instance xml. |
FORM_TEMPLATE_REVISION_NUMBER |
NUMBER |
A number representing the version of the template used for this form instance xml. |
ADDRESS |
TEXT |
The location at which the form instance xml is created. |
STREET_NUMBER |
TEXT |
The street number of the address. |
STREET_NAME |
TEXT |
The street name of the address. |
CITY |
TEXT |
The city of the address. |
STATE |
TEXT |
The state of the address. |
ZIP |
TEXT |
The zip code of the address. |
COUNTRY |
TXT |
The country of the address. |
LATITUDE |
FLOAT |
The latitude coordinate of where the form instance xml is created. |
LONGITUDE |
FLOAT |
The longitude coordinate of where the form instance xml is created. |
INSTANCE_BODY |
VARIANT |
The content of the form instance xml in json format. |
FORM_TYPE |
TEXT |
The type of the form instance xml; for example, standard, dvir.3rdSignature. |
WALKAROUND_COMPLETE |
BOOLEAN |
A boolean indicating whether the walkaround has been completed or not. |
THIRD_SIG_DVIR_PASSED |
NUMBER |
The total number of passed vehicle parts. |
THIRD_SIG_DVIR_FAILED |
NUMBER |
The total number of failed vehicle parts. |
THIRD_SIG_DVIR_FIXED |
NUMBER |
The total number of fixed vehicle parts. |
THIRD_SIG_DVIR_NA |
NUMBER |
The total number of not applicable vehicle parts. |
THIRD_SIG_DVIR_NON_CRITICAL_FAILED |
NUMBER |
The total number of non-critically failed vehicle parts. |
ROW_UPDATE_TIME |
TIMESTAMP_NTZ |
The time that this form instance xml entry is last updated (in UTC). |
Column Name |
Slow Changing Behavior |
Data Type |
Description |
---|---|---|---|
DRIVER_KEY |
N/A |
NUMBER |
A unique identifier for this driver, used within the Analytics server. Use DRIVER_KEY for joining this view. |
DRIVER_ID |
N/A |
NUMBER |
A unique identifier for this driver, used within Fleet. Use DRIVER_ID for grouping by this view. |
DRIVER_NAME |
Current |
TEXT |
The driver's full name (first, middle, and last, where available). |
FIRST_NAME |
Historic |
TEXT |
The driver's first name. |
MIDDLE_NAME |
Historic |
TEXT |
The driver's middle name. |
LAST_NAME |
Historic |
TEXT |
The driver's last name. |
ADDRESS_FIELD_1 |
Historic |
TEXT |
The first field of the driver's address details. |
ADDRESS_FIELD_2 |
Historic |
TEXT |
The second field of the driver's address details. |
ADDRESS_FIELD_3 |
Historic |
TEXT |
The third field of the driver's address details. |
CITY |
Historic |
TEXT |
The city that this driver lives in. |
STATE |
Historic |
TEXT |
The state that this driver lives in. |
REGION |
Historic |
TEXT |
The region that this driver lives in. |
ZIP_CODE |
Historic |
TEXT |
The ZIP code for the area that this driver lives in. Applicable in the United States. |
POSTCODE |
Historic |
TEXT |
The postcode of the area that this driver lives in. Applicable in countries that use a postcode. |
COUNTRY |
Historic |
TEXT |
The country that this driver lives in. |
PHONE_NUMBER_1 |
Historic |
TEXT |
The driver's primary phone number. |
PHONE_NUMBER_2 |
Historic |
TEXT |
The driver's secondary or alternative phone number. |
MOBILE_PHONE_NUMBER |
Historic |
TEXT |
The driver's mobile phone number. |
EMPLOYEE_NUMBER |
Historic |
TEXT |
The driver's employee number. |
HIRE_DATE |
Historic |
DATE |
The date when the driver was hired. |
LEAVE_DATE |
Historic |
DATE |
The date when the driver left the organization. |
LICENSE_NUMBER |
Historic |
TEXT |
The driver's unique driver's license number. |
LICENSE_STATE |
Historic |
TEXT |
The state in which the driver's license was issued. |
LICENSE_CLASS |
Historic |
TEXT |
The class of driver's license issued to the driver. |
LICENSE_EXPIRY |
Historic |
DATE |
The expiration date of the driver's license. |
INSURANCE_CARRIER |
Historic |
TEXT |
The driver's insurance carrier. |
INSURANCE_ACCOUNT_NUMBER |
Historic |
TEXT |
The driver's insurance account number. |
INSURANCE_EXPIRY |
Historic |
DATE |
The expiration date of the driver's insurance policy. |
HIERARCHY |
Current |
VARIANT |
An array of hierarchy node names from top-level node down to the node that the driver is in. Note: Full Hierarchy, will need to parse to report on individual hierarchy. |
HIERARCHY_IDS |
Current |
VARIANT |
An array of hierarchy node IDs from top-level node down to the node that the driver is in. Note: Full Hierarchy, will need to parse to report on individual hierarchy. |
TEAMS |
Current |
VARIANT |
An array of names for the teams that the driver is part of. |
TEAM_IDS |
Current |
VARIANT |
An array of IDs for the teams that the driver is part of. |
EMAIL_ADDRESS |
Current |
TEXT |
The driver's email address. |
SUPERVISOR_ID |
Historic |
TEXT |
A unique identifier for the Fleet user that this driver is supervised by. |
WORKPLAN_VERSION |
Current |
TEXT |
The driver’s WorkPlan version. |
HOS_RULE_SET_ID |
Current |
NUMBER |
The HOS rule set ID for the driver. |
DEPOT_NAME |
Current |
TEXT |
The name of the driver's depot. |
IS_CURRENT |
N/A |
BOOLEAN |
Whether this driver database entry is current or has been replaced by a newer copy. |
START_TIME_UTC |
N/A |
TIMESTAMP_NTZ |
The time at which this video course entry was created, in UTC. |
END_TIME_UTC |
N/A |
TIMESTAMP_NTZ |
The time at which this video course entry became historical, in UTC. |
ROW_UPDATE_TIME |
N/A |
TIMESTAMP_NTZ |
The time, in UTC, when this entry was last updated. |
Column Name |
Data Type |
Description |
---|---|---|
DRIVER_ID |
NUMBER |
A unique identifier for the driver, used within Fleet. Use DRIVER_ID for grouping by this view. |
DRIVER_KEY |
NUMBER |
A unique identifier for the driver, used within the Analytics server. Use DRIVER_KEY for joining this view. |
DATE |
DATE |
The date for which the aggregation is done. |
DISTANCE |
NUMBER |
The distance that the driver has driven, across vehicles, on the given date, in meters. |
TOTAL_IDLE |
NUMBER |
The total time the driver spent idling on the given date, in seconds. |
HARD_ACCEL |
NUMBER |
The number of hard acceleration events recorded for the driver on the given date. |
HARD_BRAKE |
NUMBER |
The number of hard braking events recorded for the driver on the given date. |
SEATBELT_VIOLATIONS |
NUMBER |
The number of seat belt violation events recorded for the driver on the given date. |
SPEEDING_OVER_POSTED |
NUMBER |
The number of events recorded where the driver was speeding 10 MPH over the posted speed limit on the given date. |
SPEEDING_EXCESSIVE |
NUMBER |
The number of events recorded where the driver was speeding 10 MPH over the posted speed limit on the given date. |
ENGINE_TIME |
NUMBER |
The total engine running time recorded for this driver and date, in seconds. |
FUEL_USED |
NUMBER |
The amount of fuel the driver used on the given date, in gallons or liters. |
TOTAL_NON_PRODUCTIVE_IDLE |
NUMBER |
The total time the driver spent in non-productive idling on the given date, in seconds. |
PTO_DURATION |
NUMBER |
The total time for which the PTO (power take off) is active on the given date, in seconds. |
DRIVING_WITHOUT_SEATBELT |
NUMBER |
The total time for which the seatbelt was not in use for this driver on the given date. |
DRIVING_WITHOUT_SEATBELT_TRIP_DURATION |
NUMBER |
Trip_duration used to calculate trip values for DRIVING_WITHOUT_SEATBELT metric. |
TRIP_DISTANCE |
NUMBER |
The distance that the driver has driven, across vehicles, on the given date, in meters. |
TRIP_FUEL_USED |
NUMBER |
The amount of fuel the driver used on the given date, in gallons or liters. |
SPEEDING_COUNT_HIGH_BAND |
NUMBER |
The number of speeding events recorded where the driver was in the high band on the given date. |
SPEEDING_COUNT_MED_BAND |
NUMBER |
The number of speeding events recorded where the driver was in the medium band on the given date. |
SPEEDING_COUNT_LOW_BAND |
NUMBER |
The number of speeding events recorded where the driver was in the low band on the given date. |
TIME_IN_ECO_BAND |
NUMBER |
Total time the driver was driving within a good economical range (1500 - 2500 RPM) on the given date. |
TIME_IN_ECO_BAND_TRIP_DURATION |
NUMBER |
|
SPEEDING_OVER_65_MPH |
NUMBER |
The number of events recorded where the driver was traveling at a speed over 65 MPH on the given date. Counts the first speed event. Does not count consecutive events. The vehicle's speed must drop below the threshold then rise back above the threshold before an additional event is counted. |
SPEEDING_OVER_75_MPH |
NUMBER |
The number of events recorded where the driver was traveling at a speed over 75 MPH on the given date. Counts the first speed event. Does not count consecutive events. The vehicle's speed must drop below the threshold then rise back above the threshold before an additional event is counted. |
SPEEDING_OVER_80_MPH |
NUMBER |
The number of events recorded where the driver was traveling at a speed over 80 MPH on the given date. Counts the first speed event. Does not count consecutive events. The vehicle's speed must drop below the threshold then rise back above the threshold before an additional event is counted. |
SPEEDING_OVER_90_MPH |
NUMBER |
The number of events recorded where the driver was traveling at a speed over 90 MPH on the given date. Counts the first speed event. Does not count consecutive events. The vehicle's speed must drop below the threshold then rise back above the threshold before an additional event is counted. |
SPEEDING_OVER_100_MPH |
NUMBER |
The number of events recorded where the driver was traveling at a speed over 100 MPH on the given date. Counts the first speed event. Does not count consecutive events. The vehicle's speed must drop below the threshold then rise back above the threshold before an additional event is counted. |
SPEEDING_OVER_105_KMPH |
NUMBER |
The number of events recorded where the driver was traveling at a speed over 105 KPH on the given date. Counts the first speed event. Does not count consecutive events. The vehicle's speed must drop below the threshold then rise back above the threshold before an additional event is counted. |
SPEEDING_OVER_110_KMPH |
NUMBER |
The number of events recorded where the driver was traveling at a speed over 110 KPH on the given date. Counts the first speed event. Does not count consecutive events. The vehicle's speed must drop below the threshold then rise back above the threshold before an additional event is counted. |
SPEEDING_OVER_120_KMPH |
NUMBER |
The number of events recorded where the driver was traveling at a speed over 120 KPH on the given date. Counts the first speed event. Does not count consecutive events. The vehicle's speed must drop below the threshold then rise back above the threshold before an additional event is counted. |
ACTIVE_MOVING_COUNT |
NUMBER |
Indicator of the driver’s activity on the given date. Equal to 1 if the driver was sufficiently active, and 0 otherwise. |
SEATBELT_OFF_5_MILES_DRIVER |
NUMBER |
The total time for which the seatbelt was not in use by the driver for more than 5 miles on the given date. |
SEATBELT_OFF_5_MILES_PASSENGER |
NUMBER |
The total time for which the seatbelt was not in use by the driver’s passenger for more than 5 miles on the given date. |
SEATBELT_OFF_10_MILES_DRIVER |
NUMBER |
The total time for which the seatbelt was not in use by the driver for more than 10 miles on the given date. |
SEATBELT_OFF_10_MILES_PASSENGER |
NUMBER |
The total time for which the seatbelt was not in use by the driver’s passenger for more than 10 miles on the given date. |
SEATBELT_OFF_2_MINUTES_DRIVER |
NUMBER |
The total time for which the seatbelt was not in use by the driver for more than 2 minutes on the given date. |
SEATBELT_OFF_2_MINUTES_PASSENGER |
NUMBER |
The total time for which the seatbelt was not in use by the driver’s passenger for more than 2 minutes on the given date. |
SEATBELT_OFF_10_MINUTES_DRIVER |
NUMBER |
The total time for which the seatbelt was not in use by the driver for more than 10 minutes on the given date. |
SEATBELT_OFF_10_MINUTES_PASSENGER |
NUMBER |
The total time for which the seatbelt was not in use by the driver’s passenger for more than 10 minutes on the given date. |
SEATBELT_OFF_35_MPH_DRIVER |
NUMBER |
The total time for which the seatbelt was not in use by the driver at the speed of more than 35 MPH on the given date. |
SEATBELT_OFF_35_MPH_PASSENGER |
NUMBER |
The total time for which the seatbelt was not in use by the driver’s passenger at the speed of more than 35 MPH on the given date. |
SEATBELT_OFF_60_MPH_DRIVER |
NUMBER |
The total time for which the seatbelt was not in use by the driver at the speed of more than 60 MPH on the given date. |
SEATBELT_OFF_60_MPH_PASSENGER |
NUMBER |
The total time for which the seatbelt was not in use by the driver’s passenger at the speed of more than 60 MPH on the given date. |
TOTAL_TRIP_COUNT |
NUMBER |
Total count of trips the driver makes on the given date. |
RPM_767_DURATION |
NUMBER |
Total count of RPM 767 events the driver makes on the given date. |
FUEL_USED_IDLING |
NUMBER |
Total amount of fuel used while the driver’s vehicles were idling on the given date. If the vehicle reports fuel usage, this KPI is based on reported fuel usage during idle time. If the vehicle does not report fuel usage, this KPI is calculated based on a fixed value of 0.8 gallons per hour (3.028 liters per hour) multiplied by idle time. |
DIAGNOSTIC_PTO_DURATION |
NUMBER |
The total time for which the PTO (power take off) is active on the given date, in seconds. Data based on diagnostic readings. |
DRIVE_TIME_DURATION |
NUMBER |
The total time for which the driver was actively driving on the given date. |
HARD_CORNERING |
NUMBER |
The number of events recorded where the driver was harshly cornering on the given date. |
FIRST_ADDRESS_ID |
NUMBER |
The first driver’s address ID reported for the day. |
LAST_ADDRESS_ID |
NUMBER |
The last driver’s address ID reported for the day. |
SPEEDING_5_MPH_OVERPOSTED |
NUMBER |
The number of events recorded where the driver was speeding 5 MPH over the posted speed limit on the given date. |
SPEEDING_10_MPH_OVERPOSTED |
NUMBER |
The number of events recorded where the driver was speeding 10 MPH over the posted speed limit on the given date. |
SPEEDING_10_KMPH_OVERPOSTED |
NUMBER |
The number of events recorded where the driver was speeding 10 KPH over the posted speed limit on the given date. |
SPEEDING_20_KMPH_OVERPOSTED |
NUMBER |
The number of events recorded where the driver was speeding 20 KPH over the posted speed limit on the given date. |
SPEEDING_10_PERCENT_OVERPOSTED |
NUMBER |
The number of events recorded where the driver was speeding 10% over the posted speed limit on the given date. |
SPEEDING_20_PERCENT_OVERPOSTED |
NUMBER |
The number of events recorded where the driver was speeding 20% over the posted speed limit on the given date. |
SPEEDING_OVER_POSTED_5_MPH_2MIN |
NUMBER |
The number of events recorded where the driver was speeding 5 MPH over the posted speed limit for 2 minutes on the given date. |
SPEEDING_OVER_POSTED_10_MPH_2MIN |
NUMBER |
The number of events recorded where the driver was speeding 10 MPH over the posted speed limit for 2 minutes on the given date. |
SPEEDING_10_MPH_OVERPOSTED_DURATION_2MIN |
NUMBER |
Total duration of events recorded where the driver was speeding 10 MPH over the posted speed limit for 2 minutes on the given date. |
SPEEDING_OVER_POSTED_10_KPH_2MIN |
NUMBER |
The number of events recorded where the driver was speeding 10 KPH over the posted speed limit for 2 minutes on the given date. |
SPEEDING_OVER_POSTED_20_KPH_2MIN |
NUMBER |
The number of events recorded where the driver was speeding 20 KPH over the posted speed limit for 2 minutes on the given date. |
SPEEDING_OVER_75_MPH_2MIN |
NUMBER |
The number of events recorded where the driver was speeding over 75 MPH for 2 minutes on the given date. |
SPEEDING_OVER_85_2MIN_MPH |
NUMBER |
The number of events recorded where the driver was speeding over 85 MPH for 2 minutes on the given date. |
SPEEDING_10_PERCENT_OVERPOSTED_2MIN |
NUMBER |
The number of events recorded where the driver was speeding 10% over the posted speed limit for 2 minutes on the given date. |
SPEEDING_20_PERCENT_OVERPOSTED_2MIN |
NUMBER |
The number of events recorded where the driver was speeding 20% over the posted speed limit for 2 minutes on the given date. |
IDLE_BANDED_0_5_MINUTES_EVENTS |
NUMBER |
Total count of events where the driver was not moving and the engine is on for a duration between 0 and 5 minutes on the given date. |
IDLE_BANDED_5_10_MINUTES_EVENTS |
NUMBER |
Total count of events where the driver was not moving and the engine is on for a duration between 5 and 10 minutes on the given date. |
IDLE_BANDED_10_15_MINUTES_EVENTS |
NUMBER |
Total count of events where the driver was not moving and the engine is on for a duration between 10 and 15 minutes on the given date. |
IDLE_BANDED_15_30_MINUTES_EVENTS |
NUMBER |
Total count of events where the driver was not moving and the engine is on for a duration between 15 and 30 minutes on the given date. |
IDLE_BANDED_30_60_MINUTES_EVENTS |
NUMBER |
Total count of events where the driver was not moving and the engine is on for a duration between 30 and 60 minutes on the given date. |
IDLE_BANDED_60_1440_MINUTES_EVENTS |
NUMBER |
Total count of events where the driver was not moving and the engine is on for a duration between 60 and 1440 minutes on the given date. |
IDLE_OVER_FIVE_MINUTES |
NUMBER |
Total count of events where the driver was not moving and the engine is on for longer than 5 minutes on the given date. |
IDLE_OVER_TEN_MINUTES |
NUMBER |
Total count of events where the driver was not moving and the engine was on for longer than 10 minutes on the given date. |
IDLE_OVER_FIFTEEN_MINUTES |
NUMBER |
Total count of events where the driver was not moving and the engine is on for longer than 15 minutes on the given date. |
IDLE_OVER_THIRTY_MINUTES |
NUMBER |
Total count of events where the driver was not moving and the engine is on for longer than 30 minutes on the given date. |
IDLE_OVER_SIXTY_MINUTES |
NUMBER |
Total count of events where the driver was not moving and the engine is on for longer than 60 minutes on the given date. |
NON_PRODUCTIVE_IDLE_BANDED_0_5_MINUTES_EVENTS |
NUMBER |
Total count of events where the driver’s vehicle was not moving, the engine was on, and the PTO sensor was off for a duration between 0 and 5 minutes on the given date. |
NON_PRODUCTIVE_IDLE_BANDED_5_10_MINUTES_EVENTS |
NUMBER |
Total count of events where the driver’s vehicle was not moving, the engine was on, and the PTO sensor was off for a duration between 5 and 10 minutes on the given date. |
NON_PRODUCTIVE_IDLE_BANDED_10_15_MINUTES_EVENTS |
NUMBER |
Total count of events where the driver’s vehicle was not moving, the engine was on, and the PTO sensor was off for a duration between 10 and 15 minutes on the given date. |
NON_PRODUCTIVE_IDLE_BANDED_15_30_MINUTES_EVENTS |
NUMBER |
Total count of events where the driver’s vehicle was not moving, the engine was on, and the PTO sensor was off for a duration between 15 and 30 minutes on the given date. |
NON_PRODUCTIVE_IDLE_BANDED_30_60_MINUTES_EVENTS |
NUMBER |
Total count of events where the driver’s vehicle was not moving, the engine was on, and the PTO sensor was off for a duration between 30 and 60 minutes on the given date. |
NON_PRODUCTIVE_IDLE_BANDED_60_1440_MINUTES_EVENTS |
NUMBER |
Total count of events where the driver’s vehicle was not moving, the engine was on, and the PTO sensor was off for a duration between 60 and 1440 minutes on the given date. |
NON_PRODUCTIVE_IDLE_OVER_FIVE_MINUTES |
NUMBER |
Total count of events where the driver’s vehicle was not moving, the engine was on, and the PTO sensor was off for longer than 5 minutes on the given date. |
NON_PRODUCTIVE_IDLE_OVER_TEN_MINUTES |
NUMBER |
Total count of events where the driver’s vehicle was not moving, the engine was on, and the PTO sensor was off for longer than 10 minutes on the given date. |
NON_PRODUCTIVE_IDLE_OVER_FIFTEEN_MINUTES |
NUMBER |
Total count of events where the driver’s vehicle was not moving, the engine was on, and the PTO sensor was off for longer than 15 minutes on the given date. |
NON_PRODUCTIVE_IDLE_OVER_THIRTY_MINUTES |
NUMBER |
Total count of events where the driver’s vehicle was not moving, the engine was on, and the PTO sensor was off for longer than 30 minutes on the given date. |
NON_PRODUCTIVE_IDLE_OVER_SIXTY_MINUTES |
NUMBER |
Total count of events where the driver’s vehicle was not moving, the engine was on, and the PTO sensor was off for longer than 60 minutes on the given date. |
AIRBAG_DEPLOYED_EVENTS |
NUMBER |
The number of events recorded where an airbag was deployed for the driver on the given date. |
SEATBELT_WARNING |
NUMBER |
The number of events recorded where the seat belt warning light was active for the driver on the given date. |
EV_ENERGY_USED_MOTOR |
NUMBER |
The amount of energy used by the driver’s electric vehicle's motor on the given date. |
EV_ENERGY_GENERATED_MOTOR |
NUMBER |
The amount of energy generated by the driver’s electric vehicle's motor on the given date. |
EV_ENERGY_USED_HVAC |
NUMBER |
The amount of energy used by the HVAC (Heating, Ventilation, and Air Conditioning) systems in the driver’s electric vehicle's on the given date. |
EV_ENERGY_USED_AUX |
NUMBER |
The amount of energy used by auxiliary systems (for example, lights and radio) in the driver’s electric vehicle's on the given date. |
EV_ENERGY_USED_IDLE |
NUMBER |
The amount of energy used by the driver’s electric vehicle's while idle on the given date. |
EV_ENERGY_USED_RECHARGING |
NUMBER |
The raw amount of electricity consumption that occurs during electric vehicle recharge for the driver on the given date. |
EV_BATTERY_ENERGY_USED_RECHARGING |
NUMBER |
The amount of energy used when recharging the driver’s electric vehicle's on the given date. |
EV_BATTERY_ENERGY_GAINED_RECHARGING |
NUMBER |
The gain in battery energy that occurs when recharging an electric vehicle for the driver on the given date. |
EV_BATTERY_ENERGY_LOST_RECHARGING |
NUMBER |
The difference between power used recharging and battery level gained for the driver on the given date. |
EV_RECHARGE_DURATION |
NUMBER |
The time duration that electric vehicles spend recharging for the driver on the given date. |
EV_DISTANCE_IN_ECO_BAND |
NUMBER |
The distance traveled by electric vehicles inside a good economical range (1500 - 2500 RPM) for the driver on the given date. |
EV_CO2_SAVINGS |
NUMBER |
The amount of CO2 emission prevented by using an electric vehicle for the driver on the given date. |
EV_ENERGY_CONSUMED |
NUMBER |
The total amount of energy used by an electric vehicle for the driver on the given date. |
LONGEST_ENGINE_TIME |
NUMBER |
The longest engine running time on each particular day for the driver on the given date. |
ABS_COUNT |
NUMBER |
Total number of times the Anti-Lock Braking System (ABS) was engaged for the driver on the given date. |
STABILITY_COUNT |
NUMBER |
Total number of times the Roll Over Protection (ROP) engine control unit or ROP brake control was engaged for the driver on the given date. |
TRACTION_COUNT |
NUMBER |
Total number of times the Anti-Slip Regulation (ASR) was engaged for the driver on the given date. |
SMARTSPEEDING_5_MPH_OVERPOSTED |
NUMBER |
Total count of events when the driver’s vehicle was speeding more than 5 MPH over the posted speed limit and the speed was faster than the Smart Speed. |
SMARTSPEEDING_OVER_POSTED_5MPH_2MIN |
NUMBER |
Total count of events when a driver’s vehicle was speeding more than 5 MPH over the posted speed limit for a duration of more than 2 minutes, and the speed was faster than the Smart Speed on the given date. |
SMARTSPEEDING_10_MPH_OVERPOSTED |
NUMBER |
Total count of events when the driver’s vehicle was speeding more than 10 MPH over the posted speed limit and the speed was faster than the Smart Speed on the given date. |
SMARTSPEEDING_OVER_POSTED_10MPH_2MIN |
NUMBER |
Total count of events when a driver’s vehicle was speeding more than 10 MPH over the posted speed limit for a duration of more than 2 minutes, and the speed was faster than the Smart Speed on the given date. |
SMARTSPEEDING_10_KMPH_OVERPOSTED |
NUMBER |
Total count of events when the driver’s vehicle was speeding more than 10 KPH over the posted speed limit and the speed was faster than the Smart Speed on the given date. |
SMARTSPEEDING_OVER_POSTED_10_KPH_2MIN |
NUMBER |
Total count of events when a driver’s vehicle was speeding more than 10 KPH over the posted speed limit for a duration of more than 2 minutes, and the speed was faster than the Smart Speed on the given date. |
SMARTSPEEDING_20_KMPH_OVERPOSTED |
NUMBER |
Total count of events when the driver’s vehicle was speeding more than 20 KPH over the posted speed limit and the speed was faster than the Smart Speed on the given date. |
SMARTSPEEDING_OVER_POSTED_20_KPH_2MIN |
NUMBER |
Total count of events when a driver’s vehicle was speeding more than 20 KPH over the posted speed limit for a duration of more than 2 minutes, and the speed was faster than the Smart Speed on the given date. |
SMARTSPEEDING_10_PERCENT_OVERPOSTED |
NUMBER |
Total count of events when a driver’s vehicle was speeding more than 10% over the posted speed limit and the speed was faster than the Smart Speed on the given date. |
SMARTSPEEDING_10_PERCENT_OVERPOSTED_2MIN |
NUMBER |
Total count of events when a driver’s vehicle was speeding more than 10% over the posted speed limit for a duration of more than 2 minutes, and the speed was faster than the Smart Speed on the given date. |
SMARTSPEEDING_20_PERCENT_OVERPOSTED |
NUMBER |
Total count of events when a driver’s vehicle was speeding more than 20% over the posted speed limit and the speed was faster than the Smart Speed on the given date. |
SMARTSPEEDING_20_PERCENT_OVERPOSTED_2MIN |
NUMBER |
Total count of events when a driver’s vehicle was speeding more than 20% over the posted speed limit for a duration of more than 2 minutes, and the speed was faster than the Smart Speed on the given date. |
SMARTSPEEDING_COUNT_LOW_BAND |
NUMBER |
The number of speeding events recorded where the driver was in the low band and the speed was faster than the Smart Speed on the given date. |
SMARTSPEEDING_COUNT_MED_BAND |
NUMBER |
The number of speeding events recorded where the driver was in the medium band and the speed was faster than the Smart Speed on the given date. |
ROW_INSERT_TIME |
TIMESTAMP_NTZ |
The time, in UTC, when the last entry for the driver was inserted in the Analytics database on the given date. |
ROW_UPDATE_TIME |
TIMESTAMP_NTZ |
The time, in UTC, when the last entry for the driver was updated in the Analytics database on the given date. |
WORKING_DURATION |
NUMBER |
The total time the driver was working on the given date, in seconds. |
Column Name |
Data Type |
Description |
---|---|---|
DRIVING_PERIOD_ID |
NUMBER |
A unique identifier for this driving period, used within Fleet and the Analytics server alike. Use DRIVING_PERIOD_ID for joining to this view. |
VEHICLE_KEY |
NUMBER |
A unique identifier for the vehicle, used within the Analytics server. Use VEHICLE_KEY for joining this view. |
UNIT_ID |
NUMBER |
A unique identifier for the vehicle, used within Fleet. Use UNIT_ID for joining this view. |
DRIVING_PERIOD_STATUS |
NUMBER |
Enumeration providing the status for this driving period. |
PROPERTIES |
VARIANT |
JSON that contains properties like destination, distance and driving duration. |
EVENTS |
VARIANT |
JSON array that contains all ELD events. |
START_TIME_UTC |
TIMESTAMP_NTZ |
The time, in UTC, when this driving period started. |
END_TIME_UTC |
TIMESTAMP_NTZ |
The time, in UTC, when this driving period ended. |
USER_IANA_TIME_ZONE |
TEXT |
Relevant IANA time zone. |
Column Name |
Data Type |
Description |
---|---|---|
DRIVING_PERIOD_ACTION_ID |
NUMBER |
A unique identifier for this driving period action, used within Fleet and the Analytics server alike. Use DRIVING_PERIOD_ID for joining to this view. |
DRIVING_PERIOD_ID |
NUMBER |
A unique identifier for associated driving period, used within Fleet and the Analytics server alike. Use DRIVING_PERIOD_ID for joining this view. |
DRIVING_PERIOD_STATUS |
NUMBER |
Enumeration providing the status for associated driving period. |
ACTION_TIME_UTC |
TIMESTAMP_NTZ |
The time, in UTC, when the action took place. |
ROW_INSERT_TIME |
TIMESTAMP_NTZ |
The time, in UTC, when the row was inserted in the database. |
ROW_UPDATE_TIME |
TIMESTAMP_NTZ |
The time, in UTC, when this row was last updated in the database. |
USER_IANA_TIME_ZONE |
TEXT |
Relevant IANA time zone. |
Column Name |
Data Type |
Description |
---|---|---|
UNIT_ID |
NUMBER |
A unique identifier for the vehicle, used within Fleet. Use UNIT_ID for grouping by this view. |
EVENT_ID |
NUMBER |
A unique identifier for the particular event type. |
EVENT_DESCRIPTION |
TEXT |
Description of the type of event that this relates to. |
START_TIME |
TIMESTAMP_NTZ |
The start time of the event (in UTC). |
END_TIME |
TIMESTAMP_NTZ |
The end time of the event (in UTC). |
VALUE |
FLOAT |
The value pertaining to an event. Note that not all events have a value. |
ONGOING |
BOOLEAN |
Indicates whether this event is ongoing, or still occurring as of the latest point received from a unit. |
Column Name |
Slow Changing Behavior |
Data Type |
Description |
---|---|---|---|
HIERARCHY_NODE_ID |
N/A |
NUMBER |
A unique identifier for the hierarchy node. |
HIERARCHY_NODE_NAME |
Current |
TEXT |
The name of the hierarchy node. |
PARENT_ID |
Current |
NUMBER |
The unique identifier of the parent node. |
HIERARCHY_DEPTH |
Current |
NUMBER |
The depth (or level) of the hierarchy node within the hierarchy. |
PATH |
Current |
VARIANT |
The full path of hierarchy node IDs up to and including this node (including all ancestors). |
NAME_PATH |
Current |
VARIANT |
The full path of the names of the hierarchy nodes up to and including this node (including all ancestors). |
ROW_UPDATE_TIME |
N/A |
TIMESTAMP_NTZ |
The time, in UTC, when this database entry was last updated. |
Column Name |
Data Type |
Description |
---|---|---|
ALERT_ID |
TEXT |
A unique identifier for this particular insight alert. |
CONDITION_ID |
TEXT |
A unique identifier for the condition, used within Fleet. Use CONDITION_ID for grouping by this view. |
CONDITION_KEY |
NUMBER |
A unique identifier for the condition, used within the Analytics server. Use CONDITION_KEY for joining this view. |
ON_TIME_UNIT_TZ |
TIMESTAMP_NTZ |
The time that the criteria for the alert was satisfied (in local time). |
OFF_TIME_UNIT_TZ |
TIMESTAMP_NTZ |
The time that the insight alert ended, and the criteria was no longer satisfied (in local time). |
TRIGGER_TIME_UNIT_TZ |
TIMESTAMP_NTZ |
The time that the insight alert was first triggered (in local time). |
ON_TIME_UTC |
TIMESTAMP_NTZ |
The time that the criteria for the alert was satisfied (in UTC). |
OFF_TIME_UTC |
TIMESTAMP_NTZ |
The time that the insight alert ended, and the criteria was no longer satisfied (in UTC). |
TRIGGER_TIME_UTC |
TIMESTAMP_NTZ |
The time that the insight alert was first triggered (in UTC). |
DURATION_SECONDS |
NUMBER |
The duration (in seconds) that the insight alert was active for. |
ON_ADDRESS |
TEXT |
The address applicable at the "On" time of the alert. |
TRIGGER_STREET_NUMBER |
TEXT |
The street number applicable at the "Trigger" time" of the alert. |
TRIGGER_ADDRESS |
TEXT |
The address applicable at the "Trigger" time of the alert. |
OFF_ADDRESS |
TEXT |
The address applicable at the "Off" time of the alert. |
SPEED_CMPS |
FLOAT |
The speed (in cm/s) when the alert was triggered (if applicable). |
TRIGGER_SPEED_LIMIT_CMPS |
FLOAT |
The speed limit (in cm/s) that must be exceed in order to trigger the alert (if applicable). |
POSTED_SPEED_LIMIT_CMPS |
FLOAT |
The posted speed limit (in cm/s) when the alert was triggered (if applicable). |
TRIGGER_VALUE |
TEXT |
The entity that triggered the alert. |
TRIGGER_NAME |
TEXT |
The type of entity being targeted by the Insight Alert. |
VEHICLE_KEY |
NUMBER |
A unique identifier for the vehicle, used within the Analytics server. Use VEHICLE_KEY for joining this view. |
DRIVER_KEY |
NUMBER |
A unique identifier for this driver, used within the Analytics server. Use DRIVER_KEY for joining this view. |
ADDRESS_ID |
NUMBER |
A unique identifier for this address, used within Fleet and the Analytics server alike. Use ADDRESS_ID for joining or grouping by this view. |
MARKER_KEY |
NUMBER |
A unique identifier for this marker, used within the Analytics server. Use MARKER_KEY for joining this view. |
TRIGGER_LAT |
FLOAT |
The latitude at the time the alert was triggered. |
TRIGGER_LON |
FLOAT |
The longitude at the time the alert was triggered. |
JOB_ID |
TEXT |
The attached job id for the alert (if applicable). |
ROW_UPDATE_TIME |
TIMESTAMP_NTZ |
The time, in UTC, when this entry was last updated. |
Column Name |
Slow Changing Behavior |
Data Type |
Description |
---|---|---|---|
INSTALL_TYPE_ID |
N/A |
NUMBER |
The install type id that this diagnostic parameter belongs to. |
TID |
N/A |
NUMBER |
The TID (ID) of the diagnostic parameter. |
NAME |
Historic |
TEXT |
The name of the diagnostic parameter. |
IS_CURRENT |
N/A |
BOOLEAN |
Whether this vehicle database entry is current or has been replaced by a newer copy. |
START_TIME_UTC |
N/A |
TIMESTAMP_NTZ |
The time at which this entry was created, in UTC. |
END_TIME_UTC |
N/A |
TIMESTAMP_NTZ |
The time at which this entry became historical, in UTC. |
ROW_UPDATE_TIME |
N/A |
TIMESTAMP_NTZ |
The time, in UTC, when this entry was last updated. |
Column Name |
Slow Changing Behavior |
Data Type |
Description |
---|---|---|---|
MARKER_KEY |
N/A |
NUMBER |
A unique identifier for this marker, used within the Analytics server. Use MARKER_KEY for joining this view. |
MARKER_ID |
N/A |
NUMBER |
A unique identifier for this marker, used within Fleet. Use MARKER_ID for grouping by this view. |
MARKER_NAME |
Current |
TEXT |
The name of the marker. |
MARKER_TYPE |
Historic |
NUMBER |
The type of the marker. |
LATITUDE |
Historic |
FLOAT |
The latitude coordinate where the marker is located. |
LONGITUDE |
Historic |
FLOAT |
The longitude coordinate where the marker is located. |
GEOMETRY |
Historic |
TEXT |
The shape of the marker: "Circle" or "Polygon". |
SHAPE |
Historic |
TEXT |
The detailed shape of the marker. |
RADIUS |
Historic |
NUMBER |
The radius of the marker's area, if the marker's shape is a circle. |
PRIMARY_CATEGORY_ID |
Current |
NUMBER |
The primary category ID that this marker is assigned to. |
PRIMARY_CATEGORY_TAG |
Current |
TEXT |
The primary category tag that this marker is assigned to. |
JSON_PROPERTIES |
Historic |
VARIANT |
A JSON object that contains all the unparsed data for the marker. |
COUNTRY |
Current |
TEXT |
The country that the marker is in. |
POSTCODE |
Current |
TEXT |
The postcode of the area that the marker is in. Applicable in countries that use a postcode. |
ZIP |
Current |
TEXT |
The ZIP code for the area that the marker is in. Applicable in the United States. |
REGION |
Current |
TEXT |
The region that the marker is in. |
STATE |
Current |
TEXT |
The state that the marker is in. |
CITY |
Current |
TEXT |
The city that the marker is in. |
SUBURB |
Current |
TEXT |
The suburb that the marker is in. |
STREET_NUMBER |
Current |
TEXT |
The street number that the marker is on. |
STREET_NUMBER_TXT |
Current |
TEXT |
The street number that the marker is on. |
STOP_ID |
Historic |
TEXT |
A unique identifier that can be used as stops for jobs and routes. |
PRIMARY_TERRITORY_ID |
Historic |
TEXT |
The primary territory ID that this marker is assigned to. |
TAGS |
Historic |
VARIANT |
The tags that are associated with this marker. |
TAG_IDS |
Historic |
VARIANT |
The tag IDs that are associated with this marker. |
INTERSECTION_LATITUDE |
Historic |
FLOAT |
The latitude coordinates where the marker address intersects with the street (where the driveway meets the road). |
INTERSECTION_LONGITUDE |
Historic |
FLOAT |
The longitude coordinates where the marker address intersects with the street (where the driveway meets the road). |
GENESIS |
Historic |
TEXT |
The genesis of the marker |
SITE_ADDRESSES |
Current |
VARIANT |
The address of the sites associated with the marker. |
SITE_DESCRIPTION |
Historic |
TEXT |
The description of the site associated with the marker. |
PHONE_NUMBERS |
Current |
VARIANT |
Phone numbers associated with the marker. |
IANA_TIME_ZONE |
Historic |
TEXT |
IANA time zone of the marker. |
FOLLOWED_VEHICLE |
Historic |
NUMBER |
Unit ID that marker is set to be associated with. |
REPORT_COLOR |
Current |
TEXT |
The report color of the marker. |
IS_CURRENT |
N/A |
BOOLEAN |
Whether this marker database entry is current or has been replaced by a newer copy. |
IS_CURATED |
Current |
BOOLEAN |
Whether this marker entry is curated or not. |
START_TIME_UTC |
N/A |
TIMESTAMP_NTZ |
The time at which this video course entry was created, in UTC. |
END_TIME_UTC |
N/A |
TIMESTAMP_NTZ |
The time at which this video course entry became historical, in UTC. |
ROW_UPDATE_TIME |
N/A |
TIMESTAMP_NTZ |
The time, in UTC, when this entry was last updated. |
Column Name |
Slow Changing Behavior |
Data Type |
Description |
---|---|---|---|
MOBILE_EVENT_TYPE_KEY |
N/A |
NUMBER |
A unique identifier for this mobile event type, used within the Analytics server. Use MOBILE_EVENT_TYPE_KEY for joining this view. |
MOBILE_EVENT_TYPE_ID |
N/A |
NUMBER |
A unique identifier for this mobile event type, used within Fleet. Use MOBILE_EVENT_TYPE_ID for grouping by this view. |
EVENT_NAME |
Current |
TEXT |
The name of the mobile event type. |
IS_CURRENT |
N/A |
BOOLEAN |
Whether this mobile event type database entry is current or has been replaced by a newer copy. |
Comments
0 comments
Article is closed for comments.