> 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.
