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

# 追加销售数据分析

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

要使用此功能，请导航至 **数据分析** → 在第一个下拉筛选器中选择“**追加销售**”。然后，您将看到所有与追加销售相关的数据，包括已删除或已过期的追加销售优惠。

<figure><img src="/files/2sWOgBd2FkEPL8sXjPCX" alt=""><figcaption><p>BOGOS Shopify 应用中追加销售数据分析的界面</p></figcaption></figure>

### 1. 筛选选项

#### 按优惠筛选

单独评估每个追加销售优惠的表现。

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

{% hint style="info" %}
所有产生过订单的追加销售优惠都会出现在筛选列表中供您选择，即使是已删除/已过期的追加销售优惠也不例外。
{% endhint %}

#### 按时间段筛选

通过选择预定义或自定义的时间段，分析特定周期内的活动表现。

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

### 2. 关键指标

BOGOS 帮助您追踪所有关键的追加销售数据，包括：

<table><thead><tr><th width="282">字段</th><th>定义</th></tr></thead><tbody><tr><td>订单总收入</td><td>所有包含追加销售的订单产生的总收入。</td></tr><tr><td>追加销售总收入</td><td>订单中由追加销售产生的总收入。</td></tr><tr><td>含追加销售的订单数</td><td>至少包含一个追加销售的订单总数。</td></tr></tbody></table>

### 3. 概览转化漏斗

深入了解您的追加销售优惠在转化的三个关键阶段中的表现。

<table><thead><tr><th width="282">字段</th><th>定义</th></tr></thead><tbody><tr><td>追加销售浏览量</td><td>包含捆绑商品的产品页面被浏览的次数。</td></tr><tr><td>加入购物车</td><td>客户点击追加销售的“加入购物车”按钮的次数。</td></tr><tr><td>含追加销售的订单数</td><td>至少包含一个追加销售的订单总数。</td></tr></tbody></table>

### 4. 订单详情

<table><thead><tr><th width="170">字段</th><th width="111">格式</th><th>定义</th></tr></thead><tbody><tr><td>订单</td><td>字符串</td><td>订单 ID</td></tr><tr><td>日期</td><td>日期时间</td><td>订单创建的时间。</td></tr><tr><td>追加销售名称</td><td>文本</td><td>订单中包含的赠品产品标题。</td></tr><tr><td>追加销售类型</td><td>文本</td><td>订单收入。</td></tr><tr><td>追加销售项目</td><td>文本</td><td>追加销售项目的名称。</td></tr><tr><td>追加销售价值</td><td>货币</td><td>订单中追加销售产生的总收入。</td></tr><tr><td>订单价值</td><td>货币</td><td>订单的总收入</td></tr><tr><td>操作</td><td>按钮</td><td><p>查看：在 Shopify 后台打开订单详情。</p><p>删除：从数据分析中移除该订单。</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://docs.bogos.io/cn/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.
