> For the complete documentation index, see [llms.txt](https://growingio.gitbook.io/v3/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://growingio.gitbook.io/v3/introduction/datamodel/analysismodel/metric.md).

# 指标-事件的度量

## 指标的含义

指标是指对GrowingIO采集到的事件的度量。举一个页面事件为例

`小明 使用 Chrome浏览器 在 2018年8月1日上午11点32分 浏览了 GrowingIO网站首页`

我们在度量上面的事件时就会用到如下几个指标：

`GrowingIO网站首页浏览量：1`

`GrowingIO网站首页浏览访问用户量：1`

`GrowingIO网站首页浏览登录用户量：1`

我们可以发现，一个事件会形成多个指标，这些指标都会作用于我们后续对这个事件的统计分析

## 指标的类型

根据事件类型不同，GrowingIO也将指标分为如下几类：

* 预定义指标：指由GrowingIO内置的，无需用户定义的、宏观的指标，如：访问量、页面浏览量
* 无埋点指标：通过用户在GrowingIO产品中圈选，选择的页面或元素产生的指标，如：注册按钮的点击量
* 埋点指标：通过用户发送埋点事件产生的指标，如：订单金额


---

# 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://growingio.gitbook.io/v3/introduction/datamodel/analysismodel/metric.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.
