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

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

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

イベントデータが管理画面に反映されるまで、通常 **15分前後** かかります。

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

## イベントが送信されているかリアルタイムで確認する方法 <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: 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/check-data-delay.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.
