> 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のプロセスを追跡する

プロセスは、次に関連するアクティビティを監視するのに役立ちます [計算済みフィールド](/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)。カスタムデータポイントを再計算している場合でも、特定のユーザーの統計を更新している場合でも、このページでは、何が、誰によって、いつ実行されたのかを把握できます。

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

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

#### なぜプロセスを使うのですか？

プロセスは、次に更新を加えたときに特に便利です [計算フィールド](/brand/ja/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/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.
