# ユーザーを検索する

## ユーザー検索でできること <a href="#what-you-can-do" id="what-you-can-do"></a>

ユーザー検索では深掘りしたいユーザー群をクエリなしで抽出することができます。

## 検索の方法 <a href="#search-method" id="search-method"></a>

検索ボックスにカーソルをあてると検索パネルが表示されます。左から右に条件を選択していき最後に値を入力するとその条件にあったユーザーが絞り込まれます。AND条件とOR条件（同じ項目内のみ）も設定可能です。

## 検索に使える条件 <a href="#search-conditions" id="search-conditions"></a>

### ユーザー条件 <a href="#user-conditions" id="user-conditions"></a>

検索条件に利用できる条件はユーザーに紐付く条件となります。\
代表的なものは下記となります。

<table><thead><tr><th width="233">名称</th><th>説明</th></tr></thead><tbody><tr><td><strong>保存した条件</strong></td><td><a data-mention href="/pages/nPdFdb3sBZMQvGhOOSWl">/pages/nPdFdb3sBZMQvGhOOSWl</a> で保存された条件を呼び出すことができます</td></tr><tr><td><strong>セグメント</strong></td><td>作成されたセグメント</td></tr><tr><td><strong>ライフサイクル</strong></td><td>現在のフェーズやフェーズ滞留日数</td></tr><tr><td><strong>キー行動</strong></td><td>特定のキー行動の現在のフェーズや滞留日数</td></tr><tr><td><strong>ユーザープロファイル</strong></td><td>ユーザーIDや組織ID等、ユーザープロファイルで送信しているフィールドすべて</td></tr><tr><td><strong>ユーザーディメンション</strong></td><td>流入情報と1・7・14・30日・累計での来訪日数、来訪回数、活動時間など、Wicleが自動で集計している統計値</td></tr><tr><td><strong>ユーザーディメンション（コードレスイベント、カスタムイベント）</strong></td><td>コードレスイベント、カスタムイベントそれぞれの1・7・14・30日・累計での発生回数など、Wicleが自動で集計している統計値</td></tr></tbody></table>

### 基準日 <a href="#base-date" id="base-date"></a>

基準日ではどの地点を基準に集計を行うかを選択します。\
たとえば先週時のユーザー数を確認したい場合は`一週間前`を選択します。\
デフォルトでは`今日`が選択されていて、`1日前`、`1週間前`、`2週間前`、`1ヶ月前`、`2ヶ月前`、`3ヶ月前`と`カレンダーでの指定`が可能です。

## プリセット条件 <a href="#preset-conditions" id="preset-conditions"></a>

左カラムによく使われる条件をプリセットとして用意しています。プリセットの中の項目を選択すると自動的に検索条件が反映されます。\
プリセット条件の詳細については[ユーザーのプリセット条件](/analytics/user/preset-condition.md)

## 条件の保存 <a href="#save-conditions" id="save-conditions"></a>

条件を入力後、右上の`新しい条件として保存`のボタンを選択すると、左カラムの保存した条件に表示がされます。

## 共通条件と比較 <a href="#common-conditions-and-comparison" id="common-conditions-and-comparison"></a>

`共通条件`を設定するとユーザーのA群、B群、C群すべてに共通してその条件を適応することができます。

`比較条件を追加`で最大3つユーザー群を設定でき、比較を行うことができます。比較についての詳細は[ユーザーを比較する](/analytics/user/compare-user.md)をご覧ください。

## 各条件の名前を設定 <a href="#set-condition-names" id="set-condition-names"></a>

各比較条件にはデフォルトでA,B,C..と順序に沿った名前がついていますが、検索条件を保存した後に条件に沿った分かりやすい名前を自由に設定することができます。（**最大30文字**まで）

名前を入力した後保存することで更新されます。


---

# 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/analytics/user/search-user.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.
