> 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/de/what-would-you-like-to-learn-about/platform-features/protect-and-monitor-your-performance-program/social-monitoring/create-a-social-violation.md).

# Einen Social-Media-Verstoß erstellen

{% hint style="info" icon="lock" %}
Diese Funktion ist nur für bestimmte impact.com-Editionen oder Add-ons verfügbar. Kontaktieren Sie uns, um Ihr Konto zu upgraden und Zugriff zu erhalten!
{% endhint %}

1. Wählen Sie in der linken Navigationsleiste ![](/files/a2b5ed96fd9bf60ec57a893b9a0bf484be99565f) **\[Schützen]** → **Überwachung** → **Social**.
2. Im *Social* Bildschirm, fahren Sie mit der Maus über einen Beitrag, für den Sie einen Verstoß erstellen möchten, und wählen Sie dann ![](/files/c11698866429289b19d13f1756344d66ed4517bc) **\[Mehr]** → **Verstoß erstellen**.
3. Überprüfen Sie die *Social* und *Verstoß* Informationen:

<details>

<summary>Referenz sozialer Informationen</summary>

| Feld                | Beschreibung                                                |
| ------------------- | ----------------------------------------------------------- |
| Handle              | Der mit dem Verstoß verknüpfte Social-Handle.               |
| Details             | Die Verstoßinformationen des Beitrags.                      |
| Betroffene Beiträge | Eine Aufschlüsselung der Probleme der betroffenen Beiträge. |

</details>

<details>

<summary>Referenz für Verstoßinformationen</summary>

{% hint style="success" icon="memo" %}
**Hinweis**: Die Verstoßinformationen werden automatisch auf Grundlage der Social-Prüfung ausgefüllt und Sie können diese Informationen bearbeiten.
{% endhint %}

| Feld             | Beschreibung                                                                                                                                                                                                                                                                                   |
| ---------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Probleme         | Die auf dem spezifischen Social-Handle gefundenen Problemtypen.                                                                                                                                                                                                                                |
| Beschreibung     | Eine Beschreibung der Problemtypen. Verwenden Sie dieses Feld, um den Verstoß zu beschreiben, falls die Standardbeschreibung nicht ausreicht.                                                                                                                                                  |
| Status           | <p>Verwenden Sie das Dropdown-Menü, um den Status des Verstoßes anzugeben. Zu den Status gehören:</p><p>• Neu</p><p>• In Bearbeitung</p><p>• Blockiert</p><p>• Abgeschlossen</p><p>• Genehmigt</p><p>• Abgelehnt</p><p>• Ungültig</p><p>• Duplikat</p>                                         |
| Schweregrad      | Verwenden Sie das Dropdown-Menü, um den Schweregrad des Verstoßes anzugeben — in der Regel deuten schwerwiegendere Verstöße darauf hin, dass der Verstoß schnell behoben werden sollte.                                                                                                        |
| Fälligkeitsdatum | Verwenden Sie die Dropdown-Menüs für Kalender und Uhrzeit, um das Fälligkeitsdatum für die Behebung des Verstoßes durch den Ersteller anzugeben.                                                                                                                                               |
| Anhänge          | Falls relevant, wählen Sie **Datei auswählen** (oder per Drag & Drop) Dateien aus, die sich auf diesen Verstoß beziehen (z. B. ein Screenshot des Verstoßes selbst).                                                                                                                           |
| Kommentare       | Verwenden Sie das Textfeld, um Kommentare zu diesem Verstoß hinzuzufügen. Wenn auf **Öffentlich**, können alle Parteien (d. h. der Ersteller, Sie und andere Kontomitglieder) ihn sehen. Wenn auf **Privat**, können ihn nur Sie und Ihre anderen Kontomitglieder (nicht der Ersteller) sehen. |

</details>

4. Wählen Sie **Speichern**.


---

# 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/de/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.
