> For the complete documentation index, see [llms.txt](https://bogos-guideline.gitbook.io/user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bogos-guideline.gitbook.io/user-guide/detailed-guide/analytics/upsell-analytics.md).

# Upsell Analytics

{% embed url="<https://youtu.be/vd_Z9KEHm-8?si=IpqCxb53th_I16Pu&t=250>" %}

To use this feature, navigate to **Analytics** → select "**Upsell**" in the first dropdown filter. Then, you'll see all data related to upsells, including those that have been deleted or expired.

<figure><img src="/files/2sWOgBd2FkEPL8sXjPCX" alt=""><figcaption><p>The Interface of Upsell Analytics in BOGOS Shopify App</p></figcaption></figure>

### 1. Filter Options

#### Filter by Offer

Evaluate the performance of each upsell offer individually.

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

{% hint style="info" %}
All upsells that resulted in an order will appear in the filter to be selected, even deleted/expired upsells.
{% endhint %}

#### Filter by Timeframe

Analyze campaign performance for a specific period by selecting either a predefined or custom timeframe.

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

### 2. Key Metrics

BOGOS helps you track all essential upsell figures, including:

<table><thead><tr><th width="282">Field</th><th>Definition</th></tr></thead><tbody><tr><td>Total Order Revenue</td><td>The total revenue from all orders that include an upsell.</td></tr><tr><td>Total Upsell Revenue</td><td>The total revenue generated from upsells within orders.</td></tr><tr><td>Orders with Upsell</td><td>The total number of orders that contain at least one upsell.</td></tr></tbody></table>

### 3. Overview Funnel

Gain insight into how your upsell offers perform across three key stages of conversion.

<table><thead><tr><th width="282">Field</th><th>Definition</th></tr></thead><tbody><tr><td>Upsell View</td><td>The number of times a product page containing a bundle has been viewed.</td></tr><tr><td>Add to cart</td><td>The number of times a customer clicks "Add to Cart" on an upsell.</td></tr><tr><td>Orders with Upsell</td><td>The total number of orders that contain at least one upsell.</td></tr></tbody></table>

### 4. Order Details

<table><thead><tr><th width="170">Field</th><th width="111">Format</th><th>Definition</th></tr></thead><tbody><tr><td>Order</td><td>String</td><td>Order ID</td></tr><tr><td>Date</td><td>Date Time</td><td>The time when the order was created.</td></tr><tr><td>Upsell name</td><td>Text</td><td>Product title of the gift product included in the order.</td></tr><tr><td>Upsell type</td><td>Text</td><td>Revenue of the order.</td></tr><tr><td>Upsell items</td><td>Text</td><td>The names of upsell items.</td></tr><tr><td>Upsell value</td><td>Currency</td><td>The total revenue generated from the upsell within orders.</td></tr><tr><td>Order value</td><td>Currency</td><td>The total revenue of order</td></tr><tr><td>Action</td><td>Button</td><td><p>View: Open order details in Shopify Admin. </p><p>Delete: Remove order from Analytics.</p></td></tr></tbody></table>


---

# 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://bogos-guideline.gitbook.io/user-guide/detailed-guide/analytics/upsell-analytics.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.
