> 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/multi-domain.md).

# 複数のドメイン（サイト）を計測したい場合、プロジェクトはどう構成すればよいですか？

Wicleでは、1つのプロジェクトに1つの計測タグが発行されます。同じ計測タグを複数のドメインに設置することで、1つのプロジェクトで複数ドメインのデータをまとめて計測できます。

ドメインごとにデータを分けて分析したい場合は、ドメインごとにプロジェクトを作成してください。

| 構成パターン               | 適したケース                    |
| -------------------- | ------------------------- |
| 1プロジェクトに複数ドメインのタグを設置 | 複数ドメインのデータを統合して分析したい場合    |
| ドメインごとにプロジェクトを分ける    | ドメインごとに独立してデータを管理・分析したい場合 |

{% hint style="warning" %}
プロジェクト数にはプランごとの上限があります。上限を超える場合は、組織設定のリミット画面から変更をリクエストしてください。詳しくは [リミット](/organization-project/organization-setting/limitation.md) をご覧ください。
{% endhint %}

{% hint style="info" %}
計測タグについて詳しくは [計測タグ](/initial-setting/tag.md) をご覧ください。
{% endhint %}

## サブドメイン間でユーザーは統合されますか？ <a href="#subdomain-user-unification" id="subdomain-user-unification"></a>

Wicleは、eTLD+1（登録可能なドメイン）単位でCookieを管理します。そのため、同一ドメインのサブドメイン間（例: `www.example.com` と `shop.example.com`）では、ユーザーが統合されて認識されます。


---

# 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/multi-domain.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.
