> 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.
