> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/brand/zh/what-would-you-like-to-learn-about/platform-features/finance/your-subscription/how-are-volume-usage-rates-calculated.md).

# 如何计算用量使用率？

impact.com 使用 Payment Processing Volume (PPV) 作为一项指标，用于衡量我们为你的项目处理的付款数量。当你已处理的量超过你购买的 PPV 层级时，我们可能会收取增量流量费用（或超额费用）。

#### 简而言之

* impact.com 会持续记录我们每个月为你的项目实际处理的 PPV。
* 在每月底，impact.com 会将你的实际 PPV 与你购买的 PPV 层级进行比较。
* 如果你的项目实际 PPV 超过了你分配的 PPV，我们将计算增量增长费。

#### 增量增长费计算

impact.com 在计算增量增长费时使用以下主要因素：

|                   |                  |
| ----------------- | ---------------- |
| 适用期间的实际 PPV 值     | `实际值`            |
| 适用期间购买的 PPV       | `已购`             |
| 适用于超出已购 PPV 量的百分比 | `百分比`            |
| 增量增长费             | `（实际值 - 已购） 百分比` |

{% hint style="info" %}
**示例：** 对于标准的月度支付处理量，增量增长费按如下方式计算：额外月度支付处理量的 15.4%（例如，额外的 Payment Processing 增量量为 `$10,000 x 0.154 = $1,540`).

假设你的标准月度支付处理量层级为 $17,500。在某个月内，我们统计到为你的账户处理了价值 $20,000 的付款。

增量增长费的计算如下 `（$20,000 - $17,500） x 15.4% = $385`.

该金额将作为下一张发票上的附加项目添加。
{% endhint %}

#### 支付类型

术语 Payment Processing Volume (PPV) 包括通过 impact.com 处理的以下交易的全部处理量：

| 支付类型                                                                                                                                                                             | 描述                                                      |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------- |
| 行动成本                                                                                                                                                                             | 与为行动付款相关的成本；即佣金。                                        |
| [绩效奖金](/brand/zh/what-would-you-like-to-learn-about/platform-features/contracts-and-template-terms/template-terms/payout-adjustments/performance-bonus/performance-bonus-faq.md) | 除佣金外支付的额外绩效奖金。                                          |
| 最低 EPC 成本                                                                                                                                                                        | 与最低每次点击收益（EPC）相关的成本。                                    |
| 陈列费                                                                                                                                                                              | 与收取陈列费或展示费的合作伙伴相关的成本。这些成本为后付月费，并按计费周期内合同实际生效的天数精确按比例分摊。 |
| [合作伙伴资金转账](/brand/zh/what-would-you-like-to-learn-about/platform-features/finance/partner-funds-transfer/transfer-funds-to-a-partner.md)                                         | 转给合作伙伴的资金。                                              |

#### 我在哪里可以找到我的使用费用？

* 运行 *按状态和交易类型划分的使用量* [报告](/brand/zh/what-would-you-like-to-learn-about/platform-features/finance/your-subscription/view-your-usage-volume-by-status-and-transaction-type.md).
* 查看你的 [*方案使用情况*](/brand/zh/what-would-you-like-to-learn-about/platform-features/finance/your-subscription/view-your-impactcom-subscription-and-usage-details.md#view-your-usage-details-0-2) ……上的详情 *订阅* 页面中。


---

# 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://help.impact.com/brand/zh/what-would-you-like-to-learn-about/platform-features/finance/your-subscription/how-are-volume-usage-rates-calculated.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.
