> 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/faq/before-install/baseniwicletaguhadekimasuka.md).

# BASEにWicleタグは設置できますか？

はい、BASEで作成されたショップにWicleタグを設置することができます。

### 設置方法

BASEの「HTMLタグ管理 App」を使用してタグを設置します。

1. BASEの管理画面から「HTMLタグ管理 App」をインストールする
2. タグの種類として「カスタムタグ」を選択する
3. Wicleの管理画面からタグコードをコピーする
4. コピーしたタグコードを貼り付けて保存する

詳しい操作手順はBASEのドキュメントをご参照ください。 <https://help.thebase.in/hc/ja/articles/15547680504857>

### 注意事項

BASEの仕様上、**カート画面へのタグ設置はできません。** そのため、カート画面でのユーザー行動は計測できません。

### タグ設置後にイベントが計測されない場合

下記のトラブルシューティングページをご確認ください。\
<https://docs.wicle.io/other/troubleshoot/tag>

上記を確認しても解決しない場合は、チャットもしくはサポート(<wicle-support@plaid.co.jp>)までお問い合わせください。


---

# 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/faq/before-install/baseniwicletaguhadekimasuka.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.
