> 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) **\[Engage]** → **报告**.
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.
