> 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. 在左侧导航栏中，选择 ![](https://1186853034-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwMLlMoFBtKJa8ptd3zaw%2Fuploads%2Fgit-blob-230534471fef5f40808e921e41ee44e4a06ded03%2Fe6cb9548999afdc1ed3ce4942e4cb5b45b5cecbd323267aac2a7cd1915fccc09.svg?alt=media) **\[Engage] → 交易**.
2. 选择 **待支付 → 条款外**.
3. 在 *操作* 列下，选择 **批准**.
   * 这将覆盖回滚。

#### 筛选并下载条款外操作

1. 在页面标题下方的筛选栏中，选择或输入一个基础筛选条件。
   * 可选地，选择 ![](https://1186853034-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwMLlMoFBtKJa8ptd3zaw%2Fuploads%2Fgit-blob-3ca70a1ff22f0720bfb8c9e284c7d8178e3a547b%2Fb6a126b0775291b814c5a97f83039ef72ba42d6d02b0fe20f4790213ea01961e.svg?alt=media) **\[添加]** 以将其他筛选条件添加到筛选栏中。
   * 选择筛选条件时，请务必选择 ![](https://1186853034-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwMLlMoFBtKJa8ptd3zaw%2Fuploads%2Fgit-blob-3c5971fb7b03a98375488e97a4317afd60621298%2Fd0fbb4c2c189cdc83bc0eb8e906fa3cb66818d0a9daa1491ea48042160714ed2.svg?alt=media) **\[搜索]** 以使其生效。
   * 有关每个筛选条件的更多详情，请参阅下面的参考信息。

<details>

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

| 筛选条件  | 说明                   |
| ----- | -------------------- |
| 合作伙伴  | 根据生成该操作的合作伙伴筛选操作。    |
| 事件类型  | 根据事件类型筛选操作。          |
| OID   | 根据操作的订单 ID（OID）筛选操作。 |
| 行动 ID | 根据操作 ID 筛选操作。        |

</details>

<details>

<summary>附加筛选参考</summary>

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

</details>

2. 在页面底部，选择 ![](https://1186853034-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwMLlMoFBtKJa8ptd3zaw%2Fuploads%2Fgit-blob-06e12321258e7eb7ac63ef7e73640b29fcf2baad%2Fcff634f1183ca82d3b56ab55dd636140372687d8dbc6520872cdbe5010347326.svg?alt=media) **\[下载]** 以将列表下载为 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.
