# 送信されるイベントの確認機能

## できること

実際のサイト上でイベントを起こしながら、Wicleにどのようなデータが送られているかを確認できるようになります。

<figure><img src="/files/6UMmwGj396YVfvl3RzhQ" alt=""><figcaption></figcaption></figure>

| できること         | 詳細                                               |
| ------------- | ------------------------------------------------ |
| イベント（データ）の確認  | どのような要素や値でイベント（データ）が送られているかすぐ確認できる               |
| デバッグ          | イベントが計測されていない、絞り込みたいイベントが検索UIで出てこない場合などに原因を調査できる |
| イベント検索へ直接アクセス | 確認したイベントを同じイベントをWicle上で検索させることができる               |

## 確認できるイベント

<table><thead><tr><th width="302.8515625">イベント</th><th width="119.71875" data-type="checkbox">サポート</th><th width="119.88671875" data-type="checkbox">デフォルト表示</th><th>備考</th></tr></thead><tbody><tr><td>ページビュー（view）</td><td>true</td><td>true</td><td></td></tr><tr><td>クリック（click）<br>※拡張クリックイベントも含む</td><td>true</td><td>true</td><td></td></tr><tr><td>カスタムイベント</td><td>true</td><td>true</td><td></td></tr><tr><td>ユーザープロファイル</td><td>true</td><td>true</td><td></td></tr><tr><td>グループプロファイル</td><td>true</td><td>true</td><td></td></tr><tr><td>活動時間（spend_time_in_pv / spend_time_in_session）</td><td>true</td><td>false</td><td></td></tr><tr><td>スクロール率（scroll_depth）</td><td>true</td><td>false</td><td></td></tr><tr><td>フォーム送信（submit）</td><td>true</td><td>false</td><td></td></tr><tr><td>エラー（error）</td><td>true</td><td>false</td><td></td></tr><tr><td>コードレスイベント</td><td>false</td><td>false</td><td>コードレスイベントは実際のイベントを発生させる機能では無いため拡張上では認識できません</td></tr></tbody></table>

## 操作方法

1. [拡張機能がインストール](https://docs.wicle.io/chrome-extension/chrome-extension/setup#id-2)されたChromeでWicleのタグが入っているサイトにアクセスします
2. Chromeデベロッパーツールを開き、「Wicle」タブをクリックします
3. サイト上でページ遷移やクリックをします
4. どのようなデータがWicleに送られているか確認しましょう
   * ページ遷移時には`View`のイベントが発生します
   * クリックした時には`Click`のイベントが発生します
   * `全てのイベントを表示する`をONにすることでスクロールイベントなども表示されます


---

# 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://docs.wicle.io/chrome-extension/event-viewer.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.
