GPS Trackers, Vehicle trackers, AVL units
Teltonika GH1200, Teltonika GH3000, Teltonika FM4000
| Parser item name | Data type | Description |
| FULL_DATA_PACKET | String | One message from a data packet |
| DATA_PACKET | String | Same as FULL_DATA_PACKET, but without data packet signatures (if exist) |
| IMEI | String | IMEI |
| TIMESTAMP_UTC | DateTime | Time stamp (UTC) |
| TIMESTAMP | DateTime | Time stamp |
| PRIORITY | Integer | Priority code |
| PRIORITY_STR | String | Priority |
| LONGITUDE | Float | Longitude 1) |
| LATITUDE | Float | Latitude 1) |
| LONGITUDE_DEG | String | Longitude (format: deg/min/sec) |
| LATITUDE_DEG | String | Latitude (format: deg/min/sec) |
| ALTITUDE | Integer | Altitude |
| ANGLE | Integer | Angle |
| SATELLITES | Integer | Satellites |
| SATELLITES2 | Integer | Satellites v2 |
| SPEED | Integer | Speed |
| EVENTIO_ID | Integer | EventIO ID |
| TOTAL_IO | Integer | Total IO |
| GSM | Integer | GSM signal quality |
| LAC | Word | Local area code |
| CELLID | Word | Cell ID |
| OPCODE | Integer | Operator code |
1) The value is being calculated using the following formula:

d - degree
m - minutes
s - seconds
ms - milliseconds
If a longitude is west or a latitude is south, then the value is being multiplied by –1.
2) Parser items like IO1_[A], IO2_[A], IO4_[A] or IO8_[A] are not included to the fixed list of parser items, because these values are optional. Names of these parser items you should type manually in a data export plugin.