> 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 使用支付处理量（PPV）作为一项指标，用于衡量我们为您的项目处理的付款数量。当您的已处理量超过您已购买的 PPV 档位时，我们可能会收取增量交易量费用（或超额费用）。

#### 简要说明

* impact.com 会持续统计我们每个月为您的项目实际处理的 PPV。
* 在每个月末，impact.com 会将您的实际 PPV 与您已购买的 PPV 档位进行比较。
* 如果您的项目实际 PPV 超过了您分配的 PPV，我们将计算增量增长费。

#### 增量增长费计算

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

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

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

假设您有一个标准档位的月度支付处理量，金额为 $17,500。在某个月内，我们统计到为您的账户处理了价值 $20,000 的付款。

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

该金额将作为下一张发票上的一项额外费用列出。
{% endhint %}

#### 付款类型

支付处理量（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.
