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

有关用户细分的更多信息，请参阅 [管理 Advocate 用户细分](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.
