# Total Distribution Points (TDP)

**Description:** Composite measure of distribution breadth and depth across SKUs.

**Formula:** Sum of %ACV for all SKUs within a brand.

**SQL Calculation:**

```sql
SUM(acv_percent_per_sku) AS tdp
```

**Why It Matters:** Gold standard of distribution; higher TDP means broader and deeper shelf presence.

**Metric Type:** Diagnostic

**Essence:** Leading

**Frequency:** Weekly / Quarterly

**Units:** Points

**Suggested Breakdowns:** Brand, Category, Market, Retailer

**Questions Answered:**

* How many shelf slots do we occupy across retailers?
* Is our brand gaining or losing space?

**Potential Causes of Worsening:** Retailer assortment rationalization, slower velocity leading to delisting.

**Tactics to Improve:**

* Improve velocity per SKU
* Launch line extensions
* Negotiate incremental placements

**Related Metrics:**

* ACV%
* Velocity
* Dollar Sales

**Related Explores:**

* URMS Shelf Space Explorer

**Related Sources:**

* URMS.SALES\_REPORT


---

# 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://help.daasity.com/core-concepts/metrics/retail-and-wholesale-metrics/distribution-and-velocity/total-distribution-points-tdp.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.
