> 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/ja/what-would-you-like-to-learn-about/getting-started/set-action-locking-and-payment-scheduling-periods.md).

# アクションロックと支払いスケジュール期間を設定する

テンプレート条件の *アクションのロック期間* これは、アクションが impact.com によってトラッキングされてからロックされる（または更新できなくなる）までの期間です。この期間中に、必要なアクションの修正や取消しを行ってください。いったんこの期間が過ぎると、アクションは更新できません。

テンプレート条件の *支払いスケジュール期間* これは、アクションがロックされてから、そのアクションの発生に対してパートナーに支払いが行われるまでの期間です。この期間中は、口座に Statement of Invoices（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/173ecabf39fd91e83f3ac16fba44d8e9c845708d) **\[ユーザープロフィール] →** [**設定**](https://app.impact.com/secure/advertiser/account-settings-flow.ihtml?execution=e6s1).
2. 左側の列の *一般*で、次を選択します： **テンプレート条件ルール**.
3. 次の *ルールの適用* セクションで、 ![](/files/fd83586f9930f6bcc6498179e6d7ed9571e7b572) **\[未選択のチェックボックス]** の下にある **ルールの適用**.
4. 次の *テンプレート条件* セクション、 ![](/files/966a7b9c51811043ca7c1811ec6f6b9ef39fd26f) **\[オンにする]** **アクションのロック** を選択し、必要に応じて設定してください。
   * たとえば、この設定は次のように構成できます： `アクションは月末から 0 か月と 47 日後にロックされます`.
5. 次に、 ![](/files/966a7b9c51811043ca7c1811ec6f6b9ef39fd26f) **\[オンにする]** **支払いスケジュール** を選択し、必要に応じて設定してください。
   * たとえば、この設定は次のように構成できます： `アクションは、ロックされた月の月末から 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/ja/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.
