# ビジュアルイベント設定

Ptengine Insightのビジュアルイベント設定は、ウェブサイトの画面を直接見ながら、特定のボタンのクリックなどを計測するための「イベント」を、プログラミングの知識なし（ノーコード）で設定できる機能です。

### よくある利用シーン

* **コンバージョン計測：** 「購入する」「資料請求」「お問い合わせ」など、重要なボタンのクリック数を計測したい時。
* **コンテンツ評価：** 特定の記事やバナー、ナビゲーションメニューなどがどれくらいクリックされているかを分析したい時。
* **UI/UX改善：** 複数のページに共通して設置されているボタンの利用状況をまとめて計測し、サイト改善のヒントを得たい時。

{% hint style="info" %}
ビジュアルイベントの詳しい設定手順については[ビジュアルイベント設定方法](/insight/event/setup.md)をご参照ください。

コードによるイベント計測については[カスタムイベントの設定方法](/experience/setting/custom-event-setup.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/visual-event-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.
