> 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. 左側のナビゲーションメニューから、 ![](https://1458456015-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwMLlMoFBtKJa8ptd3zaw%2Fuploads%2Fgit-blob-230534471fef5f40808e921e41ee44e4a06ded03%2Fe6cb9548999afdc1ed3ce4942e4cb5b45b5cecbd323267aac2a7cd1915fccc09.svg?alt=media) **\[エンゲージ]** → **データソース**.
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.
