# 什么是漏斗分析

漏斗分析是一套流程式的数据分析模型，通过将用户行为起始的各个行为节点作为分析模型节点，来衡量每个节点的转化效果，是转化分析的重要工具。

GrowingIO 的漏斗功能够帮助您清晰地了解转化情况，从多角度剖析对比，定位流失原因，提升转化表现。

### 漏斗分析中的数据延迟

数据需要传输时间，从您传输数据到在漏斗中可用会有一定的延迟，具体情况如下：

* 打点事件：您成功发送打点事件 1 小时后，可以在漏斗分析中使用该事件创建漏斗；
* 圈选事件：
  * 元素浏览：圈选后第 2 天可用来创建漏斗，数据有效期从圈选第 2 天开始；
  * 页面浏览、元素点击、输入框变更等（非元素浏览）：圈选 1 小时后可用来创建漏斗，请注意：圈选事件回溯 7 天，使用新圈选事件创建漏斗时请合理选择漏斗的时间范围。

### 一键创建分群

我们在漏斗分析中提供了一键创建分群的功能，可以快速定位转化和未转化（流失）用户，打通分析到运营环节。请参见[一键创建分群](/docs/product-manual/product-analysis/funnel/create.md#yi-jian-chuang-jian-fen-qun)。


---

# 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/funnel/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.
