# ビジュアルイベント

{% hint style="success" %}
**イベントとは**

イベントは、ユーザーがWebサイト上で行う意図的な行動を指します。例えば：

* ボタンやリンクのクリック
* ページの特定箇所へのスクロール
* 会員登録
* 商品購入

Ptengineのイベント機能を使用することで、これらのユーザーアクションを計測でき、よりユーザーの行動に基づいたウェブサイトの改善を企画することができます。
{% endhint %}

## Ptengineのイベント機能

Ptengineには2種類のイベント機能があります。本セクションではビジュアルイベント機能について説明します。

### 1. ビジュアルイベント

* JavaScriptの知識不要
* ビジュアル的に簡単に設定可能
* クリック数のみ計測する

### 2. カスタムイベント

* JavaScriptを使用した高度な設定が可能
* クリック数以外の定性データが計測可能

## ビジュアルイベントの活用例

ビジュアルイベントは、例えば以下のような計測にご活用いただけます。

* **ユーザー行動の評価** — CTAボタンのクリック具合、特定コンテンツのクリック状況
* **セグメント分析** — 流入元による行動の違い、イベント有り無しユーザーの行動の違い


---

# 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/insight/event.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.
