# ページ上にタグが設置されているかどうか確認する

Google Chromeのデベロッパーツール（検証）を使うと、ページ上にタグが正しく設置されているか確認できます。

## 計測タグの確認 <a href="#check-tracking-tag" id="check-tracking-tag"></a>

### 手順 <a href="#steps" id="steps"></a>

1. デベロッパーツールの「Elements」タブを開く
2. `Ctrl + F`（Mac: `Cmd + F`）で検索を開く
3. `cdn-edge.karte.io` を検索する

### 確認結果の対応 <a href="#verification-result" id="verification-result"></a>

#### タグが見つからない場合 <a href="#tag-not-found" id="tag-not-found"></a>

計測タグがページ上に出力されていません。タグの設置方法を確認してください。

* 直接設置の場合: [計測タグの設置手順](/initial-setting/tag.md)を参照し、正しい位置にタグが記述されているか確認する
* GTMを使用している場合: [GTMのプレビューモードで確認する](/other/troubleshoot/tag/check-gtm-preview-mode.md)

#### タグが見つかったがイベントが発生しない場合 <a href="#tag-found-but-no-events" id="tag-found-but-no-events"></a>

以下を確認してください。

1. **APIキーが正しいか**\
   `cdn-edge.karte.io/` の後に続く文字列が、WicleプロジェクトのAPIキーと一致しているか確認してください。\
   APIキーは [プロジェクト設定の計測タグ画面](https://app.wicle.io/settings/mesurement-tag) で確認できます。
2. **タグが重複していないか**\
   同じページに複数のWicleタグやKARTEタグが設置されている場合、タグが競合し正常に動作しないことがあります。\
   [タグ設定画面](https://app.wicle.io/settings/mesurement-tag)のタグ設置確認から、タグ設置先ページのURLを入力してチェックしてください。

{% hint style="warning" %}
1つのサイトには1つの計測タグの設置を推奨しています。複数タグの設置が必要な場合は、[サポート窓口](/other/support/contact.md)までお問い合わせください。
{% endhint %}


---

# 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-tag-installation.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.
