> 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/actions-and-payouts/understand-the-action-life-cycle-and-finance.md).

# 了解行动生命周期和财务

<a href="https://pxa.impact.com/student/activity/1087855?sid=0c0e3e5c-54c9-4435-9bee-ebcdccb7f292&#x26;sid_i=0?utm_source=app.impact.com&#x26;utm_medium=owned-platform&#x26;utm_content=tra-250&#x26;utm_campaign=help-center" class="button primary">参加 PXA 课程</a>

行动是指由 impact.com 跟踪并归因给你的一位或多位合作伙伴的转化（例如销售或潜在客户）。行动遵循“生命周期”——它们最初是新的待处理行动，通常最终会成为已锁定行动，并安排向被归因获得该转化信用的合作伙伴支付款项。

作为行动生命周期的一部分，可能会产生某些财务影响——你的 impact.com 账户资金需要保持最新，并为来自已锁定行动的支付义务做好准备。

#### **行动生命周期概览**

<div data-with-frame="true"><figure><img src="/files/3db316b22d948a9d1e54515bc8038a5e5cf29815" alt=""><figcaption></figcaption></figure></div>

* 当转化被跟踪并归因给合作伙伴时，它就会成为 *待处理行动*.
* 待处理行动在锁定日期之前可以被修改或撤销。在此日期之后，它们会变为 *已批准行动* （或 *已锁定行动*).
* 已批准行动会最终确定应付佣金金额，该金额将在以下时间支付： *计划结算日期*.
* 在清算日期过去后，该行动将显示在下一张合作伙伴发票中（通常在每月 2 日，除非使用自定义 GAAP 月）。

{% hint style="info" %}
**备注**：当你在很久之后才将订单提交到 impact.com 时，impact.com 将会将 *事件日期* 设为你提交该行动的日期和时间。锁定和清算日程将根据新分配的事件日期运行。任何针对这些转化的支付、调整以及支付组规则均由你与合作伙伴签订的有效合同决定。
{% endhint %}

#### 行动状态与财务

以下是某个特定行动在 [行动列表报告](/brand/zh/what-would-you-like-to-learn-about/platform-features/multi-program-reports/performance-reports-for-brands/advanced-action-listing-report.md)中可能显示的不同状态，以及相应的财务状态。

| 动作状态        | 财务“状态”           | 描述                                                                                         |
| ----------- | ---------------- | ------------------------------------------------------------------------------------------ |
| *待处理*       | 行动成本已预估          | 当行动处于待处理状态时，仍然可以对其进行修改（或撤销）。待处理行动具有一个估计的 *动作成本* 列，位于行动列表报告中。如果该行动在锁定前没有发生变化，这将是支付给合作伙伴的佣金。 |
| *已批准 / 已锁定* | 行动成本在计划清算日期到期    | 当行动被锁定时，行动成本金额现在到期——这将用于向合作伙伴记入因生成该行动而产生的佣金。                                               |
| *已撤销*       | 行动成本作废 — 0.00 支付 | 当行动被撤销时，行动成本将作废——无需支付佣金。                                                                   |

<details>

<summary>查看行动详情</summary>

行动详情弹窗显示某个特定行动的详细信息。

1. 从左侧导航菜单中，选择 ![](/files/209022bdb234289211a24a980f6227a8684cc439) **\[Engage]** → **交易 → 待处理付款 → 操作**.
2. 在 *待支付款项* 页面上，选择 **关联的操作 ID** 以打开该弹窗。

以下是在查看行动详情时需要牢记的最重要数据点列表：

| 动作状态       | 财务“状态”                         | 描述                                                                |
| ---------- | ------------------------------ | ----------------------------------------------------------------- |
| *“支付”（佣金）* | 等于行动成本——合作伙伴将因该行动获得的佣金金额       | 如果该行动被批准（即锁定时），合作伙伴将收到的佣金金额。                                      |
| *锁定日期*     | 行动锁定的日期和时间；佣金将在此时到期（见下文）       | 当行动被锁定时，行动成本金额现在到期——这将用于向合作伙伴记入因生成该行动而产生的佣金。                      |
| *计划结算日期*   | 佣金金额从你的 impact.com 账户中扣除的日期和时间 | impact.com 将从你的账户中清算资金以向合作伙伴支付该行动费用的日期和时间。 **如果你的账户资金不足，将被视为逾期**. |

</details>


---

# 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/actions-and-payouts/understand-the-action-life-cycle-and-finance.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.
