> 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. 左側のナビゲーションメニューから、 ![](/files/7ddd72d8e69e7055d9408cf4847c5c54abf9f71d) **\[Engage] → データソース** → **フォーム**.
2. にカーソルを合わせてください *Microsite 登録* フォームを開き、 **送信を表示**.
   * フィルターを使って検索を絞り込んでください。詳細は以下の *フィルター説明リファレンス* を参照してください。

<details>

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

| フィルター | 説明                                                    |
| ----- | ----------------------------------------------------- |
| フォーム  | このフィルターは **Microsite 登録** にしておくと、不要なフォームが表示されるのを防げます。 |
| ステータス | 表示したいフォーム送信のステータスを選択してください。このフィルターの既定値は *すべてのステータス*.  |
| 期間    | フォームが送信された期間を選択してください。このフィルターの既定値は30日です。              |

</details>

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

   <div data-with-frame="true"><figure><img src="/files/2061948fd341407b087c83b85fbe3b52eaa0c27a" alt="" width="563"><figcaption></figcaption></figure></div>

<details>

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

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

</details>

<details>

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

* **メール:** 参加者のメールアドレス。
* **redirectPath:** 登録フォーム送信後にユーザーがリダイレクトされるMicrositeページです。通常は /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.
