Skip to main content

Events

The Events section provides a unified view of all raw data events received from devices and telematics providers — GPS readings, OBD-II diagnostics, sensor values, and system events from connected fleet hardware.

Event Types

Event TypeDescription
Position UpdateGPS coordinate update from a GPS tracker or telematics modem
OBD-II ReadingEngine diagnostic data (RPM, fuel, coolant temp, fault codes)
Temperature ReadingCargo or ambient temperature value from a temperature sensor
Door EventCargo door opened or closed
Motion EventVibration, impact, or G-force detected
Speed AlertVehicle exceeded a configured speed threshold
Geofence EventVehicle entered or exited a defined geofence area
Fault CodeOBD-II diagnostic trouble code (DTC) reported by the vehicle
Device HeartbeatPeriodic keep-alive signal confirming the device is online

Accessing Events

Navigate to Fleet Management → Connectivity → Events.

Filter the event list by:

  • Device — show events from a specific hardware unit
  • Vehicle — show all events for a specific vehicle
  • Event Type — filter to a specific event category
  • Date Range — narrow to a time window

Event Payload

Each event record contains:

FieldDescription
idUnique event identifier
device_idOriginating device
vehicle_idVehicle the device is installed in
event_typeType of event (see table above)
timestampUTC timestamp of the event
locationGeoJSON Point (coordinates where event occurred)
dataEvent-specific payload (sensor value, OBD reading, etc.)

API Access

Retrieve device events programmatically:

GET /int/v1/fleet-ops/devices/{device_id}/events

Filter parameters: event_type, start_date, end_date, vehicle_id.

Use Cases

Use CaseHow Events Help
Accident reconstructionReplay position history with speed and G-force data around the time of an incident
Unauthorized use detectionIdentify movement events outside shift hours
Cold chain breach identificationFind the exact time, location, and value of a temperature breach
Excessive idling analysisDetect prolonged engine-on events without movement
Fuel theft detectionCorrelate fuel level drops with position history

Retention

Event records are retained according to your Mative Cloud storage policy. For long-term compliance and analytics, events can be exported to CSV or forwarded to Synapsis Analysis for deeper processing.