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

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

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

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

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

{% hint style="info" %}
計測タグについて詳しくは [計測タグ](/initial-setting/tag.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/faq/before-install/multi-domain.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.
