> 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/actions-and-payouts/actions/system-reattributed-actions-explained.md).

# Systemisch neu zugeordnete Aktionen erklärt

Sie können [können Aktionen rückgängig machen oder ändern](/brand/de/what-would-you-like-to-learn-about/platform-features/actions-and-payouts/payouts/approve-reverse-and-modify-pending-payouts-for-actions.md) bevor sie gesperrt werden. Allerdings werden einige Aktionen vom impact.com-System rückgängig gemacht, und diese werden als vom System neu zugeordnete Aktionen bezeichnet.

Wenn Sie [eine Liste rückgängig gemachter Aktionen anzeigen](/brand/de/what-would-you-like-to-learn-about/platform-features/actions-and-payouts/actions/view-a-list-of-reversed-actions.md), die *Grund für die Rückgängigmachung* Filter kann den Grund für die Rückgängigmachung enthalten `Systemseitig neu zugeordnete Bestellung`, was aus einem von zwei Gründen auftreten kann:

1. **Vom Benutzer initiierte Neuzuordnung:** Sie haben eine Neuzuordnung einer Aktion vor der Sperrung angefordert.
   * impact.com kann die Zuordnung korrigieren, um sicherzustellen, dass Aktionen, die noch nicht gesperrt sind, weiterhin für eine Vergütung infrage kommen. Vom System neu zugeordnete Aktionen werden nicht in der Plattform initiiert. Bitte [wenden Sie sich an den Support](https://app.impact.com/support/portal.ihtml?createTicket=true&&) für Hilfe bei der Neuzuordnung von Aktionen.
2. **Vom System initiierte Neuzuordnung:** impact.com hat die erneute Verarbeitung aus Gründen der Datenqualität veranlasst.
   * impact.com korrigiert die Zuordnung, um sicherzustellen, dass der richtige Partner eine Vergütung für Aktionen erhalten kann, die andernfalls einem Medienkanal oder einem anderen Partner zugeordnet würden. Diese Korrektur kann aus Gründen der Datenqualität erfolgen, zum Beispiel wenn ein Problem während der Datenverarbeitung die Ereigniskorrelation beeinträchtigt.

Sowohl vom Benutzer als auch vom System initiierte Neuzuordnungen werden von impact.com verarbeitet, daher haben beide Typen immer `Systemseitig neu zugeordnete Bestellung` als Grund für die Rückgängigmachung.

**Aktionen mit doppelten OrderIds**

Wenn eine Aktion von impact.com mit dem Grund rückgängig gemacht wird `Systemseitig neu zugeordnete Bestellung`, wird eine neue `Ausstehend` Aktion mit derselben orderId erstellt. Nur diese `Ausstehend` Aktion gilt als zahlbar.


---

# 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/actions-and-payouts/actions/system-reattributed-actions-explained.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.
