> 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/check-data-delay.md).

# イベントが管理画面に反映されるまでのタイムラグについて

タグを正しく設置していても、イベントが管理画面（ダッシュボードやイベント検索画面）に表示されるまでには時間がかかります。

## データ反映のタイミング <a href="#timing" id="timing"></a>

イベントデータが管理画面に反映されるまで、通常 **20〜30分程度** かかります。

タグを設置した直後にイベントが表示されない場合でも、データ送信自体は正常に行われている可能性があります。

## イベントが送信されているかリアルタイムで確認する方法 <a href="#realtime-check" id="realtime-check"></a>

管理画面への反映を待たずに、イベントが正しく送信されているかをリアルタイムで確認できます。

### Chrome拡張のイベントビューアを使う <a href="#event-viewer" id="event-viewer"></a>

[Chrome拡張のイベントビューア](/chrome-extension/event-viewer.md)を使うと、サイト上で発生しているイベントをリアルタイムで確認できます。

1. Wicle Chrome拡張をインストールする（[セットアップ手順](/chrome-extension/setup.md)）
2. タグを設置したサイトにアクセスする
3. デベロッパーツールの「Wicle」タブを開く
4. ページ上で操作を行い、イベントが表示されることを確認する

{% hint style="info" %}
Chrome拡張のイベントビューアでイベントが確認できれば、データ送信は正常に行われています。管理画面への反映をお待ちください。
{% endhint %}

## それでもイベントが表示されない場合 <a href="#still-not-showing" id="still-not-showing"></a>

しばらく経過してもイベントが管理画面に表示されず、Chrome拡張でもイベントが確認できない場合は、他の原因が考えられます。[チェックリスト](/other/troubleshoot/tag.md)の各項目を確認してください。


---

# 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/check-data-delay.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.
