> 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/zh/what-would-you-like-to-learn-about/advocate-program/manage-advocate-participant-experiences/microsite-experiences/track-microsite-registrations-with-a-segment.md).

# 使用分组跟踪微站注册

要查看哪些人已注册你的微型网站，请创建一个会自动捕获所有注册用户的分段。然后你可以使用此分段来筛选“参与者”选项卡，或在导出参与者报告时使用。

### 创建用于微型网站注册的分段

如果尚未设置分段，你首先需要创建一个分段以添加已注册的参与者。操作如下：

1. 从左侧导航栏中，选择 ![](/files/209022bdb234289211a24a980f6227a8684cc439) **\[Engage] → 数据源 → 分段**.
2. 在右上角选择 **添加细分**.
3. 为你的分段命名，然后选择 **添加**.

<div data-with-frame="true"><figure><img src="/files/069d7cf8aa8ebbb5f35ce6b1591667752889fb38" alt=""><figcaption></figcaption></figure></div>

### 将分段分配给你的注册表单

添加分段后，你可以将其分配给注册表单，这样任何通过你的微型网站注册的新用户都会自动分配到该分段：

1. 从左侧导航栏中，选择 ![](/files/209022bdb234289211a24a980f6227a8684cc439) **\[Engage] → 数据源 → 表单**.
2. 将光标悬停在 *微型网站注册* 表单上并选择 **编辑**.

<div data-with-frame="true"><figure><img src="/files/37e3005741dbdd42de1bbeafa45fdadd55130116" alt=""><figcaption></figcaption></figure></div>

3. 在 *表单成功时* 部分，选择 **更新用户分群** 下拉框，然后选择你创建的、希望将用户添加到其中的分段。

<div data-with-frame="true"><figure><img src="/files/ad739c96ed3aef3c28289b89e60253ef9b5bb329" alt="" width="375"><figcaption></figcaption></figure></div>

4. 选择 **更新注册** 以保存您的更改。

接下来，任何通过你的微型网站表单注册的新用户都会自动添加到该分段。

### 将已注册用户分配到你的分段

对于已注册的用户，你可以按照以下说明手动添加他们：

1. 从左侧导航栏中，选择 ![](/files/209022bdb234289211a24a980f6227a8684cc439) **\[Engage] → 参与者**.
2. 选择你想添加到分段中的参与者。
3. 向下滚动到 *细分* 部分并选择 **添加分群**.
4. 在下拉列表中选择你想将该用户添加到的分段。

<div data-with-frame="true"><figure><img src="/files/be9ff9012683fdc5ef0ef3cd67257e5d43d4dad9" alt="" width="375"><figcaption></figcaption></figure></div>

有关用户分段的更多信息，请参阅 [管理倡导者用户分段](https://help.impact.com/brand/what-would-you-like-to-learn-about/advocate-program/manage-advocate-participants/manage-advocate-user-segments).

### 查看哪些参与者通过你的微型网站注册

设置好分段并将用户添加进去后，你可以通过在 *参与者* 屏幕上使用筛选选项，或导出报告来查看该分段中的参与者。

{% tabs %}
{% tab title="筛选参与者" %}

1. 从左侧导航栏中，选择 ![](/files/209022bdb234289211a24a980f6227a8684cc439) **\[Engage] → 参与者**.
2. 选择 **高级筛选器**.
3. 选择 **添加筛选条件** 并继续填写下拉框，以筛选出你要查找的内容。

<div data-with-frame="true"><figure><img src="/files/16ada18341e98190f14bfe1d763825887b0cfa0e" alt="" width="563"><figcaption></figcaption></figure></div>
{% endtab %}

{% tab title="导出报告" %}

1. 从左侧导航栏中，选择 ![](/files/209022bdb234289211a24a980f6227a8684cc439) **\[Engage] → 报告 → 导入与导出**.
2. 在右上角，选择 **创建报告**.
3. 为报告命名。
4. 选择 **用户详情** 作为报告类型（这是参与者导出）。
5. 确保 ![](/files/d4151d93ed2da7b33e79d07ae02bdd88dbd67390) **\[复选框]** **用户字段** 已选中，并可随意添加你想要的任何其他字段。
6. 选择 *报告格式*，或者 **CSV** 或 **Excel**.
7. 选择 **创建报告**.
   {% endtab %}
   {% endtabs %}


---

# 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/zh/what-would-you-like-to-learn-about/advocate-program/manage-advocate-participant-experiences/microsite-experiences/track-microsite-registrations-with-a-segment.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.
