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