# 用户属性

用户属性页面用于管理所有和用户有关的属性。

用户属性可以用于建立用户分群（丰富的用户属性有助于更好的了解用户的构成），且让用户分群更为有效。

## 1 编辑用户属性

![](/files/-LoVVn0IFbuBRUuSqJNM)

A 处可以修改属性显示名称

B 处可以修改属性说明

C 处的图标只有 **数值** 类型的属性才会出现，点击这里可以修改属性所使用的单位

D 处的图标只有 **数值** 和 **字符串** 类型的属性才会出现，点击这里可以上传、更新、下载维度字典

E 处可以切换属性的显示状态，若关闭，则任何事件分析时都无法使用次属性

> ⚠️ 特别说明：
>
> 易观方舟会将 用户属性ID 中的大写字母强制转换为小写字母。
>
> 因此，建议您在上报数据时，使用小写英文字母和下划线组合命名用户属性ID（例如 username 、user\_name），不建议使用含大写字母的属性ID（例如 userName 、UserName）。

## 2 什么是单位？

为了我们更好地理解一个数值的度量，我们需要为它带上真实的单位，就像重量的单位会有：毫克、克、千克、吨等。

数值需要有单位才能了解它背后的真正含义，但因为的无法自动猜测每个数值背后对应的单位， 所以需要使用时自行定义，这样在分析中使用了有单位的属性创建的指标时即可在图表中显示对应单位。

![](/files/-LoVRGeQsRwZTY5GIt4Q)

## 3 什么是维度字典？&#x20;

对于部分事件属性/用户属性，其属性值可能并不是易于识别的字符，

e.g. 性别这个属性，上报数据时工程师可能会用0 标识女，1标识男，2标识未知；或者用户类型这个属性，上报时可能用100001、100002这样的编号来标识。

这时可以通过上传属性值一对一映射的属性值显示名称，建立维度字典，在分析的时候就可以使用带有维度字典的属性了。

上传前请下载 **字典模板示例**，确保按照模板中的格式正确上传

![](/files/-LoVPqweQvbNIfzjBqJr)

{% hint style="info" %}
以上内容没有解答我的问题？[点击我来反馈](https://support.qq.com/products/118522/) 🚀
{% endhint %}


---

# 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://arkdocs.analysys.cn/features/project-manegement/meta-data/user-properties.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.
