Implementing MagTrack+ in MyGeotab
How to prepare your customers for MagTrack+
Using MagTrack+ within the MyGeotab platform is a three step process:
1. Configure the Add-In within the MyGeotab Platform.
2. Add the Asset with the Geotab device IDs.
3. Set any rules along with notifications or reports that are desired.
Configure the Add-In within the MyGeotab Platform.
Log in to MyGeotab and navigate to (1) Administration > (2) System > (3) System
Settings and select the (4) Add-Ins tab. Click the (5) New Add-In button.
This add-in code below is needed.
{
"name": "Magtrack",
"supportEmail": "support@matrixiq.com",
"version": "1.0",
"items": [
{
"page": "map",
"noView": false,
"mapScript": {
"url": "https://geotab.fth.cloud/addin.html?id=88888888888"
}
}
],
"solutionId": "matrixIQMagtrack",
"isSigned": false
}
Add the Asset with the Geotab device IDs.
After an order is placed, the Matrix team will obtain and provide back to resellers the Geotab device IDs. Each of the MagTrack+ devices will be clearly labeled with both the device IMEI and Geotab ID.
Add the Asset in as you would any other device.
Set any rules along with notifications or reports that are desired.
Asset tracking will only be effective with a subset of rules. Our recommendation is to utilize rules based upon zones for asset utilization and theft or movement monitoring.
It may be effective to monitor if an asset is sitting too long at a yard, or if it's moved from a customer site. Or positioned within a customer site to confirm delivery.
RESOURCES