All Collections
Detrack Dashboard V4 Articles
Detrack - Track and Trace
How To Set Up Customer's Tap To Track (Tracking Widget)
How To Set Up Customer's Tap To Track (Tracking Widget)
Operator avatar
Written by Operator
Updated over a week ago

You can let your customers track the status of their delivery / collection via a tracking widget.

This tracking widget can be embedded into your website.

HOW TO GET STARTED

In your admin dashboard:

  1. Navigate to Settings > Tracking Widget.

  2. Under the Tracking Widget tab, you will find your personal Tracking Widget code which is available for you to copy and paste into your website. Alternatively, you can send your customers the direct link to your tracking widget without installing it on your website.

Settings

Customer Service Configurations

Contact No.

This contact no. is the customer service contact no. for delivery/collection inquiries.

Support email

This email address is the customer support email address for delivery/collection inquiries.

To change the name of the customer service contact, go to Settings > Organization > General tab > Organization Name field.

Tracking Configurations

Tracking Field

Reference of the job.

Either D.O. No. or Tracking No.

Widget Search Result

Latest Job - Retrieve the newest (single) job corresponding to the provided D.O. No. or Tracking No.

All Jobs - Retrieve all the relevant jobs corresponding to the provided D.O. No. or Tracking No.

Job To Be Completed By

Only applicable when the Widget Date Display is set to Calculated.

Non Working Days

Selected days will be factored into the Date display if the Widget Date Display is set to Calculated.

Widget Date Display

Date - Takes reference from the Date of the job for display

Calculated - Takes reference from the Start Date of the job, and adds the value selection for Job To Be Completed for display.

The number of days required is usually reflective of your SLA to your vendors or customers. If all your jobs are completed within the same day, simply select on start date (same day). If this field is entered, your customers will be able to see the expected date of delivery or collection assigned.

Start date is by default when the job is imported into the system. To change this start date, go to Update Delivery or Update Collection form and change the date under the field start date.

Widget Milestone

Display a log of the events that were being applied to the job.

Note: The information in this milestone is a record of the past events.

It is NOT indicative of the current status of the job.

For current status of the job, refer to the Information section.

Options

Requires email or phone no.

Requires customer to provide email or phone no. as verification to retrieve tracking details.

Display job time

Job time is the time that the job needs to be completed by.

Takes reference from the Job Time of the job.

Hide Deliver To / Collect From

Hide the recipient’s or sender’s name.

Hide last updated time

Hide the timing when the job was updated.

Display photos

Display or hide the photo proofs.

Display signature

Display or hide the signature.

Display vehicle’s current location

Allow the customers to view the vehicle’s current location.

Vehicle’s current location will be hidden if the vehicle has been stationary for more than 15 mins / not connected to Detrack / GPS not available.

Hide receiver name

Display or hide the name captured via the Driver App.

Hide delivery / collection address

Display or hide the recipient’s or sender’s address.

(Disabling this will hide the display of address in the map.)

Display partial address

Partial address will be displayed on the tracking widget for privacy protection.

Allow customer to download POD

Allow the customer to download the POD pdf upon job completion.

Allow customer to download failed POD

Allow the customer to download the POD pdf upon job failure.

(Requires the Allow customer to download POD option to be enabled.)

Display organization logo

Display or hide your logo.

Takes reference from Settings

> Organization > Logo and Users > Groups > Logo.

Hide legend

Hide the legend that contains the various status information of the job.

Display live ETA

Choose to auto-calculate and re-adjust the imported ETA time for the subsequent jobs should the driver complete the POD earlier or later than the imported ETA for the previous job. To use this feature, enable ETA and Live ETA under Settings > Job > Fields, provide the ETA for the job.

Display partial receiver name

Enabling this option will display only the first and last characters of the name for privacy protection.

(For example: John Doe will be displayed as JXXX XXe).

Allow customer to track historical jobs

If this is not enabled, customers can only track the jobs for the current day.

Note: Tracking of past historical data is only applicable to Completed or Failed jobs.

Incomplete jobs (e.g. info received and in progress) are not trackable via the tracking widget.

Allow customer to track future jobs

If this is not enabled, customers can only track the jobs for the current day.

LEGENDS

The Delivery and Collection Status Legend can be customized to suit your workflow. However, please note that only the legend can be customized, the naming of the status cannot be changed.

Below are the conditions/actions by the Admin to trigger the respective status on your tracking widget:

Detrack Dashboard System Status (Internal)

Assign To

Delivery Date

Tracking Widget Status (External- Customer Facing)

In Transit

Assigned / Unassigned

Today / Future

Info received

In Progress

Unassigned

Today / Future

Info received

In Progress

Assigned

Future

Scheduled

In Progress

Assigned

Today

Out for delivery

Once you have configured the above settings, click Save and you are done.

Testing

Click on the demo tracking widget image button to test out your tracking widget.

Our Tracking Widget is a combination of HTML (to display the button) and JavaScript (to open the window) code and can be inserted into any website. You may require the assistance of your webmaster to place our Tracking Widget button on your website as you will need to edit HTML codes. Alternatively, you can always send your customers the direct Tracking Widget link.

Tip: you can change the image of the Tracking Widget button to your own by changing the src property of the HTML input button to point to your image file.

Example HTML Codes For Tracking Widget

Example 1 - Perform a search and open in a separate tab

<form action="https://app.detrack.com/tracking/{YourTrackingWidgetKey}" target="_blank"> <input name="q" type="text" value="" placeholder="Enter your D.O. No." /> <input name="e" type="text" value="" placeholder="Enter your Email or Phone Number." /> <input type="submit" value="Submit" />Track Your Delivery</form> 

Example 2 - Embedding in website

<object data="https://app.detrack.com/tracking/{YourTrackingWidgetKey}"> </object> 

Note:

{YourTrackingWidgetKey} can be obtained from Tracking Widget > Tracking Widget Key.

Did this answer your question?