# 用户识别功能概览

> **SUCCESS**
>
> #### 用户识别是
>
> Ptengine Experience的强大功能，可以获取和活用您独自的用户属性数据。
>
> 通过活用此功能，可以加深对用户的理解，从而能够制定更有效的营销策略。
>
> 🔒 注意：需要尊重用户的隐私权，并进行恰当的数据处理。

## 优势 💡

匿名用户与已识别用户的关联 匿名用户ID（设备ID）

```
已识别用户ID（例：登录账户ID）
```

准确的用户行为捕捉

详细的用户分段

个性化内容提供

## 具体应用方法 🚀

将匿名用户转换为已识别用户

收集已识别用户的属性

### 默认收集的属性

最后活跃日期

注册日期

总会话数

初次访问的参考域

初次访问的参考URL

### 自定义属性上传

姓名

电话号码

性别

年龄

兴趣

会员等级

其他CRM或数据库信息 📊 通过整合在线和离线数据，可以构建更详细的用户档案。

## 使用案例 🌟

在具有登录功能的网站中的应用：

按唯一ID识别用户

按用户分段的方式 匿名用户：登录引导活动

```
已识别用户：个性化信息提供
```


---

# Agent Instructions: 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:

```
GET https://helps.ptengine.com/cn/experience/setting/user-identification.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
