> 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 aktualisieren und Zugriff zu erhalten!
{% endhint %}

1. Wählen Sie in der linken Navigationsleiste ![](/files/a2b5ed96fd9bf60ec57a893b9a0bf484be99565f) **\[Schützen]** → **Überwachung** → **Sozial**.
2. Auf dem *Sozial* 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) **\[More]** → **Verstoß erstellen**.
3. Überprüfen Sie die *Sozial* und *Verstoß* Informationen:

<details>

<summary>Referenz für soziale 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 basierend auf der Social-Review automatisch ausgefüllt und Sie können diese Informationen bearbeiten.
{% endhint %}

| Feld             | Beschreibung                                                                                                                                                                                                                                                                                    |
| ---------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Probleme         | Die Problemtypen, die beim jeweiligen Social-Handle gefunden wurden.                                                                                                                                                                                                                            |
| Beschreibung     | Eine Beschreibung der Problemtypen. Verwenden Sie dieses Feld, um den Verstoß zu beschreiben, falls die Standardbeschreibung nicht ausreicht.                                                                                                                                                   |
| Bundesstaat      | <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 bedeutet ein schwerwiegenderer Verstoß, dass der Verstoß schnell behoben werden sollte.                                                                                                              |
| Fälligkeitsdatum | Verwenden Sie die Kalender- und Uhrzeit-Dropdown-Menüs, 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 ziehen Sie sie per Drag & Drop) Dateien, die sich auf diesen Verstoß beziehen (z. B. einen Screenshot des Verstoßes selbst).                                                                                                               |
| Kommentare       | Verwenden Sie das Textfeld, um Kommentare zu diesem Verstoß hinzuzufügen. Wenn auf **Öffentlich**, können alle Beteiligten (d. h. der Ersteller, Sie und andere Kontomitglieder) es sehen. Wenn auf **Privat**, können nur Sie und Ihre anderen Kontomitglieder (nicht der Ersteller) es 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.
