> For the complete documentation index, see [llms.txt](https://docs.roadmap.so/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roadmap.so/bundles/bundle-sales-analytics-and-exports.md).

# Bundle sales analytics & exports

Filter bundle performance, understand key metrics, and export the right report.

Use the **Analytics** tab to check bundle revenue, orders, average order value, and units sold.

### Export the right report

{% stepper %}
{% step %}

#### Open Analytics

In Roadmap, go to **Analytics**.
{% endstep %}

{% step %}

#### Set your filters

Choose the right **campaign** and **date range**.

Exports use the filters on screen.
{% endstep %}

{% step %}

#### Review the bundle table

Scroll to **Bundles ranked by sales volume**.
{% endstep %}

{% step %}

#### Export the report

Click **Export Report**.
{% endstep %}
{% endstepper %}

![Roadmap Analytics showing campaign filter, date range filter, KPI cards, and Bundles ranked by sales volume with Export Report button](https://content.gitbook.com/content/J8asLD4FVCFagK40xEr4/blobs/GHIt2zlbPVspHrUYS0ZC/bundles%20analytics.png)

### What each metric means

* **Sales** — revenue attributed to bundles for the selected filters
* **Orders** — orders that included a bundle
* **Average Order Value** — average order value for those orders
* **Units** — bundle units sold

### How to read the bundle table

In **Bundles ranked by sales volume**, you can compare:

* **Bundle** — the bundle name
* **Bundles Sold** — how many times that bundle sold
* **Total Revenue** — total revenue from that bundle

Use **All campaigns** when you want overall bundle performance.

Switch to a single campaign when you want to compare one offer against another.

### When numbers look wrong

Check these first:

* the wrong campaign is selected
* the wrong date range is selected
* you are comparing a filtered export to all-store sales
* you are reviewing a very recent period with limited order volume

{% hint style="warning" %}
If the filters are wrong on screen, the export will also be wrong.
{% endhint %}

### Best way to self-check performance

* Use short date ranges for recent tests.
* Use longer date ranges for stable trend checks.
* Export after setting the exact filters you want to report on.

### Related guides

* [Fixed vs variant bundles](/bundles/fixed-vs-variant-bundles.md)
* [Create a variant bundle in Bundles](/bundles/create-a-variant-bundle.md)
* [Shopify bundles that fulfil as SKUs](/bundles/shopify-bundles-that-fulfil-as-skus.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.roadmap.so/bundles/bundle-sales-analytics-and-exports.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
