# コンバージョン設定

{% hint style="success" %}
**コンバージョン(CV)とは**

ユーザーにサイト上で達成してほしい目標やアクションのことです。
{% endhint %}

## メリット

コンバージョン機能を利用することで、Webサイトの成果を数値で正確に把握できます。

どの施策が目標達成に貢献しているかを可視化し、サイト改善やマーケティング戦略の立案に役立つデータを取得できます。

## よくある利用シーン

この機能は、以下のようなビジネス上の重要な目標を計測する場面で役立ちます。

* **ECサイト：** 商品の購入完了
* **Webサービス：** 会員登録やトライアル申し込み
* **BtoBサイト：** お問い合わせや資料請求フォームの送信完了

## 設定方法

以下の動画をご覧ください。

{% embed url="<https://app.arcade.software/share/ooo3v69PAIDCr8fiMUxH>" %}

## コンバージョン管理画面でできること

1. **一覧確認：** 設定済みのコンバージョンがリストで表示されます。
2. **検索：** CV名で目的の設定を検索できます。
3. **有効/無効の切り替え：** 計測のON/OFFをスイッチで切り替えられます。
4. **新規設定：** 「新規CV設定追加」ボタンから新しいコンバージョンを設定します。
5. **編集・削除：** 既存の設定内容を編集したり、不要な設定を削除したりできます。

**【注意事項】**

* CV名は重複して設定できません。
* 設定を編集すると、編集前と後でデータが分離されます。（例：8月1日に編集した場合、編集前のデータは "0801Removed" という名称で保存されます）
* CVゴールやCVファネルの対象URLにUTMパラメータが付いていると、正しく計測できない場合があります。UTMパラメータが付いていないURLでの設定を推奨します。

{% hint style="warning" %}
UTM付きのURLで設定したい場合、[こちら](/developer/extended-api.md)の記事をご参照ください
{% endhint %}


---

# 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/start-guide/quick/conversion-setup.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.
