> 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).

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

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

1. 左側のナビゲーションメニューから、次を選択します ![](/files/7ddd72d8e69e7055d9408cf4847c5c54abf9f71d) **\[Engage] → データソース** → **フォーム**.
2. にカーソルを合わせる *マイクロサイト登録* フォームにカーソルを合わせて、 **送信内容を表示**.
   * フィルターを使用して検索を絞り込みます。次を参照してください: *フィルター説明リファレンス* 詳細は以下をご覧ください。

<details>

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

| フィルター | 説明                                                            |
| ----- | ------------------------------------------------------------- |
| フォーム  | このフィルターはオンのままにしてください **マイクロサイト登録** 関連のないフォームが表示されないようにするためです。 |
| ステータス | 表示したいフォーム送信のステータスを選択します。このフィルターの既定値は *すべてのステータス*.             |
| 期間    | フォームが送信された期間を選択します。このフィルターの既定値は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>

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

</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.
