> 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/ja/what-would-you-like-to-learn-about/advocate-program/advocate-reporting-and-analytics/view-and-manage-your-referrals-feed.md).

# 紹介フィードを表示・管理する

紹介フィードには、開始されたすべての紹介、アドボケイトのリンクがクリックされたもの、そして紹介された友人がプログラムの目標を達成したときのコンバージョンが表示されます。通常は購入によって達成されます。

1. 左側のナビゲーションメニューから、次を選択します ![](/files/7ddd72d8e69e7055d9408cf4847c5c54abf9f71d) **\[Engage]** → **レポート**.
2. 次に、 **紹介フィード**.

   <div data-with-frame="true"><figure><img src="/files/401d47720fa84c16ff0ffed6ced6e50cdb46f612" alt=""><figcaption></figcaption></figure></div>
3. 〜を使用して ![](/files/6f8314de4650eb50296a22f0905ff81ab67391cc) **\[ドロップダウンメニュー]** さまざまなフィールドのデータを絞り込むために。

   | フィールド        | 説明                                                                                                                                                                                                                                                                                                                                                                                                           |
   | ------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
   | 紹介ステータス      | <p>取得したい紹介のステータスを選択してください。</p><p>・ <strong>すべての紹介</strong>：すべてのステータスの紹介を表示します。</p><p>・ <strong>コンバージョン未了の紹介</strong>：開始されたがコンバージョンしていない紹介で絞り込みます。</p><p>・ <strong>コンバージョン済みの紹介</strong>：コンバージョンした紹介で絞り込みます。</p><p>・ <strong>レビュー待ち</strong>：手動 <a href="/pages/8c5fc283669e056f9289018479b0522d3e7c262b">レビュー</a>.</p><p>・ <strong>拒否済み</strong>：手動で拒否した紹介、または impact.com が不正防止設定に基づいて自動的に拒否した紹介で絞り込みます。</p> |
   | プログラム        | 紹介を表示したいプログラムを選択してください。                                                                                                                                                                                                                                                                                                                                                                                      |
   | スコア          | <p>その <a href="/pages/355624472400666cef221afc0409c309cf1b0364">不正スコア</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/ja/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/ja/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.
