# 整体报告与体验报告的目标数不一致

## 整体报告与体验报告的目标数不一致

## 定义差异

**整体报告**：达成目标的唯一用户数量

**体验报告**：显示或点击该体验的访问(会话)中达成目标的唯一用户数量

## 案例

### **配置设置**

目标：到达结账页面

体验A的目标：上述目标

在上述配置下，如果出现以下访问情况，整体报告的目标会计测用户到达结账页面的数量+2，而体验报告的目标仅计测显示体验后到达目标的数量+1。

### **实际访问页面的用户行为详情**

＜用户A＞ ・访问1中显示体验A后，到达了结账页面 ・访问2中，再次显示体验A，随后到达结账页面

＜用户B＞ ・访问3中首先到达结账页面，然后显示了体验A ・访问4中未显示体验A，仅到达结账页面

＜用户C＞ ・访问5中体验A未被显示，且未到达结账页面

### **计测结果**

・整体报告的目标数据：2（用户A、用户B）

・体验A报告中的目标数据：1（用户A）


---

# 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/data/goal-count-mismatch.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.
