> 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/advocate-program/manage-advocate-participants/referrals-and-events/review-pending-referrals-for-advocate.md).

# 审核待处理的 Advocate 推荐

当你启用 [欺诈防护](/brand/zh/what-would-you-like-to-learn-about/advocate-program/protect-your-advocate-program/advocate-fraud-protection-explained.md) 并将 *中等* 设置后，您的 Advocate 项目会标记任何欺诈分数为中等的推荐并将其置于待处理状态。待处理的推荐必须手动批准或拒绝。

您可以从推荐信息流或单个参与者资料中查看并评估待处理的推荐。

只有在您为 Advocate 账户启用欺诈防护后，推荐才会被置于待处理状态。

1. 在顶部导航栏中，选择 ![](/files/34cff7cafbbfcd416778a35b63cb058c27bcda8b) **\[用户资料] → 设置**.
2. 从 *Advocate 设置* 部分下，选择 **安全**.
3. 选择 ![](/files/3980f01ba7b178cc917bfb7b270feb4fac2992c6) **\[打开切换] 自动欺诈检测**.

<details>

<summary>在推荐信息流中查看待处理的推荐</summary>

您的推荐信息流会显示所有推荐及其状态的列表。您可以筛选信息流，仅查看需要您审核的待处理推荐。

1. 从左侧导航菜单中，选择 **\[Engage] → 报告 → 推荐信息流**.
2. 从第一个 ![](/files/9ee7bd3c79aae4d0667377d18611647c3469f8d1) **\[下拉菜单]**，筛选您的 *推荐信息流* 以 **待审核**.

   <div data-with-frame="true"><figure><img src="/files/c730591fb160588b98ccafe9fa0208a9f8ca11e8" alt="" width="375"><figcaption></figcaption></figure></div>
3. 将光标悬停在您要审核的推荐上并选择 **审核** 以打开审核面板。
   * 审核面板包含两位参与者的信息以及该推荐被标记的原因列表。您可以决定是否允许或拒绝它。
4. 选择 **批准** 或 **拒绝**.
5. 查看此决定的影响并选择 **批准推荐** 或 **拒绝推荐** 以确认您的选择。

</details>

<details>

<summary>在参与者资料中审核待处理的推荐</summary>

如果您已经知道哪位参与者有待处理的推荐，您可以直接在其资料中审核。

1. 从左侧导航菜单中，选择 ![](/files/209022bdb234289211a24a980f6227a8684cc439) **\[Engage] → 参与者**.
2. 在搜索栏中输入您想审核其推荐的参与者姓名。
3. 选择其 **名称** 以打开其参与者资料。
4. 在 *推荐* 在其资料中的表格里，将光标悬停在待处理的推荐上并选择 **审核**.
   * 审核面板包含两位参与者的信息以及该推荐被标记的原因列表。您可以决定是否批准或拒绝它。
5. 选择 **批准** 或 **拒绝**.
6. 查看此决定的影响并选择 **批准推荐** 或 **拒绝推荐** 以确认您的选择。

</details>

<details>

<summary>撤销自动批准或拒绝</summary>

根据您的 [欺诈防护设置](/brand/zh/what-would-you-like-to-learn-about/advocate-program/protect-your-advocate-program/advocate-fraud-protection-explained.md)，Advocate 会自动批准欺诈分数较低或中等的推荐，并拒绝欺诈分数较高的推荐。如有需要，您可以手动撤销任何自动决定。

1. 从推荐信息流或参与者资料中找到您想撤销的自动处理推荐。
2. 将光标悬停在推荐上并选择 **审核** 以打开审核面板。
3. 选择 **批准推荐** 或 **拒绝推荐**.
4. 查看此决定的影响并选择 **批准推荐** 或 **拒绝推荐** 以确认您的选择。

</details>

#### 了解更多

* [设计一个防欺诈的推荐计划](/brand/zh/what-would-you-like-to-learn-about/advocate-program/protect-your-advocate-program/design-a-fraud-proof-referral-program.md)
* [Advocate 欺诈防护说明](/brand/zh/what-would-you-like-to-learn-about/advocate-program/protect-your-advocate-program/advocate-fraud-protection-explained.md)


---

# 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/advocate-program/manage-advocate-participants/referrals-and-events/review-pending-referrals-for-advocate.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.
