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. |
VEHICLE_KEY |
NUMBER |
A unique identifier for the vehicle, used within the Analytics server. Use VEHICLE_KEY for joining this view. |
DRIVER_ID |
NUMBER |
A unique identifier for this driver, used within Fleet. Use DRIVER_ID 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 |
The address where the unit was at the beginning of the NRU event. |
STREET_NUMBER |
TEXT |
The street number where the unit was at the beginning of the NRU event. |
CATEGORY |
TEXT |
The suspected reason for the NRU event. |
START_TIME_UNIT_TZ |
TIMESTAMP_NTZ |
The local time when the unit entered the non reporting state. |
END_TIME_UNIT_TZ |
TIMESTAMP_NTZ |
The local time when the unit began reporting again. |
LAST_REPORT_TIME_UNIT_TZ |
TIMESTAMP_NTZ |
The local time when the unit last reported. |
START_TIME_UTC |
TIMESTAMP_NTZ |
The time (in UTC) when the unit entered the non reporting state. |
END_TIME_UTC |
TIMESTAMP_NTZ |
The time (in UTC) when the unit began reporting again. |
PROCESSED_TIME_UTC |
TIMESTAMP_NTZ |
The time (in UTC) when this data was generated. |
THRESHOLD_DAYS |
NUMBER |
The number of days configured for this vehicle to be considered non-reporting. |
NOT_REPORTING_FOR_DAYS |
NUMBER |
The duration of the NRU event in days. |
Column Name |
Data Type |
Description |
---|---|---|
JOB_ID |
TEXT |
An identifier for this job, used within the Fleet and Analytics server alike. Use JOB_ID for joining to this view. |
ROUTE_ID |
TEXT |
An identifier for the associated route, used within the Fleet and Analytics server alike. Use ROUTE_ID for joining this view. |
TERRITORY_KEY |
NUMBER |
A unique identifier for this territory within the Analytics server. Use TERRITORY_KEY for joining this view. |
TERRITORY_ID |
TEXT |
An identifier for this territory, used within the Fleet. Use TERRITORY_ID for joining this view. |
MARKER_KEY |
NUMBER |
A unique identifier for the marker this job is at, used within the Analytics server. Use MARKER_KEY for joining this view. |
MARKER_ID |
NUMBER |
A unique identifier for the marker this job is at, used within Fleet. Use MARKER_ID for joining this view. |
NAME |
TEXT |
Name of this job. |
STATUS |
NUMBER |
Enumeration providing the status for this job. |
PLANNED_ARRIVAL_TIME_UTC |
TIMESTAMP_NTZ |
Planned time of arrival, in UTC. |
ACTUAL_ARRIVAL_TIME_UTC |
TIMESTAMP_NTZ |
Actual time of arrival, in UTC. |
PLANNED_DEPARTURE_TIME_UTC |
TIMESTAMP_NTZ |
Planned time of departure, in UTC. |
ACTUAL_DEPARTURE_TIME_UTC |
TIMESTAMP_NTZ |
Actual time of departure, in UTC. |
PLANNED_STOP_NUMBER |
NUMBER |
Planned stop number. |
ACTUAL_STOP_NUMBER |
NUMBER |
Actual stop number. |
PROPERTIES |
TEXT |
JSON that contains all the properties for this job. |
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. |
Column Name |
Data Type |
Description |
---|---|---|
ROUTE_ID |
TEXT |
An identifier for this route, used within the Fleet and Analytics server alike. Use ROUTE_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. |
DRIVER_KEY |
NUMBER |
A unique identifier for the driver, used within the Analytics server. Use DRIVER_KEY for joining this view. |
DRIVER_ID |
NUMBER |
A unique identifier for the driver, used within Fleet. Use DRIVER_ID for joining this view. |
TERRITORY_KEY |
NUMBER |
A unique identifier for this territory within the Analytics server. Use TERRITORY_KEY for joining this view. |
TERRITORY_ID |
TEXT |
An identifier for this territory, used within the Fleet. Use TERRITORY_ID for joining this view. |
START_DEPOT_MARKER_KEY |
NUMBER |
A unique identifier for the marker the route starts at, used within the Analytics server. Use START_DEPOT_MARKER_KEY for joining this view. |
START_DEPOT_MARKER_ID |
NUMBER |
A unique identifier for the marker the route starts at, used within Fleet. Use START_DEPOT_MARKER_ID for joining this view. |
END_DEPOT_MARKER_KEY |
NUMBER |
A unique identifier for the marker the route ends at, used within the Analytics server. Use END_DEPOT_MARKER_KEY for joining this view. |
END_DEPOT_MARKER_ID |
NUMBER |
A unique identifier for the marker the route ends at, used within Fleet. Use END_DEPOT_MARKER_ID for joining this view. |
NAME |
TEXT |
Name of this route. |
STATUS |
NUMBER |
Enumeration providing the status for this route. |
PLANNED_DISTANCE_METERS |
NUMBER |
Planned distance to be covered for this route, in meters. |
ACTUAL_DISTANCE_METERS |
NUMBER |
Actual distance to be covered for this route, in meters. |
PLANNED_TIME_SECONDS |
NUMBER |
Planned duration for this route, in seconds. |
ACTUAL_TIME_SECONDS |
NUMBER |
Actual duration for this route, in seconds. |
PLANNED_START_TIME_UTC |
TIMESTAMP_NTZ |
Planned start time for this route, in UTC. |
ACTUAL_START_TIME_UTC |
TIMESTAMP_NTZ |
Actual start time for this route, in UTC. |
PLANNED_END_TIME_UTC |
TIMESTAMP_NTZ |
Planned end time for this route, in UTC. |
ACTUAL_END_TIME_UTC |
TIMESTAMP_NTZ |
Actual end time for this route, in UTC. |
JOB_COUNT |
NUMBER |
Count of jobs on this route. |
COMPLETED_JOB_COUNT |
NUMBER |
Count of jobs that were completed. |
JOBS_COMPLETED_IN_SEQUENCE |
NUMBER |
Count of jobs that were completed in sequence. |
JOBS_COMPLETED_OUT_OF_SEQUENCE |
NUMBER |
Count of jobs that were completed out of sequence. |
PUNCH_IN_TIME_UTC |
TIMESTAMP_NTZ |
Time the driver punched in, in UTC. |
PUNCH_OUT_TIME_UTC |
TIMESTAMP_NTZ |
Time the driver punched out, in UTC. |
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. |
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. |
VEHICLE_KEY |
NUMBER |
A unique identifier for the vehicle, used within the Analytics server. Use VEHICLE_KEY for joining this view. |
TIME |
TIMESTAMP_NTZ |
The time when the point data was recorded. |
LAT |
FLOAT |
The latitude coordinate where the vehicle was at the given time. |
LON |
FLOAT |
The longitude coordinate where the vehicle was at the given time. |
DIAGS |
OBJECT |
A JSON object that contains all diagnostics triggered. Details about the diagnostic IDs are available on the TID Information table. |
DTC_LIST |
ARRAY |
An array of DTC (diagnostic trouble codes) received. |
SPEED_CMPS |
NUMBER |
The speed of the vehicle in centimeters per second. |
FLAG_IGN_ON |
BOOLEAN |
Whether the ignition was on at the given time. |
FLAG_PRIVACY_MODE |
BOOLEAN |
Whether the vehicle was in private mode at the given time. |
DELTA_ODO_M |
NUMBER |
The delta odometer reading in meters. |
GPS_QUALITY |
NUMBER |
An Enum providing the GPS quality level: 0 = Off, 1 = NoFix, 2 = Unreliable, 3 = Excellent |
GPS_TIME |
TIMESTAMP_NTZ |
The timestamp when this GPS point was recorded. |
GPS_TZ_OFFSET_MINUTES |
NUMBER |
The time zone offset, in minutes, for the recorded GPS time. |
HILBERT_INDEX |
NUMBER |
|
ENGINE_ON |
BOOLEAN |
Whether the engine was on at the given time. |
ADDRESS |
OBJECT |
The address where the vehicle was at the given time. |
PAVED_ROAD |
BOOLEAN |
Whether the vehicle was on a paved road at the given time. |
PRIVATE_ROAD |
BOOLEAN |
Whether the vehicle was on a private road at the given time. |
ROAD_SEG_DISTANCE |
FLOAT |
The distance, in meters, to the closest road, when the vehicle is off road. |
_INSERT_TIME |
TIMESTAMP_NTZ |
The time, in UTC, when the point was inserted in the Analytics database. |
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. |
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. |
TIME |
TIMESTAMP_NTZ |
The time when the point data was recorded. |
LAT |
FLOAT |
The latitude coordinate where the driver and vehicle were at the given time. |
LON |
FLOAT |
The longitude coordinate where the driver and vehicle were at the given time. |
DIAGS |
OBJECT |
A JSON object that contains all diagnostics triggered. Details about the diagnostic IDs are available on the TID Information table. |
DTC_LIST |
ARRAY |
An array of DTC (diagnostic trouble codes) received. |
SPEED_CMPS |
NUMBER |
The speed of the vehicle in centimeters per second. |
FLAG_IGN_ON |
BOOLEAN |
Whether the ignition was on at the given time. |
FLAG_PRIVACY_MODE |
BOOLEAN |
Whether the vehicle was in privacy mode at the given time. |
DELTA_ODO_M |
NUMBER |
The delta odometer reading in meters. |
GPS_QUALITY |
NUMBER |
An enum providing the GPS quality level: 0 = Off, 1 = NoFix, 2 = Unreliable, 3 = Excellent |
GPS_TIME |
TIMESTAMP_NTZ |
The timestamp when this GPS point was recorded. |
GPS_TZ_OFFSET_MINUTES |
NUMBER |
The time zone offset, in minutes, for the recorded GPS time. |
HILBERT_INDEX |
NUMBER |
|
ENGINE_ON |
BOOLEAN |
Whether the engine was on at the given time. |
ADDRESS |
OBJECT |
The address where the driver and vehicle were at the given time. |
PAVED_ROAD |
BOOLEAN |
Whether the vehicle was on a paved road at the given time. |
PRIVATE_ROAD |
BOOLEAN |
Whether the vehicle was on a private road at the given time. |
ROAD_SEG_DISTANCE |
FLOAT |
The distance, in meters, to the closest road, when the vehicle is off road. |
_INSERT_TIME |
TIMESTAMP_NTZ |
The time, in UTC, when the point was inserted in the Analytics database. |
Column Name |
Data Type |
Description |
---|---|---|
TERRITORY_KEY |
NUMBER |
A unique identifier for this territory within the Analytics server. Use TERRITORY_KEY for joining to this view. |
TERRITORY_ID |
TEXT |
An identifier for this territory, used within the Fleet. Use TERRITORY_ID for joining this view. |
TERRITORY_NAME |
TEXT |
Name of this territory. |
TIME_ZONE |
TEXT |
Relevant time zone. |
START_TIME_UTC |
TIMESTAMP_NTZ |
The time at which this entry was created, in UTC. |
END_TIME_UTC |
TIMESTAMP_NTZ |
The time at which this entry became historical, in UTC. |
IS_CURRENT |
BOOLEAN |
Whether this database entry is current or has been replaced by a newer copy. |
ROW_UPDATE_TIME |
TIMESTAMP_NTZ |
The time, in UTC, when this entry was last updated. |
Column Name |
Data Type |
Description |
---|---|---|
VEHICLE_KEY |
NUMBER |
A unique identifier for the vehicle, used within the Analytics server. Use VEHICLE_KEY for joining this view. |
MARKER_KEY |
NUMBER |
A unique identifier for the marker, used within the Analytics server. Use MARKER_KEY for joining this view. |
ENTRY_TIMESTAMP |
TIMESTAMP_NTZ |
The local time when the vehicle entered the site. |
EXIT_TIMESTAMP |
TIMESTAMP_NTZ |
The local time when the vehicle left the site. |
TIME_ON_SITE |
NUMBER |
The total amount of time the vehicle spent on the site in seconds. |
MAX_SPEED |
NUMBER |
The maximum speed of the vehicle while on the site in centimeters per second. |
MIN_SPEED |
NUMBER |
The minimum speed of the vehicle while on the site in centimeters per second. |
ENTRY_TIMESTAMP_UTC |
TIMESTAMP_NTZ |
The time (in UTC) when the vehicle entered the site. |
EXIT_TIMESTAMP_UTC |
TIMESTAMP_NTZ |
The time (in UTC) when the vehicle left the site. |
ROW_INSERT_TIME |
TIMESTAMP_NTZ |
The time, in UTC, when the last entry for the trip was inserted in the Analytics database. |
ROW_UPDATE_TIME |
TIMESTAMP_NTZ |
The time, in UTC, when the last entry for the trip was updated in the Analytics database. |
Column Name |
Data Type |
Description |
---|---|---|
TRIP_ID |
NUMBER |
A unique identifier for the trip, used within Fleet. Use TRIP_ID for grouping by this view. |
UNIT_ID |
NUMBER |
A unique identifier for the vehicle, used within Fleet. Use UNIT_ID for grouping by this view. |
DRIVER_ID |
NUMBER |
A unique identifier for the driver, used within Fleet. Use DRIVER_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. |
DRIVER_KEY |
NUMBER |
A unique identifier for the driver, used within the Analytics server. Use DRIVER_KEY for joining this view. |
START_MARKER_IDS |
ARRAY |
The marker IDs at which this trip began. Maps to the Marker view. |
START_MARKER_KEYS |
ARRAY |
The marker keys at which this trip ended. Maps to the Marker view. |
END_MARKER_IDS |
ARRAY |
The marker IDs associated with the end of the trip. |
END_MARKER_KEYS |
ARRAY |
The marker keys associated with the end of the trip. |
START_TIME_UTC |
TIMESTAMP_NTZ |
The time at which this trip began, in UTC. |
END_TIME_UTC |
TIMESTAMP_NTZ |
The time at which this trip ended, in UTC. |
START_TIME_UNIT_TZ |
TIMESTAMP_NTZ |
The start time as recorded on the hardware unit installed in the vehicle. |
END_TIME_UNIT_TZ |
TIMESTAMP_NTZ |
The end time as recorded on the hardware unit installed in the vehicle. |
TRIP_DURATION |
NUMBER |
The duration of the trip, in seconds. |
TOTAL_DISTANCE |
NUMBER |
Total distance traveled in this trip, in meters. |
FUEL_USED |
NUMBER |
The amount of fuel used in this trip, in milliliters. |
DRIVE_DURATION |
NUMBER |
The driving duration of this trip, in seconds. |
WORKING_DURATION |
NUMBER |
The working duration of this trip, in seconds. |
ON_SITE_DURATION |
NUMBER |
The on-site duration of this trip, in seconds. |
PREIDLE_DURATION |
NUMBER |
The pre-idle state duration of this trip, in seconds. |
POSTIDLE_DURATION |
NUMBER |
The post-idle state duration of this trip, in seconds. |
PTO_DURATION |
NUMBER |
The duration of PTO (Power Take Off, for off-board pony engine applications such as boom arms and pumps) used in this trip, in seconds. |
HARD_ACCEL |
NUMBER |
The number of hard acceleration events recorded during this trip. |
HARD_BRAKE |
NUMBER |
The number of hard braking events recorded during this trip. |
SEATBELT_VIOLATIONS |
NUMBER |
The number of seat belt violation events recorded during this trip. |
SPEEDING_OVER_POSTED |
NUMBER |
The number of speeding over posted violation events recorded during this trip. |
SPEEDING_EXCESSIVE |
NUMBER |
The number of excessive speeding events recorded during this trip. |
ENGINE_TIME |
NUMBER |
The engine run-time duration during this trip, in seconds. |
NON_PRODUCTIVE_PREIDLE_DURATION |
NUMBER |
The duration of the trip spent in a non-productive pre-idle state, in seconds. |
START_ODO |
NUMBER |
The vehicle odometer reading at the start of the trip, in meters. |
END_ODO |
NUMBER |
The vehicle odometer reading at the end of the trip, in meters. |
DTC_COUNT |
NUMBER |
The number of diagnostic trouble codes (DTCs) logged during the trip. |
SPEEDING_OVER_POSTED_WITHOUT_EDITS |
NUMBER |
The number of events triggered by speeding over the posted speed limit by 10 MPH or more on links without a speed limit edited using the SVACS speed limit editor. |
DRIVING_WITHOUT_SEATBELT |
NUMBER |
The total time for which the seatbelt was not in use during the trip. |
DRIVING_WITHOUT_SEATBELT_TRIP_DURATION |
NUMBER |
Trip_duration used to calculate trip values for DRIVING_WITHOUT_SEATBELT metric. |
TRIP_DISTANCE |
NUMBER |
Total distance traveled in this trip, in meters. |
TRIP_FUEL_USED |
NUMBER |
The amount of fuel used in this trip, in milliliters. |
SPEEDING_COUNT_HIGH_BAND |
NUMBER |
The number of speeding in the high band events recorded during the trip. |
SPEEDING_COUNT_MED_BAND |
NUMBER |
The number of speeding in the medium band events recorded during the trip. |
SPEEDING_COUNT_LOW_BAND |
NUMBER |
The number of speeding in the low band events recorded during the trip. |
TIME_IN_ECO_BAND |
NUMBER |
Total time driven within a good economical range (1500 - 2500 RPM) during the trip. |
TIME_IN_ECO_BAND_TRIP_DURATION |
NUMBER |
Trip_duration used to calculate trip values for TIME_IN_ECO_BAND metric. |
SPEEDING_OVER_65_MPH |
NUMBER |
The number of events recorded where the vehicle was traveling at a speed over 65 MPH during the trip. 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 vehicle was traveling at a speed over 75 MPH during the trip. 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 vehicle was traveling at a speed over 80 MPH during the trip. 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 vehicle was traveling at a speed over 90 MPH during the trip. 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 vehicle was traveling at a speed over 100 MPH during the trip. 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 vehicle was traveling at a speed over 105 KPH during the trip. 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 vehicle was traveling at a speed over 110 KPH during the trip. 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 vehicle was traveling at a speed over 120 KPH during the trip. 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. |
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 during the trip. |
SEATBELT_OFF_5_MILES_PASSENGER |
NUMBER |
The total time for which the seatbelt was not in use by a passenger for more than 5 miles during the trip. |
SEATBELT_OFF_10_MILES_PASSENGER |
NUMBER |
The total time for which the seatbelt was not in use by a passenger for more than 10 miles during the trip. |
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 during the trip. |
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 during the trip. |
SEATBELT_OFF_2_MINUTES_PASSENGER |
NUMBER |
The total time for which the seatbelt was not in use by a passenger for more than 2 minutes during the trip. |
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 during the trip. |
SEATBELT_OFF_10_MINUTES_PASSENGER |
NUMBER |
The total time for which the seatbelt was not in use by a passenger for more than 10 minutes during the trip. |
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 during the trip. |
SEATBELT_OFF_35_MPH_PASSENGER |
NUMBER |
The total time for which the seatbelt was not in use by a passenger at the speed of more than 35 MPH during the trip. |
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 during the trip. |
SEATBELT_OFF_60_MPH_PASSENGER |
NUMBER |
The total time for which the seatbelt was not in use by a passenger at the speed of more than 60 MPH during the trip. |
RPM_767_DURATION |
NUMBER |
Total duration of RPM 767 events during the trip. |
FUEL_USED_IDLING |
NUMBER |
Total amount of fuel used while the vehicle was idling during the trip. 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 during the trip, in seconds. Data based on diagnostic readings. |
HARD_CORNERING |
NUMBER |
The number of events recorded where the driver was harshly cornering during the trip. |
FIRST_ADDRESS_ID |
NUMBER |
The first address ID reported for the trip. |
FIRST_STREET_NUMBER |
TEXT |
The first address’s street number reported for the trip. |
LAST_ADDRESS_ID |
NUMBER |
The last address ID reported for the trip. |
LAST_STREET_NUMBER |
TEXT |
The last address’s street number reported for the trip. |
LAST_REPORTED_DEF_LEVEL |
NUMBER |
The last fill level of the vehicle's DEF tank reported for the trip in percent, shown in increments of 5%. |
IS_DEF_LEVEL_KNOWN |
BOOLEAN |
Whether the fill level of the vehicle's DEF tank is known or not. |
LAST_DEF_LEVEL_REPORT_TIME |
TIMESTAMP_NTZ |
The last time fill level of the vehicle's DEF tank was reported for the trip. |
RPM_307 |
NUMBER |
Total count of RPM 767 events during the trip. |
START_LATITUDE |
FLOAT |
The latitude coordinate of where the trip started. |
START_LONGITUDE |
FLOAT |
The longitude coordinate of where the trip started. |
STOP_LATITUDE |
FLOAT |
The latitude coordinate where the trip ended. |
STOP_LONGITUDE |
FLOAT |
The longitude coordinate where the trip ended. |
FIRST_STREET_NUMBER_TXT |
TEXT |
The first address’s street number reported for the trip. |
LAST_STREET_NUMBER_TXT |
TEXT |
The last address’s street number reported for the trip. |
SPEEDING_5_MPH_OVERPOSTED |
NUMBER |
The number of events recorded where the vehicle was speeding 5 MPH over the posted speed limit during the trip. |
SPEEDING_10_MPH_OVERPOSTED |
NUMBER |
The number of events recorded where the vehicle was speeding 10 MPH over the posted speed limit during the trip. |
SPEEDING_10_KMPH_OVERPOSTED |
NUMBER |
The number of events recorded where the vehicle was speeding 10 KPH over the posted speed limit during the trip. |
SPEEDING_20_KMPH_OVERPOSTED |
NUMBER |
The number of events recorded where the vehicle was speeding 20 KPH over the posted speed limit during the trip. |
SPEEDING_10_PERCENT_OVERPOSTED |
NUMBER |
The number of events recorded where the vehicle was speeding 10% over the posted speed limit during the trip. |
SPEEDING_20_PERCENT_OVERPOSTED |
NUMBER |
The number of events recorded where the vehicle was speeding 20% over the posted speed limit during the trip. |
IDLE_BANDED_0_5_MINUTES_EVENTS |
NUMBER |
Total count of events where the vehicle was not moving and the engine is on for a duration between 0 and 5 minutes during the trip. |
IDLE_BANDED_5_10_MINUTES_EVENTS |
NUMBER |
Total count of events where the vehicle was not moving and the engine is on for a duration between 5 and 10 minutes during the trip. |
IDLE_BANDED_10_15_MINUTES_EVENTS |
NUMBER |
Total count of events where the vehicle was not moving and the engine is on for a duration between 10 and 15 minutes during the trip. |
IDLE_BANDED_15_30_MINUTES_EVENTS |
NUMBER |
Total count of events where the vehicle was not moving and the engine is on for a duration between 15 and 30 minutes during the trip. |
IDLE_BANDED_30_60_MINUTES_EVENTS |
NUMBER |
Total count of events where the vehicle was not moving and the engine is on for a duration between 30 and 60 minutes during the trip. |
IDLE_BANDED_60_1440_MINUTES_EVENTS |
NUMBER |
Total count of events where the vehicle was not moving and the engine is on for a duration between 60 and 1440 minutes during the trip. |
IDLE_OVER_FIVE_MINUTES |
NUMBER |
Total count of events where the vehicle was not moving and the engine is on for longer than 5 minutes during the trip. |
IDLE_OVER_FIFTEEN_MINUTES |
NUMBER |
Total count of events where the vehicle was not moving and the engine is on for longer than 15 minutes during the trip. |
IDLE_OVER_THIRTY_MINUTES |
NUMBER |
Total count of events where the vehicle was not moving and the engine is on for longer than 30 minutes during the trip. |
IDLE_OVER_SIXTY_MINUTES |
NUMBER |
Total count of events where the vehicle was not moving and the engine is on for longer than 60 minutes during the trip. |
NON_PRODUCTIVE_IDLE_BANDED_0_5_MINUTES_EVENTS |
NUMBER |
Total count of events where the vehicle was not moving, the engine was on, and the PTO sensor was off for a duration between 0 and 5 minutes during the trip. |
NON_PRODUCTIVE_IDLE_BANDED_5_10_MINUTES_EVENTS |
NUMBER |
Total count of events where the vehicle was not moving, the engine was on, and the PTO sensor was off for a duration between 5 and 10 minutes during the trip. |
NON_PRODUCTIVE_IDLE_BANDED_10_15_MINUTES_EVENTS |
NUMBER |
Total count of events where the vehicle was not moving, the engine was on, and the PTO sensor was off for a duration between 10 and 15 minutes during the trip. |
NON_PRODUCTIVE_IDLE_BANDED_15_30_MINUTES_EVENTS |
NUMBER |
Total count of events where the vehicle was not moving, the engine was on, and the PTO sensor was off for a duration between 15 and 30 minutes during the trip. |
NON_PRODUCTIVE_IDLE_BANDED_30_60_MINUTES_EVENTS |
NUMBER |
Total count of events where the vehicle was not moving, the engine was on, and the PTO sensor was off for a duration between 30 and 60 minutes during the trip. |
NON_PRODUCTIVE_IDLE_BANDED_60_1440_MINUTES_EVENTS |
NUMBER |
Total count of events where the vehicle was not moving, the engine was on, and the PTO sensor was off for a duration between 60 and 1440 minutes during the trip. |
NON_PRODUCTIVE_IDLE_OVER_FIVE_MINUTES |
NUMBER |
Total count of events where the vehicle was not moving, the engine was on, and the PTO sensor was off for longer than 5 minutes during the trip. |
NON_PRODUCTIVE_IDLE_OVER_TEN_MINUTES |
NUMBER |
Total count of events where the vehicle was not moving, the engine was on, and the PTO sensor was off for longer than 10 minutes during the trip. |
NON_PRODUCTIVE_IDLE_OVER_FIFTEEN_MINUTES |
NUMBER |
Total count of events where the vehicle was not moving, the engine was on, and the PTO sensor was off for longer than 15 minutes during the trip. |
NON_PRODUCTIVE_IDLE_OVER_THIRTY_MINUTES |
NUMBER |
Total count of events where the vehicle was not moving, the engine was on, and the PTO sensor was off for longer than 30 minutes during the trip. |
NON_PRODUCTIVE_IDLE_OVER_SIXTY_MINUTES |
NUMBER |
Total count of events where the vehicle was not moving, the engine was on, and the PTO sensor was off for longer than 60 minutes during the trip. |
SPEEDING_OVER_75_MPH_2MIN |
NUMBER |
The number of events recorded where the vehicle was speeding over 75 MPH for 2 minutes during the trip. |
SPEEDING_10_MPH_OVERPOSTED_DURATION_2MIN |
NUMBER |
Total duration of events recorded where the vehicle was speeding 10 MPH over the posted speed limit for 2 minutes during the trip. |
SPEEDING_20_PERCENT_OVERPOSTED_2MIN |
NUMBER |
The number of events recorded where the vehicle was speeding 20% over the posted speed limit for 2 minutes during the trip. |
SPEEDING_10_PERCENT_OVERPOSTED_2MIN |
NUMBER |
The number of events recorded where the vehicle was speeding 10% over the posted speed limit for 2 minutes during the trip. |
AIRBAG_DEPLOYED_EVENTS |
NUMBER |
The number of events recorded where an airbag was deployed during the trip. |
MINIMUM_BATTERY_VOLTAGE |
NUMBER |
The lowest battery voltage recorded during the trip. |
MAXIMUM_BATTERY_VOLTAGE |
NUMBER |
The highest battery voltage recorded during the trip. |
DEF_LEVEL_WARNING |
NUMBER |
Total number of times the DEF (Diesel Exhaust Fluid) level warning light was active during the trip. |
MINIMUM_OIL_LIFE_REMAINING |
NUMBER |
The lowest oil life time recorded during the trip. The oil life time is the time remaining before an oil change is due. |
MAXIMUM_OIL_LIFE_REMAINING |
NUMBER |
The highest oil life time recorded during the trip. The oil life time is the time remaining before an oil change is due. |
OIL_LIFE_WARNING |
NUMBER |
Total number of times that the oil life remaining warning light was active during the trip. |
LOW_TIRE_PRESSURE_WARNING |
NUMBER |
Total number of times that the low tire pressure warning light was active during the trip. |
WATER_IN_FUEL_WARNING |
NUMBER |
Total number of times that the water in fuel warning light was active during the trip. |
MIL_CEL_STATUS |
NUMBER |
The number of times the malfunction indicator lamp (MIL), or check engine light, was active during the trip. |
AIRBAG_WARNING |
NUMBER |
Total number of times the airbag warning light was active during the trip. |
LIFE_TIME_ENGINE_HOURS |
NUMBER |
Maximum reported Total Engine Hours during the trip. |
MINIMUM_COOLANT_TEMPERATURE |
NUMBER |
Minimum reported coolant temperature during the trip. |
MAXIMUM_COOLANT_TEMPERATURE |
NUMBER |
Maximum reported coolant temperature during the trip. |
VEHICLE_MAX_SPEED |
NUMBER |
Maximum reported speed during the trip. |
VEHICLE_AVG_SPEED |
NUMBER |
Average reported speed during the trip. |
SEATBELT_WARNING |
NUMBER |
The number of events recorded where the seat belt warning light was active during the trip. |
SPEEDING_OVER_85_2MIN_MPH |
NUMBER |
The number of events recorded where the vehicle was speeding over 85 MPH for 2 minutes during the trip. |
SPEEDING_OVER_POSTED_5_MPH_2MIN |
NUMBER |
The number of events recorded where the vehicle was speeding 5 MPH over the posted speed limit for 2 minutes during the trip. |
SPEEDING_OVER_POSTED_10_MPH_2MIN |
NUMBER |
The number of events recorded where the vehicle was speeding 10 MPH over the posted speed limit for 2 minutes during the trip. |
SPEEDING_OVER_POSTED_10_KPH_2MIN |
NUMBER |
The number of events recorded where the vehicle was speeding 10 KPH over the posted speed limit for 2 minutes during the trip. |
SPEEDING_OVER_POSTED_20_KPH_2MIN |
NUMBER |
The number of events recorded where the vehicle was speeding 20 KPH over the posted speed limit for 2 minutes during the trip. |
FUEL_LEVEL_PERCENTAGE |
NUMBER |
The fuel level at the end of the trip. |
FUEL_RAIL_PRESSURE_MIN |
NUMBER |
Minimum reported fuel rail pressure during the trip. |
FUEL_RAIL_PRESSURE_MAX |
NUMBER |
Maximum reported fuel rail pressure during the trip. |
FUEL_RAIL_PRESSURE_AVG |
NUMBER |
Average reported fuel rail pressure during the trip. |
MANIFOLD_PRESSURE_MIN |
NUMBER |
Minimum reported manifold pressure during the trip. |
MANIFOLD_PRESSURE_MAX |
NUMBER |
Maximum reported manifold pressure during the trip. |
MANIFOLD_PRESSURE_AVG |
NUMBER |
Average reported manifold pressure during the trip. |
TRIP_PTO_FUEL_USED |
NUMBER |
The total amount of PTO fuel used in this trip. |
DEF_REGEN_ACTIVE |
NUMBER |
Indicator of the Diesel Particulate Filter Regeneration during the trip. Equal to 1 if the Diesel Particulate Filter was being regenerated and 0 otherwise. |
DEF_REGEN_LIGHT_ON |
NUMBER |
Indicator of the Diesel Particulate Filter Regeneration Light during the trip. Equal to 1 if the Diesel Particulate Filter regeneration status light was on and 0 otherwise. |
UREA_TANK_CONTAMINATED |
NUMBER |
Indicator of the Diesel Exhaust Fluid Quality Warning during the trip. Equal to 1 if the Diesel Exhaust Fluid (DEF) injection system has determined the urea tank was contaminated and 0 otherwise. |
DPF_SOOT_LEVEL_MIN |
NUMBER |
Minimum reported percentage of soot accumulation in the diesel particulate filter during the trip. |
DPF_SOOT_LEVEL_MAX |
NUMBER |
Maximum reported percentage of soot accumulation in the diesel particulate filter during the trip. |
DPF_SOOT_LEVEL_AVG |
NUMBER |
Average reported percentage of soot accumulation in the diesel particulate filter during the trip. |
ACCELERATOR_POSITION_MIN |
NUMBER |
Minimum reported level of the accelerator pedal engagement during the trip. |
ACCELERATOR_POSITION_MAX |
NUMBER |
Maximum reported level of the accelerator pedal engagement during the trip. |
ACCELERATOR_POSITION_AVG |
NUMBER |
Average reported level of the accelerator pedal engagement during the trip. |
RPM_MIN |
NUMBER |
Minimum reported RPM during the trip. |
RPM_MAX |
NUMBER |
Maximum reported RPM during the trip. |
RPM_AVG |
NUMBER |
Average reported RPM during the trip. |
AVERAGE_COOLANT_TEMPERATURE |
NUMBER |
Average reported coolant temperature during the trip. |
EV_ENERGY_USED_MOTOR |
NUMBER |
The amount of energy used by the electric vehicle's motor during the trip. |
EV_ENERGY_GENERATED_MOTOR |
NUMBER |
The amount of energy generated by the electric vehicle's motor during the trip. |
EV_ENERGY_USED_HVAC |
NUMBER |
The amount of energy used by the HVAC (Heating, Ventilation, and Air Conditioning) systems in the electric vehicles during the trip. |
EV_ENERGY_USED_AUX |
NUMBER |
The amount of energy used by auxiliary systems (for example, lights and radio) in the electric vehicles during the trip. |
EV_ENERGY_USED_IDLE |
NUMBER |
The amount of energy used by the electric vehicles while idle during the trip. |
EV_ENERGY_USED_RECHARGING |
NUMBER |
The raw amount of electricity consumption that occurs during electric vehicle recharge during the trip. |
EV_BATTERY_ENERGY_USED_RECHARGING |
NUMBER |
The amount of energy used when recharging the electric vehicles during the trip. |
EV_BATTERY_ENERGY_GAINED_RECHARGING |
NUMBER |
The gain in battery energy that occurs when recharging an electric vehicle during the trip. |
EV_BATTERY_ENERGY_LOST_RECHARGING |
NUMBER |
The difference between power used recharging and battery level gained during the trip. |
EV_RECHARGE_DURATION |
NUMBER |
The time duration that electric vehicles spend recharging during the trip. |
EV_DISTANCE_IN_ECO_BAND |
NUMBER |
The distance traveled by electric vehicles inside a good economical range (1500 - 2500 RPM) during the trip. |
ABS_COUNT |
NUMBER |
Total number of times the Anti-Lock Braking System (ABS) was engaged during the trip. |
STABILITY_COUNT |
NUMBER |
Total number of times the Roll Over Protection (ROP) engine control unit or ROP brake control was engaged during the trip. |
TRACTION_COUNT |
NUMBER |
Total number of times the Anti-Slip Regulation (ASR) was engaged during the trip. |
IGNITION_ON_TIME_UNIT_TZ |
TIMESTAMP_NTZ |
The time when the vehicle’s ignition was turned on. |
IGNITION_OFF_TIME_UNIT_TZ |
TIMESTAMP_NTZ |
The time when the vehicle’s ignition was turned off. |
DEPARTURE_TIME_UNIT_TZ |
TIMESTAMP_NTZ |
The departure time associated with the trip. |
ARRIVAL_TIME_UNIT_TZ |
TIMESTAMP_NTZ |
The arrival time associated with the trip. |
SMARTSPEEDING_5_MPH_OVERPOSTED |
NUMBER |
Total count of events when the vehicle was speeding more than 5 MPH over the posted speed limit during the trip and the speed was faster than the Smart Speed. |
SMARTSPEEDING_10_MPH_OVERPOSTED |
NUMBER |
Total count of events when the vehicle was speeding more than 10 MPH over the posted speed limit during the trip and the speed was faster than the Smart Speed. |
SMARTSPEEDING_OVER_POSTED_10MPH_2MIN |
NUMBER |
Total count of events when the vehicle was speeding more than 10 MPH over the posted speed limit for a duration of more than 2 minutes during the trip and the speed was faster than the Smart Speed. |
SMARTSPEEDING_10_KMPH_OVERPOSTED |
NUMBER |
Total count of events when the vehicle was speeding more than 10 KPH over the posted speed limit during the trip and the speed was faster than the Smart Speed. |
SMARTSPEEDING_OVER_POSTED_10_KPH_2MIN |
NUMBER |
Total count of events when the vehicle was speeding more than 10 KPH over the posted speed limit for a duration of more than 2 minutes during the trip and the speed was faster than the Smart Speed. |
SMARTSPEEDING_20_KMPH_OVERPOSTED |
NUMBER |
Total count of events when the vehicle was speeding more than 20 KPH over the posted speed limit during the trip and the speed was faster than the Smart Speed. |
SMARTSPEEDING_OVER_POSTED_20_KPH_2MIN |
NUMBER |
Total count of events when the vehicle was speeding more than 20 KPH over the posted speed limit for a duration of more than 2 minutes during the trip and the speed was faster than the Smart Speed. |
SMARTSPEEDING_10_PERCENT_OVERPOSTED |
NUMBER |
Total count of events when the vehicle was speeding more than 10% over the posted speed limit during the trip and the speed was faster than the Smart Speed. |
SMARTSPEEDING_10_PERCENT_OVERPOSTED_2MIN |
NUMBER |
Total count of events when the vehicle was speeding more than 10% over the posted speed limit for a duration of more than 2 minutes during the trip and the speed was faster than the Smart Speed. |
SMARTSPEEDING_20_PERCENT_OVERPOSTED |
NUMBER |
Total count of events when the vehicle was speeding more than 20% over the posted speed limit during the trip and the speed was faster than the Smart Speed. |
SMARTSPEEDING_20_PERCENT_OVERPOSTED_2MIN |
NUMBER |
Total count of events when the vehicle was speeding more than 20% over the posted speed limit for a duration of more than 2 minutes during the trip and the speed was faster than the Smart Speed. |
SMARTSPEEDING_COUNT_LOW_BAND |
NUMBER |
The number of speeding events recorded where the vehicle was in the low band and the speed was faster than the Smart Speed during the trip. |
SMARTSPEEDING_COUNT_MED_BAND |
NUMBER |
The number of speeding events recorded where the vehicle was in the medium band and the speed was faster than the Smart Speed during the trip. |
SMARTSPEEDING_OVER_POSTED_5MPH_2MIN |
NUMBER |
Total count of events when the vehicle was speeding more than 5 MPH over the posted speed limit for a duration of more than 2 minutes during the trip and the speed was faster than the Smart Speed. |
LINKED_VEHICLE_NAME |
TEXT |
The name of the vehicle associated with the trip. |
LINKED_DRIVER_NAME |
TEXT |
The name of the driver associated with the trip. |
NATURAL_GAS_USED |
NUMBER |
The amount of natural gas used on the trip. |
ROW_INSERT_TIME |
TIMESTAMP_NTZ |
The time, in UTC, when the last entry for the trip was inserted in the Analytics database. |
ROW_UPDATE_TIME |
TIMESTAMP_NTZ |
The time, in UTC, when the last entry for the trip was updated in the Analytics database. |
IDLE_OVER_TEN_MINUTES |
NUMBER |
Total count of events where the vehicle was not moving and the engine was on for longer than 10 minutes on the given date. |
VEHICLE_NAME |
TEXT |
The name of the vehicle associated with the trip. |
DRIVER_NAME |
TEXT |
The name of the driver associated with the trip. |
UTC_OFFSET |
NUMBER |
The offset between the trip’s local time and UTC in seconds. |
DISTANCE |
NUMBER |
The distance traveled in this trip, in meters. |
HARSH_CORNERING |
NUMBER |
The number of events recorded where the vehicle was harshly cornering during the trip. |
TOTAL_IDLE |
NUMBER |
The total idle time recorded for this trip, in seconds. |
TOTAL_NON_PRODUCTIVE_IDLE |
NUMBER |
The total non-productive idle time recorded for this trip, in seconds. |
VEHICLE_SPEED_MAX |
NUMBER |
Maximum reported vehicle speed during the trip. |
Column Name |
Data Type |
Description |
---|---|---|
TRIP_ID |
NUMBER |
A unique identifier for the trip, used within Fleet. Use TRIP_ID for grouping by this view. |
UNIT_ID |
NUMBER |
A unique identifier for the vehicle, used within Fleet. Use UNIT_ID for grouping by this view. |
DRIVER_ID |
NUMBER |
A unique identifier for the driver, used within Fleet. Use DRIVER_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. |
DRIVER_KEY |
NUMBER |
A unique identifier for the driver, used within the Analytics server. Use DRIVER_KEY for joining this view. |
START_MARKER_IDS |
ARRAY |
The marker IDs at which this trip began. Maps to the Marker view. |
START_MARKER_KEYS |
ARRAY |
The marker keys at which this trip ended. Maps to the Marker view. |
END_MARKER_IDS |
ARRAY |
The marker IDs associated with the end of the trip. |
END_MARKER_KEYS |
ARRAY |
The marker keys associated with the end of the trip. |
START_TIME_UTC |
TIMESTAMP_NTZ |
The time at which this trip began, in UTC. |
END_TIME_UTC |
TIMESTAMP_NTZ |
The time at which this trip ended, in UTC. |
START_TIME_UNIT_TZ |
TIMESTAMP_NTZ |
The start time as recorded on the hardware unit installed in the vehicle. |
END_TIME_UNIT_TZ |
TIMESTAMP_NTZ |
The end time as recorded on the hardware unit installed in the vehicle. |
TRIP_DURATION |
NUMBER |
The duration of the trip, in seconds. |
TOTAL_DISTANCE |
NUMBER |
Total distance traveled in this trip, in meters. |
FUEL_USED |
NUMBER |
The amount of fuel used in this trip, in milliliters. |
DRIVE_DURATION |
NUMBER |
The driving duration of this trip, in seconds. |
WORKING_DURATION |
NUMBER |
The working duration of this trip, in seconds. |
ON_SITE_DURATION |
NUMBER |
The on-site duration of this trip, in seconds. |
PREIDLE_DURATION |
NUMBER |
The pre-idle state duration of this trip, in seconds. |
POSTIDLE_DURATION |
NUMBER |
The post-idle state duration of this trip, in seconds. |
PTO_DURATION |
NUMBER |
The duration of PTO (Power Take Off, for off-board pony engine applications such as boom arms and pumps) used in this trip, in seconds. |
HARD_ACCEL |
NUMBER |
The number of hard acceleration events recorded during this trip. |
HARD_BRAKE |
NUMBER |
The number of hard braking events recorded during this trip. |
SEATBELT_VIOLATIONS |
NUMBER |
The number of seat belt violation events recorded during this trip. |
SPEEDING_OVER_POSTED |
NUMBER |
The number of speeding over posted violation events recorded during this trip. |
SPEEDING_EXCESSIVE |
NUMBER |
The number of excessive speeding events recorded during this trip. |
ENGINE_TIME |
NUMBER |
The engine run-time duration during this trip, in seconds. |
NON_PRODUCTIVE_PREIDLE_DURATION |
NUMBER |
The duration of the trip spent in a non-productive pre-idle state, in seconds. |
START_ODO |
NUMBER |
The vehicle odometer reading at the start of the trip, in meters. |
END_ODO |
NUMBER |
The vehicle odometer reading at the end of the trip, in meters. |
DTC_COUNT |
NUMBER |
The number of diagnostic trouble codes (DTCs) logged during the trip. |
SPEEDING_OVER_POSTED_WITHOUT_EDITS |
NUMBER |
The number of events triggered by speeding over the posted speed limit by 10MPH or more on links without a speed limit edited using the SVACS speed limit editor. |
DRIVING_WITHOUT_SEATBELT |
NUMBER |
The total time for which the seatbelt was not in use during the trip. |
DRIVING_WITHOUT_SEATBELT_TRIP_DURATION |
NUMBER |
Trip_duration used to calculate trip values for DRIVING_WITHOUT_SEATBELT metric. |
TRIP_DISTANCE |
NUMBER |
Total distance traveled in this trip, in meters. |
TRIP_FUEL_USED |
NUMBER |
The amount of fuel used in this trip, in milliliters. |
SPEEDING_COUNT_HIGH_BAND |
NUMBER |
The number of speeding in the high band events recorded during the trip. |
SPEEDING_COUNT_MED_BAND |
NUMBER |
The number of speeding in the medium band events recorded during the trip. |
SPEEDING_COUNT_LOW_BAND |
NUMBER |
The number of speeding in the low band events recorded during the trip. |
TIME_IN_ECO_BAND |
NUMBER |
Total time driven within a good economical range (1500 - 2500 RPM) during the trip. |
TIME_IN_ECO_BAND_TRIP_DURATION |
NUMBER |
Trip_duration used to calculate trip values for TIME_IN_ECO_BAND metric. |
SPEEDING_OVER_65_MPH |
NUMBER |
The number of events recorded where the vehicle was traveling at a speed over 65 MPH during the trip. 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 vehicle was traveling at a speed over 75 MPH during the trip. 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 vehicle was traveling at a speed over 80 MPH during the trip. 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 vehicle was traveling at a speed over 90 MPH during the trip. 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 vehicle was traveling at a speed over 100 MPH during the trip. 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 vehicle was traveling at a speed over 105 KPH during the trip. 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 vehicle was traveling at a speed over 110 KPH during the trip. 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 vehicle was traveling at a speed over 120 KPH during the trip. 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. |
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 during the trip. |
SEATBELT_OFF_5_MILES_PASSENGER |
NUMBER |
The total time for which the seatbelt was not in use by a passenger for more than 5 miles during the trip. |
SEATBELT_OFF_10_MILES_PASSENGER |
NUMBER |
The total time for which the seatbelt was not in use by a passenger for more than 10 miles during the trip. |
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 during the trip. |
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 during the trip. |
SEATBELT_OFF_2_MINUTES_PASSENGER |
NUMBER |
The total time for which the seatbelt was not in use by a passenger for more than 2 minutes during the trip. |
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 during the trip. |
SEATBELT_OFF_10_MINUTES_PASSENGER |
NUMBER |
The total time for which the seatbelt was not in use by a passenger for more than 10 minutes during the trip. |
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 during the trip. |
SEATBELT_OFF_35_MPH_PASSENGER |
NUMBER |
The total time for which the seatbelt was not in use by a passenger at the speed of more than 35 MPH during the trip. |
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 during the trip. |
SEATBELT_OFF_60_MPH_PASSENGER |
NUMBER |
The total time for which the seatbelt was not in use by a passenger at the speed of more than 60 MPH during the trip. |
RPM_767_DURATION |
NUMBER |
Total duration of RPM 767 events during the trip. |
FUEL_USED_IDLING |
NUMBER |
Total amount of fuel used while the vehicle was idling during the trip. 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 during the trip, in seconds. Data based on diagnostic readings. |
HARD_CORNERING |
NUMBER |
The number of events recorded where the driver was harshly cornering during the trip. |
FIRST_ADDRESS_ID |
NUMBER |
The first address ID reported for the trip. |
FIRST_STREET_NUMBER |
TEXT |
The first address’s street number reported for the trip. |
LAST_ADDRESS_ID |
NUMBER |
The last address ID reported for the trip. |
LAST_STREET_NUMBER |
TEXT |
The last address’s street number reported for the trip. |
LAST_REPORTED_DEF_LEVEL |
NUMBER |
The last fill level of the vehicle's DEF tank reported for the trip in percent, shown in increments of 5%. |
IS_DEF_LEVEL_KNOWN |
BOOLEAN |
Whether the fill level of the vehicle's DEF tank is known or not. |
LAST_DEF_LEVEL_REPORT_TIME |
TIMESTAMP_NTZ |
The last time fill level of the vehicle's DEF tank was reported for the trip. |
RPM_307 |
NUMBER |
Total count of RPM 767 events during the trip. |
START_LATITUDE |
FLOAT |
The latitude coordinate of where the trip started. |
START_LONGITUDE |
FLOAT |
The longitude coordinate of where the trip started. |
STOP_LATITUDE |
FLOAT |
The latitude coordinate where the trip ended. |
STOP_LONGITUDE |
FLOAT |
The longitude coordinate where the trip ended. |
FIRST_STREET_NUMBER_TXT |
TEXT |
The first address’s street number reported for the trip. |
LAST_STREET_NUMBER_TXT |
TEXT |
The last address’s street number reported for the trip. |
SPEEDING_5_MPH_OVERPOSTED |
NUMBER |
The number of events recorded where the vehicle was speeding 5 MPH over the posted speed limit during the trip. |
SPEEDING_10_MPH_OVERPOSTED |
NUMBER |
The number of events recorded where the vehicle was speeding 10 MPH over the posted speed limit during the trip. |
SPEEDING_10_KMPH_OVERPOSTED |
NUMBER |
The number of events recorded where the vehicle was speeding 10 KPH over the posted speed limit during the trip. |
SPEEDING_20_KMPH_OVERPOSTED |
NUMBER |
The number of events recorded where the vehicle was speeding 20 KPH over the posted speed limit during the trip. |
SPEEDING_10_PERCENT_OVERPOSTED |
NUMBER |
The number of events recorded where the vehicle was speeding 10% over the posted speed limit during the trip. |
SPEEDING_20_PERCENT_OVERPOSTED |
NUMBER |
The number of events recorded where the vehicle was speeding 20% over the posted speed limit during the trip. |
IDLE_BANDED_0_5_MINUTES_EVENTS |
NUMBER |
Total count of events where the vehicle was not moving and the engine is on for a duration between 0 and 5 minutes during the trip. |
IDLE_BANDED_5_10_MINUTES_EVENTS |
NUMBER |
Total count of events where the vehicle was not moving and the engine is on for a duration between 5 and 10 minutes during the trip. |
IDLE_BANDED_10_15_MINUTES_EVENTS |
NUMBER |
Total count of events where the vehicle was not moving and the engine is on for a duration between 10 and 15 minutes during the trip. |
IDLE_BANDED_15_30_MINUTES_EVENTS |
NUMBER |
Total count of events where the vehicle was not moving and the engine is on for a duration between 15 and 30 minutes during the trip. |
IDLE_BANDED_30_60_MINUTES_EVENTS |
NUMBER |
Total count of events where the vehicle was not moving and the engine is on for a duration between 30 and 60 minutes during the trip. |
IDLE_BANDED_60_1440_MINUTES_EVENTS |
NUMBER |
Total count of events where the vehicle was not moving and the engine is on for a duration between 60 and 1440 minutes during the trip. |
IDLE_OVER_FIVE_MINUTES |
NUMBER |
Total count of events where the vehicle was not moving and the engine is on for longer than 5 minutes during the trip. |
IDLE_OVER_FIFTEEN_MINUTES |
NUMBER |
Total count of events where the vehicle was not moving and the engine is on for longer than 15 minutes during the trip. |
IDLE_OVER_THIRTY_MINUTES |
NUMBER |
Total count of events where the vehicle was not moving and the engine is on for longer than 30 minutes during the trip. |
IDLE_OVER_SIXTY_MINUTES |
NUMBER |
Total count of events where the vehicle was not moving and the engine is on for longer than 60 minutes during the trip. |
NON_PRODUCTIVE_IDLE_BANDED_0_5_MINUTES_EVENTS |
NUMBER |
Total count of events where the vehicle was not moving, the engine was on, and the PTO sensor was off for a duration between 0 and 5 minutes during the trip. |
NON_PRODUCTIVE_IDLE_BANDED_5_10_MINUTES_EVENTS |
NUMBER |
Total count of events where the vehicle was not moving, the engine was on, and the PTO sensor was off for a duration between 5 and 10 minutes during the trip. |
NON_PRODUCTIVE_IDLE_BANDED_10_15_MINUTES_EVENTS |
NUMBER |
Total count of events where the vehicle was not moving, the engine was on, and the PTO sensor was off for a duration between 10 and 15 minutes during the trip. |
NON_PRODUCTIVE_IDLE_BANDED_15_30_MINUTES_EVENTS |
NUMBER |
Total count of events where the vehicle was not moving, the engine was on, and the PTO sensor was off for a duration between 15 and 30 minutes during the trip. |
NON_PRODUCTIVE_IDLE_BANDED_30_60_MINUTES_EVENTS |
NUMBER |
Total count of events where the vehicle was not moving, the engine was on, and the PTO sensor was off for a duration between 30 and 60 minutes during the trip. |
NON_PRODUCTIVE_IDLE_BANDED_60_1440_MINUTES_EVENTS |
NUMBER |
Total count of events where the vehicle was not moving, the engine was on, and the PTO sensor was off for a duration between 60 and 1440 minutes during the trip. |
NON_PRODUCTIVE_IDLE_OVER_FIVE_MINUTES |
NUMBER |
Total count of events where the vehicle was not moving, the engine was on, and the PTO sensor was off for longer than 5 minutes during the trip. |
NON_PRODUCTIVE_IDLE_OVER_TEN_MINUTES |
NUMBER |
Total count of events where the vehicle was not moving, the engine was on, and the PTO sensor was off for longer than 10 minutes during the trip. |
NON_PRODUCTIVE_IDLE_OVER_FIFTEEN_MINUTES |
NUMBER |
Total count of events where the vehicle was not moving, the engine was on, and the PTO sensor was off for longer than 15 minutes during the trip. |
NON_PRODUCTIVE_IDLE_OVER_THIRTY_MINUTES |
NUMBER |
Total count of events where the vehicle was not moving, the engine was on, and the PTO sensor was off for longer than 30 minutes during the trip. |
NON_PRODUCTIVE_IDLE_OVER_SIXTY_MINUTES |
NUMBER |
Total count of events where the vehicle was not moving, the engine was on, and the PTO sensor was off for longer than 60 minutes during the trip. |
SPEEDING_OVER_75_MPH_2MIN |
NUMBER |
The number of events recorded where the vehicle was speeding over 75 MPH for 2 minutes during the trip. |
SPEEDING_10_MPH_OVERPOSTED_DURATION_2MIN |
NUMBER |
Total duration of events recorded where the vehicle was speeding 10 MPH over the posted speed limit for 2 minutes during the trip. |
SPEEDING_20_PERCENT_OVERPOSTED_2MIN |
NUMBER |
The number of events recorded where the vehicle was speeding 20% over the posted speed limit for 2 minutes during the trip. |
SPEEDING_10_PERCENT_OVERPOSTED_2MIN |
NUMBER |
The number of events recorded where the vehicle was speeding 10% over the posted speed limit for 2 minutes during the trip. |
AIRBAG_DEPLOYED_EVENTS |
NUMBER |
The number of events recorded where an airbag was deployed during the trip. |
MINIMUM_BATTERY_VOLTAGE |
NUMBER |
The lowest battery voltage recorded during the trip. |
MAXIMUM_BATTERY_VOLTAGE |
NUMBER |
The highest battery voltage recorded during the trip. |
DEF_LEVEL_WARNING |
NUMBER |
Total number of times the DEF (Diesel Exhaust Fluid) level warning light was active during the trip. |
MINIMUM_OIL_LIFE_REMAINING |
NUMBER |
The lowest oil life time recorded during the trip. The oil life time is the time remaining before an oil change is due. |
MAXIMUM_OIL_LIFE_REMAINING |
NUMBER |
The highest oil life time recorded during the trip. The oil life time is the time remaining before an oil change is due. |
OIL_LIFE_WARNING |
NUMBER |
Total number of times that the oil life remaining warning light was active during the trip. |
LOW_TIRE_PRESSURE_WARNING |
NUMBER |
Total number of times that the low tire pressure warning light was active during the trip. |
WATER_IN_FUEL_WARNING |
NUMBER |
Total number of times that the water in fuel warning light was active during the trip. |
MIL_CEL_STATUS |
NUMBER |
The number of times the malfunction indicator lamp (MIL), or check engine light, was active during the trip. |
AIRBAG_WARNING |
NUMBER |
Total number of times the airbag warning light was active during the trip. |
LIFE_TIME_ENGINE_HOURS |
NUMBER |
Maximum reported Total Engine Hours during the trip. |
MINIMUM_COOLANT_TEMPERATURE |
NUMBER |
Minimum reported coolant temperature during the trip. |
MAXIMUM_COOLANT_TEMPERATURE |
NUMBER |
Maximum reported coolant temperature during the trip. |
VEHICLE_MAX_SPEED |
NUMBER |
Maximum reported speed during the trip. |
VEHICLE_AVG_SPEED |
NUMBER |
Average reported speed during the trip. |
SEATBELT_WARNING |
NUMBER |
The number of events recorded where the seat belt warning light was active during the trip. |
SPEEDING_OVER_85_2MIN_MPH |
NUMBER |
The number of events recorded where the vehicle was speeding over 85 MPH for 2 minutes during the trip. |
SPEEDING_OVER_POSTED_5_MPH_2MIN |
NUMBER |
The number of events recorded where the vehicle was speeding 5 MPH over the posted speed limit for 2 minutes during the trip. |
SPEEDING_OVER_POSTED_10_MPH_2MIN |
NUMBER |
The number of events recorded where the vehicle was speeding 10 MPH over the posted speed limit for 2 minutes during the trip. |
SPEEDING_OVER_POSTED_10_KPH_2MIN |
NUMBER |
The number of events recorded where the vehicle was speeding 10 KPH over the posted speed limit for 2 minutes during the trip. |
SPEEDING_OVER_POSTED_20_KPH_2MIN |
NUMBER |
The number of events recorded where the vehicle was speeding 20 KPH over the posted speed limit for 2 minutes during the trip. |
FUEL_LEVEL_PERCENTAGE |
NUMBER |
The fuel level at the end of the trip. |
FUEL_RAIL_PRESSURE_MIN |
NUMBER |
Minimum reported fuel rail pressure during the trip. |
FUEL_RAIL_PRESSURE_MAX |
NUMBER |
Maximum reported fuel rail pressure during the trip. |
FUEL_RAIL_PRESSURE_AVG |
NUMBER |
Average reported fuel rail pressure during the trip. |
MANIFOLD_PRESSURE_MIN |
NUMBER |
Minimum reported manifold pressure during the trip. |
MANIFOLD_PRESSURE_MAX |
NUMBER |
Maximum reported manifold pressure during the trip. |
MANIFOLD_PRESSURE_AVG |
NUMBER |
Average reported manifold pressure during the trip. |
TRIP_PTO_FUEL_USED |
NUMBER |
The total amount of PTO fuel used in this trip. |
DEF_REGEN_ACTIVE |
NUMBER |
Indicator of the Diesel Particulate Filter Regeneration during the trip. Equal to 1 if the Diesel Particulate Filter was being regenerated and 0 otherwise. |
DEF_REGEN_LIGHT_ON |
NUMBER |
Indicator of the Diesel Particulate Filter Regeneration Light during the trip. Equal to 1 if the Diesel Particulate Filter regeneration status light was on and 0 otherwise. |
UREA_TANK_CONTAMINATED |
NUMBER |
Indicator of the Diesel Exhaust Fluid Quality Warning during the trip. Equal to 1 if the Diesel Exhaust Fluid (DEF) injection system has determined the urea tank was contaminated and 0 otherwise. |
DPF_SOOT_LEVEL_MIN |
NUMBER |
Minimum reported percentage of soot accumulation in the diesel particulate filter during the trip. |
DPF_SOOT_LEVEL_MAX |
NUMBER |
Maximum reported percentage of soot accumulation in the diesel particulate filter during the trip. |
DPF_SOOT_LEVEL_AVG |
NUMBER |
Average reported percentage of soot accumulation in the diesel particulate filter during the trip. |
ACCELERATOR_POSITION_MIN |
NUMBER |
Minimum reported level of the accelerator pedal engagement during the trip. |
ACCELERATOR_POSITION_MAX |
NUMBER |
Maximum reported level of the accelerator pedal engagement during the trip. |
ACCELERATOR_POSITION_AVG |
NUMBER |
Average reported level of the accelerator pedal engagement during the trip. |
RPM_MIN |
NUMBER |
Minimum reported RPM during the trip. |
RPM_MAX |
NUMBER |
Maximum reported RPM during the trip. |
RPM_AVG |
NUMBER |
Average reported RPM during the trip. |
AVERAGE_COOLANT_TEMPERATURE |
NUMBER |
Average reported coolant temperature during the trip. |
EV_ENERGY_USED_MOTOR |
NUMBER |
The amount of energy used by the electric vehicle's motor during the trip. |
EV_ENERGY_GENERATED_MOTOR |
NUMBER |
The amount of energy generated by the electric vehicle's motor during the trip. |
EV_ENERGY_USED_HVAC |
NUMBER |
The amount of energy used by the HVAC (Heating, Ventilation, and Air Conditioning) systems in the electric vehicles during the trip. |
EV_ENERGY_USED_AUX |
NUMBER |
The amount of energy used by auxiliary systems (for example, lights and radio) in the electric vehicles during the trip. |
EV_ENERGY_USED_IDLE |
NUMBER |
The amount of energy used by the electric vehicles while idle during the trip. |
EV_ENERGY_USED_RECHARGING |
NUMBER |
The raw amount of electricity consumption that occurs during electric vehicle recharge during the trip. |
EV_BATTERY_ENERGY_USED_RECHARGING |
NUMBER |
The amount of energy used when recharging the electric vehicles during the trip. |
EV_BATTERY_ENERGY_GAINED_RECHARGING |
NUMBER |
The gain in battery energy that occurs when recharging an electric vehicle during the trip. |
EV_BATTERY_ENERGY_LOST_RECHARGING |
NUMBER |
The difference between power used recharging and battery level gained during the trip. |
EV_RECHARGE_DURATION |
NUMBER |
The time duration that electric vehicles spend recharging during the trip. |
EV_DISTANCE_IN_ECO_BAND |
NUMBER |
The distance traveled by electric vehicles inside a good economical range (1500 - 2500 RPM) during the trip. |
ABS_COUNT |
NUMBER |
Total number of times the Anti-Lock Braking System (ABS) was engaged during the trip. |
STABILITY_COUNT |
NUMBER |
Total number of times the Roll Over Protection (ROP) engine control unit or ROP brake control was engaged during the trip. |
TRACTION_COUNT |
NUMBER |
Total number of times the Anti-Slip Regulation (ASR) was engaged during the trip. |
IGNITION_ON_TIME_UNIT_TZ |
TIMESTAMP_NTZ |
The time when the vehicle’s ignition was turned on. |
IGNITION_OFF_TIME_UNIT_TZ |
TIMESTAMP_NTZ |
The time when the vehicle’s ignition was turned off. |
DEPARTURE_TIME_UNIT_TZ |
TIMESTAMP_NTZ |
The departure time associated with the trip. |
ARRIVAL_TIME_UNIT_TZ |
TIMESTAMP_NTZ |
The arrival time associated with the trip. |
SMARTSPEEDING_5_MPH_OVERPOSTED |
NUMBER |
Total count of events when the vehicle was speeding more than 5 MPH over the posted speed limit during the trip and the speed was faster than the Smart Speed. |
SMARTSPEEDING_10_MPH_OVERPOSTED |
NUMBER |
Total count of events when the vehicle was speeding more than 10 MPH over the posted speed limit during the trip and the speed was faster than the Smart Speed. |
SMARTSPEEDING_OVER_POSTED_10MPH_2MIN |
NUMBER |
Total count of events when the vehicle was speeding more than 10 MPH over the posted speed limit for a duration of more than 2 minutes during the trip and the speed was faster than the Smart Speed. |
SMARTSPEEDING_10_KMPH_OVERPOSTED |
NUMBER |
Total count of events when the vehicle was speeding more than 10 KPH over the posted speed limit during the trip and the speed was faster than the Smart Speed. |
SMARTSPEEDING_OVER_POSTED_10_KPH_2MIN |
NUMBER |
Total count of events when the vehicle was speeding more than 10 KPH over the posted speed limit for a duration of more than 2 minutes during the trip and the speed was faster than the Smart Speed. |
SMARTSPEEDING_20_KMPH_OVERPOSTED |
NUMBER |
Total count of events when the vehicle was speeding more than 20 KPH over the posted speed limit during the trip and the speed was faster than the Smart Speed. |
SMARTSPEEDING_OVER_POSTED_20_KPH_2MIN |
NUMBER |
Total count of events when the vehicle was speeding more than 20 KPH over the posted speed limit for a duration of more than 2 minutes during the trip and the speed was faster than the Smart Speed. |
SMARTSPEEDING_10_PERCENT_OVERPOSTED |
NUMBER |
Total count of events when the vehicle was speeding more than 10% over the posted speed limit during the trip and the speed was faster than the Smart Speed. |
SMARTSPEEDING_10_PERCENT_OVERPOSTED_2MIN |
NUMBER |
Total count of events when the vehicle was speeding more than 10% over the posted speed limit for a duration of more than 2 minutes during the trip and the speed was faster than the Smart Speed. |
SMARTSPEEDING_20_PERCENT_OVERPOSTED |
NUMBER |
Total count of events when the vehicle was speeding more than 20% over the posted speed limit during the trip and the speed was faster than the Smart Speed. |
SMARTSPEEDING_20_PERCENT_OVERPOSTED_2MIN |
NUMBER |
Total count of events when the vehicle was speeding more than 20% over the posted speed limit for a duration of more than 2 minutes during the trip and the speed was faster than the Smart Speed. |
SMARTSPEEDING_COUNT_LOW_BAND |
NUMBER |
The number of speeding events recorded where the vehicle was in the low band and the speed was faster than the Smart Speed during the trip. |
SMARTSPEEDING_COUNT_MED_BAND |
NUMBER |
The number of speeding events recorded where the vehicle was in the medium band and the speed was faster than the Smart Speed during the trip. |
SMARTSPEEDING_OVER_POSTED_5MPH_2MIN |
NUMBER |
Total count of events when the vehicle was speeding more than 5 MPH over the posted speed limit for a duration of more than 2 minutes during the trip and the speed was faster than the Smart Speed. |
LINKED_VEHICLE_NAME |
TEXT |
The name of the vehicle associated with the trip. |
LINKED_DRIVER_NAME |
TEXT |
The name of the driver associated with the trip. |
NATURAL_GAS_USED |
NUMBER |
The amount of natural gas used on the trip. |
ROW_INSERT_TIME |
TIMESTAMP_NTZ |
The time, in UTC, when the last entry for the trip was inserted in the Analytics database. |
ROW_UPDATE_TIME |
TIMESTAMP_NTZ |
The time, in UTC, when the last entry for the trip was updated in the Analytics database. |
IDLE_OVER_TEN_MINUTES |
NUMBER |
Total count of events where the vehicle was not moving and the engine was on for longer than 10 minutes on the given date. |
VEHICLE_NAME |
TEXT |
The name of the vehicle associated with the trip. |
DRIVER_NAME |
TEXT |
The name of the driver associated with the trip. |
UTC_OFFSET |
NUMBER |
The offset between the trip’s local time and UTC in seconds. |
DISTANCE |
NUMBER |
The distance traveled in this trip, in meters. |
HARSH_CORNERING |
NUMBER |
The number of events recorded where the vehicle was harshly cornering during the trip. |
TOTAL_IDLE |
NUMBER |
The total idle time recorded for this trip, in seconds. |
TOTAL_NON_PRODUCTIVE_IDLE |
NUMBER |
The total non-productive idle time recorded for this trip, in seconds. |
VEHICLE_SPEED_MAX |
NUMBER |
Maximum reported vehicle speed during the trip. |
Comments
0 comments
Article is closed for comments.