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

# 跟踪您的 Advocate 流程

进程可帮助你监控与你的 [计算字段](/brand/zh/what-would-you-like-to-learn-about/advocate-program/manage-advocate-participants/custom-and-calculated-fields/calculated-fields-explained.md) 以及 [参与者表](/brand/zh/what-would-you-like-to-learn-about/advocate-program/manage-advocate-participants/filter-and-manage-advocate-participants.md)。无论你是在重新计算自定义数据点，还是在刷新特定用户的统计信息，此页面都能让你清楚地了解已完成的操作、执行者以及执行时间。

你可以使用 *进程* 列表来排查更新、验证统计刷新是否成功完成，并检查任何问题。

1. 从左侧导航菜单中选择 ![](/files/209022bdb234289211a24a980f6227a8684cc439) **\[Engage]** → **数据源**.
2. 接下来，从选项列表中选择 **进程**.

#### 为什么使用进程？

当你对 [计算字段](/brand/zh/what-would-you-like-to-learn-about/advocate-program/manage-advocate-participants/filter-and-manage-advocate-participants.md) 进行了更新，并希望确保更改已应用到正确的参与者记录时，进程尤其有用。一旦触发重新计算，后台进程会运行以应用该逻辑，随后该进程的状态会记录在这里。它可确保更新已按预期处理。

**在以下操作后检查进程页面：**

* 触发计算字段刷新
* 检查其上次更新时间

<details>

<summary>进程参考表</summary>

| 列     | 说明                                                                                                                           |
| ----- | ---------------------------------------------------------------------------------------------------------------------------- |
| 名称    | 已运行的进程类型，例如 *参与者统计刷新*.                                                                                                       |
| 发起人   | 发起该进程的用户电子邮件地址。                                                                                                              |
| 创建日期  | 进程触发的时间。                                                                                                                     |
| 已处理行数 | 受此次更新影响的参与者记录数量。                                                                                                             |
| 耗时    | 该进程完成所用的时间。                                                                                                                  |
| 错误    | <p>处理过程中发生的任何错误。值为 <code>0</code> 表示成功。</p><p>如果你遇到任何错误，请联系 <a href="mailto:saasquatch-support@impact.com">支持</a> 以获得帮助。</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/zh/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.
