# Delivery Performance

{% hint style="info" %}
This guide is a functional overview of the EasyPost Analytics Parcel Visibility Module. This is intended to be a general overview of the Delivery Performance Dashboard and provides high level view of metrics and data availability.
{% endhint %}

*Provide insights into delivery performance in real time with clear and actionable data and insights into Carrier performance.*

* **Cartons Delivered**
  * *count distinct of tracking number / shipment\_id where status = 'delivered'*
* **Average Transit Days and Average Transit Business Days**
  * *count of calendar days between first-in-transit event (pickup) and delivery*
  * *business days backs out Saturdays and Sundays*
* **Average Distance (US Only)**
  * *The raw calculated distance between lat/long of the origin zip and the destination zip*
* **Late Packages and Carrier On-Time %**
  * Packages are considered "On-Time" if they are Delivered or Attempted to be delivered by:
    * *Originally provided EDD by the carrier during the EasyPost Label Purchase, with an offset if the first-in-transit (pickup) event is later then the label created date.*&#x20;
    * *If no EDD provided, the max transit days per service shipped (Example: 1 day for Overnight, or 5 days for Ground)*

<figure><img src="/files/6CrpWXda6BKUf2v6x6Vy" alt=""><figcaption></figcaption></figure>

Break out volume based on Transit Day Tiers and Weight Tiers to better understand distribution of delivered packages and how long they took to deliver, and distribution of the weight of packages (when weight is availble either from the EasyPost shipment or tracking data).&#x20;

<figure><img src="/files/MjW0Czbx8D162rBq98Gf" alt=""><figcaption><p>Transit Day Tiers and Weight Tiers</p></figcaption></figure>

Monitor volume and performance by Label Created Date:

<figure><img src="/files/7WWPTcFeAPMNyZknLOnN" alt=""><figcaption></figcaption></figure>

Details by Carrier and Service:

<figure><img src="/files/GDi5YFHhlt5ISgX6AoJa" alt=""><figcaption></figcaption></figure>

*Provide insights into Carrier and Service cartons with delivery exceptions by type*

* Failed Delivery - Carton had an attempted delivery by the Carrier but was not successfully received by the customer
* Possible Lost - Carton has not been delivered or moved in the network for a period of time
* Pre-transit Exceptions - Label created but carton is not yet with the carrier
* Return to Sender - Carton was delivered to the wrong address/person/rejected and sent back to the sender


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.easypostanalytics.com/products/parcel-visibility/delivery-performance.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
