> 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/advocate-program/advocate-tracking/track-your-advocate-processes.md).

# Ihre Advocate-Prozesse nachverfolgen

Prozesse helfen Ihnen, Aktivitäten im Zusammenhang mit Ihren [berechnete Felder](/brand/de/what-would-you-like-to-learn-about/advocate-program/manage-advocate-participants/custom-and-calculated-fields/calculated-fields-explained.md) und dem [Teilnehmertabelle](/brand/de/what-would-you-like-to-learn-about/advocate-program/manage-advocate-participants/filter-and-manage-advocate-participants.md). Ob Sie benutzerdefinierte Datenpunkte neu berechnen oder Statistiken für bestimmte Nutzer aktualisieren: Diese Seite gibt Ihnen Einblick, was getan wurde, von wem und wann.

Sie können die *Prozesse* Liste, um Aktualisierungen zu beheben, zu überprüfen, dass Statistikerneuerungen erfolgreich abgeschlossen wurden, und nach Problemen zu suchen.

1. Wählen Sie im linken Navigationsmenü ![](/files/8189ccdb3d6833e64eac05afbd5a6e7ceadce224) **\[Engage]** → **Datenquellen**.
2. Wählen Sie anschließend aus der Liste der Optionen **Prozesse**.

#### Warum Prozesse verwenden?

Prozesse sind besonders nützlich, wenn Sie Änderungen an einem [berechneten Feld](/brand/de/what-would-you-like-to-learn-about/advocate-program/manage-advocate-participants/filter-and-manage-advocate-participants.md) und sicherstellen möchten, dass die Änderungen auf die richtigen Teilnehmerdatensätze angewendet wurden. Sobald eine Neuberechnung ausgelöst wird, wird ein Hintergrundprozess ausgeführt, um diese Logik anzuwenden, und der Status dieses Prozesses wird dann hier aufgezeichnet. So wird sichergestellt, dass die Aktualisierungen wie erwartet verarbeitet wurden.

**Überprüfen Sie die Seite „Prozesse“ nach:**

* dem Auslösen einer Aktualisierung eines berechneten Felds
* der Überprüfung des letzten Aktualisierungszeitpunkts

<details>

<summary>Referenztabelle für Prozesse</summary>

| Spalte              | Beschreibung                                                                                                                                                                                                                                           |
| ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Name                | Die Art des ausgeführten Prozesses, z. B., *Aktualisierung der Teilnehmerstatistiken*.                                                                                                                                                                 |
| Gestartet von       | Die E-Mail-Adresse des Benutzers, der den Prozess gestartet hat.                                                                                                                                                                                       |
| Erstellungsdatum    | Wann der Prozess ausgelöst wurde.                                                                                                                                                                                                                      |
| Verarbeitete Zeilen | Anzahl der Teilnehmerdatensätze, die von der Aktualisierung betroffen waren.                                                                                                                                                                           |
| Verstrichene Zeit   | Wie lange der Prozess bis zum Abschluss gedauert hat.                                                                                                                                                                                                  |
| Fehler              | <p>Alle Fehler, die während der Verarbeitung aufgetreten sind. Ein Wert von <code>0</code> bedeutet Erfolg.</p><p>Wenn Sie Fehler feststellen, wenden Sie sich bitte an <a href="mailto:saasquatch-support@impact.com">Support</a> an den Support.</p> |

</details>


---

# 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/advocate-program/advocate-tracking/track-your-advocate-processes.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.
