# 「ゴール」に関する質問

Insightには、「[コンバージョン](https://helps.ptengine.com/insight/conversion)」という形で、また、Experienceには「[ゴール](https://helps.ptengine.com/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/c2kxsZdzqDWsWDL6fZcB" 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/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.
