> 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/ja/what-would-you-like-to-learn-about/advocate-program/advocate-tracking/track-your-advocate-processes.md).

# Advocateのプロセスを追跡する

～に関連するアクティビティの監視をProcessesがサポートします [計算済みフィールド](/brand/ja/what-would-you-like-to-learn-about/advocate-program/manage-advocate-participants/custom-and-calculated-fields/calculated-fields-explained.md) と [参加者テーブル](/brand/ja/what-would-you-like-to-learn-about/advocate-program/manage-advocate-participants/filter-and-manage-advocate-participants.md)。カスタムデータポイントを再計算する場合でも、特定のユーザーの統計を更新する場合でも、このページでは、何が、誰によって、いつ実行されたのかを把握できます。

次を使用できます： *Processes* の一覧を使って更新のトラブルシューティングを行い、統計の更新が正常に完了したことを確認し、問題がないかチェックします。

1. 左側のナビゲーションメニューから、次を選択します ![](/files/7ddd72d8e69e7055d9408cf4847c5c54abf9f71d) **\[Engage]** → **データソース**.
2. 次に、オプション一覧から **Processes**.

#### Processesを使用する理由

特に、 [計算フィールド](/brand/ja/what-would-you-like-to-learn-about/advocate-program/manage-advocate-participants/filter-and-manage-advocate-participants.md) に更新を加え、その変更が正しい参加者レコードに適用されたことを確認したい場合に有用です。再計算がトリガーされると、そのロジックを適用するためにバックグラウンドプロセスが実行され、そのプロセスのステータスがここに記録されます。更新が期待どおりに処理されたことを確認できます。

**次の後にProcessesページを確認します:**

* 計算フィールドの更新をトリガーした後
* 最終更新時刻を確認した後

<details>

<summary>Processes参照テーブル</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/ja/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.
