# 什么是事件分析

### **什么是事件** <a href="#id-1-1" id="id-1-1"></a>

事件指的是用户操作产品的一个行为，即用户在产品内做了什么事情，转义成描述性语言就是“操作+对象”。

我们当前提供的事件类型包括：浏览页面，点击元素，浏览元素，修改文本框等。事件分析是对用户行为事件的指标进行统计、维度细分、筛选等分析操作。

我们还提供了自定义事件分析，也就是对埋点指标的支持。 比如对于 “点击加入购物车按钮” 这个事件，我们可以用点击次数或者点击人数来度量，对应的指标分别是 “点击加入购物车按钮的次数” 和 “点击加入购物车按钮的人数”。

### **事件分析能解决什么问题** <a href="#id-1-2" id="id-1-2"></a>

* 产品和运营同学如何才能对网站每天的 PV、UV、DAU等总体数据有一个直观的把握，包括它们的数值以及趋势？
* 面对复杂的数据，单从数字来看，不仅效率低下，而且难以直观的发现数据背后所展现的趋势，应该怎么办？
* 当做了第三方付费渠道推广后，运营同学如何才能有效比较不同渠道带来的流量？

针对不同场景下的数据可视化需求，我们提供了事件分析这个功能，通过事件分析创建多样的图表来满足您不同分析场景下的数据可视化需求。

想了解更多请阅读[数据模型](https://growingio.gitbook.io/docs/introduction/datamodel)。

**​**


---

# 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://growingio.gitbook.io/docs/product-manual/product-analysis/event-analysis/what.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.
