> 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/getting-started/set-action-locking-and-payment-scheduling-periods.md).

# 设置动作锁定和付款排期周期

一个模板术语的 *行动锁定期* 是指某个行动被 impact.com 记录与其锁定（或不再能更新）之间的时间。在此期间，您应执行任何必要的行动修改或撤销，因为一旦该期间结束，行动就无法再更新。

一个模板术语的 *付款排期周期* 是指行动锁定与合作伙伴因带来该行动而获得付款之间的时间。在此期间，您应确保账户中有足够资金，同时覆盖发票明细表（SOI）上记录的金额以及任何 impact.com 发票。

### 配置您的锁定期

您可以使用固定的 *天* 锁定期或动态的 `月 + 日` 锁定期。

{% tabs %}
{% tab title="仅按天锁定" %}
如果您仅使用天数配置锁定期，最大值为 90 天。
{% endtab %}

{% tab title="基于月份的动态锁定" %}
使用 `月 + 日` 当您需要一个可根据日历月份动态调整的锁定期时，请使用此配置。与固定天数不同，基于月份的锁定会根据订单发生所在的月份计算精确时长。

如果您设置 1 个月 + 15 天的锁定期，平台会根据具体月份计算总时长：

| 如果月份是...                      | 锁定时长将为...     |
| ----------------------------- | ------------- |
| 2 月（平年）                       | 43 天（28 + 15） |
| 2 月（闰年）                       | 44 天（29 + 15） |
| 4 月、6 月、9 月、11 月              | 45 天（30 + 15） |
| 1 月、3 月、5 月、7 月、8 月、10 月、12 月 | 46 天（31 + 15） |
| {% endtab %}                  |               |
| {% endtabs %}                 |               |

1. 在顶部导航栏中，选择 ![](/files/34cff7cafbbfcd416778a35b63cb058c27bcda8b) **\[用户资料] →** [**设置**](https://app.impact.com/secure/advertiser/account-settings-flow.ihtml?execution=e6s1).
2. 在左侧栏中，在 *常规*，选择 **模板条款规则**.
3. 在 *规则执行* 部分，选择 ![](/files/48509e0f0c9ae68203294f8aae7777211a4315e1) **\[未勾选复选框]** 下方 **规则的应用**.
4. 在 *模板条款* 部分， ![](/files/3980f01ba7b178cc917bfb7b270feb4fac2992c6) **\[切换为开启]** **操作锁定** 并根据需要配置该设置。
   * 例如，您可以按如下方式配置此设置： `行动将在月末结束后 0 个月 47 天锁定`.
5. 接下来， ![](/files/3980f01ba7b178cc917bfb7b270feb4fac2992c6) **\[切换为开启]** **付款安排** 并根据需要配置该设置。
   * 例如，您可以按如下方式配置此设置： `行动会在其锁定所在月份的月末结束后 0 个月 20 天支付`.
6. 选择 **保存**.

{% hint style="info" %}
**示例**：如果您按照上述方式配置了行动锁定和付款排期周期，并且您的合作伙伴在 1 月进行了行动，那么所有行动都将于 3 月 19 日锁定。到了 3 月 20 日，您将收到来自 impact.com 的 SOI，其中汇总了所有合作伙伴发票。此时，您应开始为账户充值，确保有足够资金支付这些发票 *和* 您的 impact.com 发票。最后，您的账户将于 4 月 20 日扣款，以便向您的合作伙伴付款。
{% endhint %}


---

# 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/getting-started/set-action-locking-and-payment-scheduling-periods.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.
