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

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

某个模板术语的 *行动锁定期* 是从 action 被 impact.com 跟踪到其锁定（或不再可更新）之间的时间。在此期间，您应执行任何必要的 action 修改或撤销，因为一旦该期间过去，action 就无法再更新。

某个模板术语的 *支付安排期* 是从 action 锁定到合作伙伴因促成该 action 而获得付款之间的时间。在此期间，您应确保账户中有足够资金，以覆盖发票清单（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) **\[Toggle on]** **操作锁定** 并根据需要配置该设置。
   * 例如，您可以按如下方式配置此设置： `行动在月末结束后 0 个月和 47 天锁定`.
5. 接下来， ![](/files/3980f01ba7b178cc917bfb7b270feb4fac2992c6) **\[Toggle on]** **付款安排** 并根据需要配置该设置。
   * 例如，您可以按如下方式配置此设置： `行动在其锁定所在月份的月末结束后 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/readme/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.
