> For the complete documentation index, see [llms.txt](https://arkdocs.analysys.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://arkdocs.analysys.cn/features/project-manegement/meta-data.md).

# 元数据管理

元数据管理用于集中管理是计划中的埋点，且已回传的数据。支持修改事件/属性显示名称说明、上传属性字典、 合并事件、创建同样页面结构的页面组等等。

![](/files/-LoUH1_sKfqUkdYy-G3K)

详见：

{% content-ref url="/pages/-LaQ9KfTkL8aT7TEigHz" %}
[元事件](/features/project-manegement/meta-data/meta-events.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LaQ9Kh50QWhple1-fQg" %}
[虚拟事件](/features/project-manegement/meta-data/merged-events.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LaQ9KhS-uJ9lxrEwTtD" %}
[事件属性](/features/project-manegement/meta-data/event-properties.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LaQ9Ki35K\_IuMFOOziL" %}
[用户属性](/features/project-manegement/meta-data/user-properties.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LaQ9KhqYqSw9hReWIVE" %}
[Session 管理](/features/project-manegement/meta-data/session.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Ld8TFnqCwkA7K1AiOLG" %}
[页面组管理](/features/project-manegement/meta-data/pagegroup.md)
{% endcontent-ref %}

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


---

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