> 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/manage-advocate-participant-experiences/microsite-experiences/view-your-microsite-registration-form-submissions.md).

# マイクロサイト登録フォームの送信内容を表示する

フォームを表示すると、Microsite の登録に対するすべての送信試行の詳細を確認できます。送信が失敗した理由をトラブルシューティングする必要がある場合は、フォーム送信履歴を確認することをお勧めします。

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) **\[Engage] → データソース** → **フォーム**.
2. ～にカーソルを合わせる *Microsite 登録* フォームを選択し、 **送信内容を表示**.
   * フィルターを使用して検索結果を絞り込みます。以下の *フィルター説明リファレンス* 詳細は以下をご覧ください。

<details>

<summary>フィルター説明リファレンス</summary>

| フィルター | 説明                                                        |
| ----- | --------------------------------------------------------- |
| フォーム  | このフィルターはオンのままにして **Microsite 登録** 関連のないフォームが表示されないようにします。 |
| ステータス | 表示したいフォーム送信のステータスを選択します。このフィルターの既定値は *任意のステータス*.          |
| 期間    | フォームが送信された期間を選択します。このフィルターの既定値は30日です。                     |

</details>

3. 登録フォームにカーソルを合わせ、次に **詳細を表示**.
4. フォームの送信詳細を表示します。

   <div data-with-frame="true"><figure><img src="https://1458456015-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwMLlMoFBtKJa8ptd3zaw%2Fuploads%2FWgZv46ioP2CXx5ctNA6d%2FScreenshot%202026-05-18%20at%2009.06.24.png?alt=media&amp;token=63b81bfd-8fe2-49a8-b691-685c3924c541" alt="" width="563"><figcaption></figcaption></figure></div>

<details>

<summary>送信サマリー</summary>

* **ステータス：** フォーム送信が成功したかどうかを確認できます。
* **送信日時:** フォームが送信された日付。
* **送信者:** フォームを送信した参加者。
* **送信 ID:** 参加者の一意の識別子。

</details>

<details>

<summary>フォーム応答</summary>

* **メールアドレス:** 参加者のメールアドレス。
* **redirectPath:** 登録フォームの送信後にユーザーがリダイレクトされる Micorsite のページ。通常は /verifyEmail ページで、これは Microsite のユーザー認証フローの一部です。
* **firstName:** 参加者の名。
* **lastName:** 参加者の姓。

</details>

<details>

<summary>アクション</summary>

アクションとは、登録フォームが送信されたときに Advocate システム内で発生するあらゆる処理を指します。例: ユーザーがセグメントに追加される、フォームの成功または失敗時に誰かへメールが送信される、フォームの送信が成功する、または送信が失敗し、その理由が記録される、などです。

{% hint style="info" %}
**注:** 登録情報を Salesforce に送信する送信アクションを設定している場合、アクション履歴には Salesforce がデータをどのように処理したかの詳細が表示されます。
{% endhint %}

</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/manage-advocate-participant-experiences/microsite-experiences/view-your-microsite-registration-form-submissions.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.
