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

# 审核不符合条款的行动

当某个操作发生时，如果该操作超出了合作伙伴与您的项目之间既定的合同条款，则该操作会被视为超出条款。超出条款的操作会自动撤销，但也可以手动修改为批准。

#### 批准超出条款的操作

1. 从左侧导航栏中选择 ![](/files/209022bdb234289211a24a980f6227a8684cc439) **\[Engage] → 交易**.
2. 选择 **待处理付款 → 超出条款**.
3. 在 *动作* 列下，选择 **批准**.
   * 这将覆盖撤销。

#### 筛选并下载超出条款的操作

1. 在页面标题下方的筛选栏中，选择或输入基础筛选条件。
   * 如有需要，选择 ![](/files/724207cd384cb04254f395812b496d20a45599e8) **\[添加]** 以向筛选栏添加其他筛选条件。
   * 在选择筛选条件时，请务必选择 ![](/files/34cdd2217d627a308c301c2567d5dfe7d669a2cc) **\[搜索]** 以使其生效。
   * 有关每个筛选条件的更多详情，请参阅以下参考。

<details>

<summary>基础筛选条件参考</summary>

| 筛选器   | 描述                   |
| ----- | -------------------- |
| 合作伙伴  | 根据生成该操作的合作伙伴筛选操作。    |
| 事件类型  | 根据事件类型筛选操作。          |
| OID   | 根据操作的订单 ID（OID）筛选操作。 |
| 动作 ID | 根据操作 ID 筛选操作。        |

</details>

<details>

<summary>其他筛选条件参考</summary>

| 筛选器   | 描述                      |
| ----- | ----------------------- |
| 日期范围  | 查看指定日期范围内的操作。           |
| 共享 ID | 查看 `SharedID` 的操作（如适用）。 |
| 促销代码  | 查看所使用的促销代码（如适用）。        |
| 撤销原因  | 查看该操作为何被判定为超出条款。        |

</details>

2. 在页面底部，选择 ![](/files/384fa5309ff1dcdcb5317f339bd76ce23aa62c8a) **\[下载]** 以下载该列表为 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/zh/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.
