> 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/create-a-social-violation.md).

# 创建社交违规

{% hint style="info" icon="lock" %}
此功能仅适用于特定的 impact.com 版本或附加组件。请联系我们升级您的账户并获得访问权限！
{% endhint %}

1. 在左侧导航栏中，选择 ![](/files/03e28afa659ac04a9ba6d0d62e867c1d13554cb1) **\[保护]** → **监控** → **社交**.
2. 在 *社交* 屏幕上，将鼠标悬停在要创建违规记录的帖子上，然后选择 ![](/files/48274f9251fd79e93a99aad7b4393690b07a61c9) **\[More]** → **创建违规**.
3. 查看 *社交* 和 *违规* 信息：

<details>

<summary>社交信息参考</summary>

| 字段     | 说明            |
| ------ | ------------- |
| 账号     | 与该违规相关联的社交账号。 |
| 详情     | 该帖子的违规信息。     |
| 受影响的帖子 | 受影响帖子问题的明细。   |

</details>

<details>

<summary>违规信息参考</summary>

{% hint style="success" icon="memo" %}
**注意**：违规信息会根据社交审核自动填充，且你可以编辑此信息。
{% endhint %}

| 字段   | 说明                                                                                                                     |
| ---- | ---------------------------------------------------------------------------------------------------------------------- |
| 问题   | 在特定社交账号上发现的问题类型。                                                                                                       |
| 说明   | 问题类型的描述。如果默认描述不够用，请使用此字段描述违规。                                                                                          |
| 状态   | <p>使用下拉菜单指示违规状态。状态包括：</p><p>• 新建</p><p>• 进行中</p><p>• 已阻止</p><p>• 已完成</p><p>• 已批准</p><p>• 已拒绝</p><p>• 无效</p><p>• 重复</p> |
| 严重程度 | 使用下拉菜单指示违规的严重程度——通常，越严重的违规表示应尽快处理。                                                                                     |
| 到期日期 | 使用日历和时间下拉菜单指明创作者违规整改的截止日期。                                                                                             |
| 附件   | 如相关，请选择 **选择文件** （或拖放）与此违规相关的文件（例如，违规本身的截图）。                                                                           |
| 备注   | 使用文本字段添加有关此违规的评论。当设置为 **公开**时，所有相关方（即创作者、你以及其他账号成员）都可以看到它。当设置为 **私密**时，只有你和你的其他账号成员（而不是创作者）可以看到它。                      |

</details>

4. 选择 **保存**.


---

# 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/create-a-social-violation.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.
