> 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/advocate-reporting-and-analytics/view-and-manage-your-referrals-feed.md).

# 查看并管理您的推荐动态

推荐信息流显示所有已发起的推荐、推荐人链接被点击的情况，以及转化情况，即被推荐好友达到项目目标时，通常通过完成购买。

1. 从左侧导航菜单中，选择 ![](/files/209022bdb234289211a24a980f6227a8684cc439) **\[互动]** → **报告**.
2. 然后，选择 **推荐信息流**.

   <div data-with-frame="true"><figure><img src="/files/cfd699c33382a998056f19ef90c2a2c93a6a4620" alt=""><figcaption></figcaption></figure></div>
3. 使用 ![](/files/9ee7bd3c79aae4d0667377d18611647c3469f8d1) **\[下拉菜单]** 以按各个字段筛选数据。

   | 字段   | 说明                                                                                                                                                                                                                                                                                                                                          |
   | ---- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
   | 推荐状态 | <p>选择您想要提取推荐的状态。</p><p>• <strong>所有推荐</strong>：查看所有状态的推荐。</p><p>• <strong>未转化推荐</strong>：按已开始但尚未转化的推荐筛选。</p><p>• <strong>已转化推荐</strong>：按已转化的推荐筛选。</p><p>• <strong>待审核</strong>：按已标记为需人工 <a href="/pages/bebc5eb3a1828029f65f535343d18a8f9cb834c2">审核的推荐筛选</a>.</p><p>• <strong>已拒绝</strong>：按您手动拒绝的推荐，或按 impact.com 根据欺诈防护设置自动拒绝的推荐筛选。</p> |
   | 项目   | 选择您要查看推荐的项目。                                                                                                                                                                                                                                                                                                                                |
   | 评分   | <p>该 <a href="/pages/81a4b1a8d04a30c7427a266ded4f5beef69d12ad">欺诈评分</a> 范围从 0（无风险）到 100（极高风险），通过将新的推荐与之前的推荐进行相似性比较来计算。此评分决定推荐是自动批准、拒绝，还是送交人工审核。</p><p>选择一个分数范围进行筛选。</p><p>• 0 到 49</p><p>• 50 到 69</p><p>• 70 到 84</p><p>• 85 到 100</p><p>• 特定范围</p>                                                                                        |
   | 活动筛选 | <p>按特定时间段和推荐状态筛选推荐信息流。</p><p><strong>示例：</strong> 在 7 天内开始。</p><p>• <strong>在……内修改</strong>：自该推荐上次修改以来的时长。</p><p>• <strong>在……内开始</strong>：自该推荐发起以来的时长。</p><p>• <strong>在……内转化</strong>：自该推荐转化以来的时长。</p><p>• <strong>在……内审核</strong>：自该推荐被审核以来的时长。</p>                                                                                      |

#### 查看推荐列

* 评分 - 参与者的推荐评分。
* 推荐人 - 推荐该参与者的账户用户。
* 项目名称 - 参与者所属的项目。
* 状态 - 推荐的当前状态。
* 最后更新 - 推荐的最后更新日期。

#### 管理推荐

将光标悬停在您要管理的推荐上，然后继续执行以下任一操作 **审核** 或 **删除** 该推荐。请根据您要执行的操作，按照以下步骤进行。

{% tabs %}
{% tab title="审核" %}
当 [审核推荐时](/brand/zh/what-would-you-like-to-learn-about/advocate-program/manage-advocate-participants/referrals-and-events/review-pending-referrals-for-advocate.md)，提供的详细信息将帮助您决定是否要 **批准** 或 **拒绝** 对其。
{% endtab %}

{% tab title="删除" %}
如果想要 **删除** 处理一条推荐，请按照以下步骤操作：

1. 将光标悬停在您要删除的推荐上，然后选择 **删除**.
2. 查看推荐详情，以确保您删除的是正确的推荐。
3. 选择 **删除推荐**.
   {% endtab %}
   {% endtabs %}


---

# 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/advocate-reporting-and-analytics/view-and-manage-your-referrals-feed.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.
