> For the complete documentation index, see [llms.txt](https://docs.wicle.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wicle.io/other/troubleshoot/tag.md).

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

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

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

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

タグ設置直後は、管理画面にデータが反映されるまで **20〜30分程度** かかります。\
[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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.wicle.io/other/troubleshoot/tag.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
