> 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/protect-and-monitor-your-performance-program/social-monitoring/review-social-monitoring-results.md).

# 审核社交监控结果

社交监测可让你查看合作伙伴在社交媒体的哪些位置推广你的业务，以及这些帖子是否存在任何风险。然后，你可以决定是否记录违规，以便合作伙伴更正这些帖子。

#### 访问社交监测结果

1. 在左侧导航栏中，选择 ![](/files/03e28afa659ac04a9ba6d0d62e867c1d13554cb1) **\[保护]** → **监控** → **社交**.
2. 使用筛选器查找特定的社交审核。

   <div data-with-frame="true"><figure><img src="/files/5dcff36e78eab89f7b7b021e9926ab026db381a3" alt="" width="563"><figcaption></figcaption></figure></div>

<details>

<summary>筛选器参考</summary>

| 筛选器       | 说明                                                                                            |
| --------- | --------------------------------------------------------------------------------------------- |
| 发现日期/结束日期 | 你想查看的已审核帖子的日期范围。                                                                              |
| 合作伙伴      | 按合作伙伴筛选社交审核。                                                                                  |
| 账号        | 按合作伙伴的账号进行筛选。                                                                                 |
| 属性        | 按合作伙伴的社交账号进行筛选。                                                                               |
| 政策        | <p>按特定的社交政策设置筛选社交审核。</p><p>可能设置了多个政策，用于监测不同的合规原因。例如：FTC 合规或品牌安全。</p>                          |
| 问题        | <p>按特定账号中发现的问题类型进行筛选。</p><p>问题包括未批准的术语、品牌安全，或在预期应披露时未发现披露。</p>                                |
| 状态        | <p>按审核记录的状态进行筛选。</p><p>状态默认设置为 <em>新建</em> ，但也可以查看其他状态，例如 <em>归档</em> 或 <em>账号 已忽略</em> 。</p> |

</details>

<details>

<summary>表格参考</summary>

| 列名   | 说明                                                 |
| ---- | -------------------------------------------------- |
| 发现日期 | 发现该社交审核的日期。                                        |
| 属性   | 合作伙伴的社交账号。                                         |
| 合作伙伴 | <p>合作伙伴名称和社交账号。</p><p>你可以选择合作伙伴名称以查看更多信息或建议条款。</p> |
| 政策   | 与该审核相关的政策。                                         |
| 发现   | 发现社交审核时对应日期的帖子和提及次数。                               |
| 问题   | 审核中发现的问题数量。                                        |
| 状态   | 显示社交审核的状态。                                         |

</details>

#### 查看合作伙伴帖子

1. 在 *社交* 主屏幕上，将鼠标悬停在要查看的帖子上，然后选择 **查看**.
2. 如果合作伙伴有多个帖子，可使用筛选器查找特定帖子。

<details>

<summary>帖子筛选器</summary>

| 筛选器       | 说明               |
| --------- | ---------------- |
| 搜索栏       | 搜索帖子中的特定文本。      |
| 发现日期/结束日期 | 帖子的日期范围。         |
| 提及        | 筛选所有使用所选特定提及的帖子。 |
| 链接失效      | 筛选所有包含失效链接的帖子。   |
| 赞助        | 筛选所有已赞助或未赞助的帖子。  |

</details>

3. 找到帖子后，你可以查看帖子的详细信息：
   * 帖子的图片
     * 选择图片可在新标签页中查看实际帖子。
   * 帖子的内容摘要
     * 将鼠标悬停在内容摘要上以查看完整帖子。
   * 提及或失效链接的数量
   * 你在政策中配置的未批准术语数量及其具体内容
   * 你在政策中配置的品牌安全类别数量及其具体内容
   * 赞助
     * 该帖子是否为赞助内容，以及是否有披露说明。


---

# 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/protect-and-monitor-your-performance-program/social-monitoring/review-social-monitoring-results.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.
