user.started_trip
user.updated_trip
user.approaching_trip_destination
user.arrived_at_trip_destination
user.stopped_trip
Radar.startTrip()
. Radar will generate trip events with ETAs to the destination geofence.
RadarTrackingOptions.CONTINUOUS
).
As the trip progresses, the status will update from started
to approaching
(based on the Approaching threshold on the Settings page), then arrived
(on destination geofence entry).
approaching
or arrived
). This can be done either using the SDK or the API.
user.started_trip
user.updated_trip
user.approaching_trip_destination
(configurable ETA threshold)user.arrived_at_trip_destination
(destination geofence entered)user.stopped_trip
tag
as the destination geofence, but possesses a different externalId
.
To enable this feature, navigate to the Settings page and enable the user.arrived_at_wrong_trip_destination
event under Trips section.
scheduledArrivalAt
is set for a trip, delay information is captured in the trip’s delay
field. The scheduledArrivalTimeDelay
is the predicted arrival delay from the scheduledArrivalAt
time in minutes. The delayed
flag is true
when scheduledArrivalTimeDelay
exceeds the delay threshold.
Median wait time
: the median duration between the moment when a user arrives at a destination (user.arrived_at_trip_destination
) and the moment when the trip is marked complete (completed
). This statistic omits trips which are missing an arrival timestamp.Number of trips
: the total count of all live trips for a specific project which have a status of completed
.Median trip time
: the median duration between the moment when the user starts a trip (user.started_trip
) and the moment when they arrive at the destination (user.arrived_at_trip_destination
). This statistic omits trips which are missing an arrival timestamp.Repeat customers
: the total number of your users who have completed more than one trip.Number of days | Time grouping |
---|---|
2 | Hour |
21 | Day |
60 | Week |
60+ | Month |
Destination
: the description of the individual destination geofence.Tag
: the geofence tag associated with the unique geofence destination listed in the destination column. Clicking on a tag filters the entire Analytics page for only geofences that contain that tag.Geofence ID
: the geofence ID of the unique geofence destination listed in the destination column.Wait Time
: the median wait time of all qualifying trips to that destination, given the filters applied.Trips Completed
: the number of completed trips to that destination, given the filters applied.Trip Time
: the median trip time of all qualifying trips to that destination, given the filters applied.Filter by destination
: This will filter the entire analytics page to only include this single destination.View destination
: This will bring you to the destination geofence’s detail page.completed
and have timestamp entries for started_at
, arrived_at
, and completed_at
. Reminder that all trip analytics are updated nightly and trip analytics from today will not be shown in the Analytics page until tomorrow.