> 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/platform-features/actions-and-payouts/actions/review-actions-that-are-outside-of-terms.md).

# 条件外のアクションを確認する

パートナーとあなたのプログラム間で定められた契約条件の範囲外で発生したアクションは、条件外のアクションと見なされます。条件外のアクションは自動的に取り消されますが、手動で承認用に変更することができます。

#### 条件外のアクションを承認する

1. 左側のナビゲーションバーで、 ![](/files/7ddd72d8e69e7055d9408cf4847c5c54abf9f71d) **\[Engage] → トランザクション**.
2. 選択します **保留中の支払い → 条件外**.
3. の下の *アクション* 列で、 **承認**.
   * これにより、取り消しが上書きされます。

#### 条件外のアクションをフィルタリングしてダウンロードする

1. ページタイトルの下にあるフィルターバーで、ベースフィルターを選択または入力してください。
   * 必要に応じて、次を選択します ![](/files/8557be98c1130cb55554497dd16810fe8e173d9e) **\[追加]** フィルターバーに追加のフィルターを追加するには、
   * フィルターを選択する際は、必ず ![](/files/34c3dbe05c1110f13e076d5a5abd0fec57cb1797) **\[検索]** を選択して有効にしてください。
   * 各フィルターの詳細については、以下の参照を確認してください。

<details>

<summary>ベースフィルターの参照</summary>

| フィルター   | 説明                                   |
| ------- | ------------------------------------ |
| パートナー   | そのアクションを生成したパートナーに基づいてアクションをフィルタします。 |
| イベントタイプ | イベントタイプに基づいてアクションをフィルタします。           |
| OID     | アクションの注文ID（OID）に基づいてアクションをフィルタします。   |
| アクションID | アクションIDに基づいてアクションをフィルタします。           |

</details>

<details>

<summary>追加フィルターの参照</summary>

| フィルター  | 説明                                  |
| ------ | ----------------------------------- |
| 日付範囲   | 指定した日付範囲でアクションを表示します。               |
| 共有ID   | 以下を表示します `SharedID` （該当する場合）のアクションの |
| プロモコード | （該当する場合）使用されたプロモコードを表示します。          |
| 取り消し理由 | アクションが条件外となった理由を表示します。              |

</details>

2. ページ下部で、選択します ![](/files/ed3b94ea5dfb5606155c2234b71fd1a91c1eb13b) **\[ダウンロード]** 一覧をCSVファイルとしてダウンロードするには、


---

# 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/platform-features/actions-and-payouts/actions/review-actions-that-are-outside-of-terms.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.
