# タグ設置後にイベントが発生しない場合のチェックリスト

タグを設置したのにイベントが発生しない場合、以下の項目を順番に確認してください。

## まず確認すること <a href="#first-check" id="first-check"></a>

### データ反映のタイムラグではないか <a href="#data-delay" id="data-delay"></a>

タグ設置直後は、管理画面にデータが反映されるまで **15分前後** かかります。\
[Chrome拡張のイベントビューア](/chrome-extension/event-viewer.md)を使うと、イベントがリアルタイムで送信されているか確認できます。

詳しくは [イベントが管理画面に反映されるまでのタイムラグについて](/other/troubleshoot/tag/check-data-delay.md) をご参照ください。

## 共通チェック項目 <a href="#common" id="common"></a>

上から順番に確認してください。

1. **ページ上にタグが設置されているか**
   * [ページ上にタグが設置されているかどうか確認する](/other/troubleshoot/tag/check-tag-installation.md)
2. **ブラウザのコンソールにエラーが出ていないか**
   * [ブラウザのデベロッパーツールのコンソールにエラーやワーニングが出ていないか確認する](/other/troubleshoot/tag/check-browser-console-errors.md)
3. **CSP（Content Security Policy）でブロックされていないか**
   * [CSPによりタグがブロックされていないか確認する](/other/troubleshoot/tag/check-csp.md)
4. **広告ブロッカーやネットワーク制限でブロックされていないか**
   * [広告ブロッカーやネットワーク制限によりタグがブロックされていないか確認する](/other/troubleshoot/tag/check-network-and-blocking.md)

## タグマネージャーを使っている場合 <a href="#tag-manager" id="tag-manager"></a>

**Googleタグマネージャー（GTM）**

* [GTMのプレビューモードでWicleのタグが配信されているか確認する](/other/troubleshoot/tag/check-gtm-preview-mode.md)

## 特定のイベントが発生しない場合 <a href="#specific-events" id="specific-events"></a>

**クリックイベント**

* [特定の要素でクリックイベントが発生しない場合](/other/troubleshoot/tag/check-click-event.md)

## 上記で解決しない場合 <a href="#contact-support" id="contact-support"></a>

すべての項目を確認しても解決しない場合は、[サポート窓口](/other/support/contact.md)までお問い合わせください。その際、以下の情報をお伝えいただくとスムーズです。

* タグを設置したページのURL
* ブラウザのコンソールに表示されているエラーメッセージ（スクリーンショット）
* タグの設置方法（直接埋め込み / GTM / その他）


---

# 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/other/troubleshoot/tag.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.
