# 为什么转化与目标数据不一致？

Insight 以「[转化](https://helps.ptengine.com/cn/insight/conversion)」的形式，Experience 以「[目标](https://helps.ptengine.com/cn/experience/goal)」的形式，分别提供对网站用户行为的计测功能。由于两者的分析目的不同，采用了不同的计测逻辑，因此即使设置内容相同，计测结果也会有所差异。

## 转化与目标的计测定义区别 <a href="#definition" id="definition"></a>

Insight 的目的是「通过数据直观地了解用户」，Experience 的目的是「快速改善从 Insight 中获得的洞察和网站优化点」，因此转化与目标的计测定义分别如下：

* **Insight 的转化：** 达成指定条件的访问（会话）数
* **Experience 的目标：** 达成指定条件的唯一用户数

## 案例 <a href="#example" id="example"></a>

**设置内容**

* Experience 的目标：到达 Thanks 页面
* Insight 的转化：到达同一页面

在上述设置下，若发生如下访问，Insight 的转化计测值为达成目标的访问数，计为 +3；Experience 的目标为达成目标的用户数，仅计为 +2。

<figure><img src="/files/DEMBPQkcJzTl86fJSYBK" alt="转化与目标计测差异示意图"><figcaption></figcaption></figure>

**实际访问用户的行为**

＜用户A＞

* 访问1 到达 Thanks 页面
* 访问2 也到达 Thanks 页面

＜用户B＞

* 访问3 到达 Thanks 页面
* 访问4 未到达 Thanks 页面

**计测结果**

* Experience 的目标：2（用户A、用户B）
* Insight 的转化：3（访问1、2、3）


---

# 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://helps.ptengine.com/cn/faq/others/difference_cv_and_goal.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.
