Fleet Owner App
Track driver earnings and activity through Argyle.
Overview
When drivers connect through Argyle, you get access to actionable information from the largest rideshare, delivery, and gig platforms.
Viewing driver earnings, tracking activity and miles, and monitoring driver tenure can help:
- Lower your insurance premiums, by enabling you to provide more granular data for each insurance period when adding coverage
- Optimize your revenue, by helping you prioritize which drivers are most active and are generating the most mileage fees
- Reduce payment risk, by staying informed at all times of your drivers’ activity levels
Fleet Owner App
Fleet Owner App shows how Argyle’s 160+ data fields can put you in the driver’s seat of managing your fleet:
- On-ramp drivers through Argyle’s streamlined account connection process
- Use the dashboard for a clear and adjustable view of each driver’s mileage and driving time
- Off-ramp by exporting the data you need by time period
Click here to explore Fleet Owner App in your browser, visit our Github repository to clone and test Fleet Owner App in your local development environment, or flip through the owner’s manual guide below to get the keys for test-driving Fleet Owner App.
Owner's manual
The first stage of Fleet Owner App shows the account connection process. This will be what the driver sees after you send them a link to Argyle using Console, or if they are connecting through your website or application after you embed Argyle.
Once the account connections are successful, the fleet owner’s flow becomes accessible. Selecting the “Fleet Owner” flow will display a list of drivers and the accounts they connected through Argyle.
Directly from the page showing Connected drivers, you can access the Settings menu. Here you can see a demonstration of how to filter and export the data Argyle retrieved from the drivers’ connected accounts.
In the demo example, you can adjust the P1 value, or time between ride activities that you would consider the driver to have gone offline, and the date range before exporting data externally.
Returning to the Connected drivers page, selecting Bob Jones takes you to the individual driver dashboard view. This dashboard can be customized to display the data Argyle makes available that is most useful to you.
In the demo example, the driver's vehicle information is shown alongside the following time and distance breakdowns for the time period selected in the upper-right dropdown:
- P1 — the Gig app is on and the driver is waiting for a request
- Time is calculated by summing the difference between
activities.all_timestamps.dropoff_at
andactivities.all_timestamps.accept_at
(.request_at
is used when.accept_at
is not available) for all activities in the selected time period (excludes activities where this difference exceeds the P1 threshold set). See Activity duration attributes for more information. - Distance is 0 as the driver is waiting for a request
- Time is calculated by summing the difference between
- P2 — the driver has accepted a request and is going to the pickup location
- Time is calculated by summing the difference between
activities.all_timestamps.accept_at
(.request_at
is used when.accept_at
is not available) andactivities.all_timestamps.pickup_at
for all activities in the selected time period. See Activity duration attributes for more information. - Distance is calculated by summing the road distance between the end location of the last activity and the start location of the current activity for all activities in the selected time period
- Time is calculated by summing the difference between
- P3 — the driver has picked up the asset (passenger, food, etc.) and is going to the drop-off location
- Time is calculated by summing the difference between
activities.all_timestamps.pickup_at
andactivities.all_timestamps.dropoff_at
for all activities in the selected time period. See Activity duration attributes for more information. - Distance is calculated by summing
activities.distance
for all activities in the selected time period. See Activity travel attributes for more information.
- Time is calculated by summing the difference between
Next steps
Click here to explore Fleet Owner App in your browser, clone it from our Github repository, or visit our other Sample Apps to see more of what you can do with user-permissioned gig data available through Argyle.
Contact us or reach out to your Customer Success Manager, an Account Executive, or the Support Team for more details on Fleet Owner App or getting started with Argyle.
Updated about 2 months ago