# 様々な行動の探し方

## 様々な行動の探し方でできること <a href="#what-you-can-do" id="what-you-can-do"></a>

プリセットに設定されている以外でも様々な行動をしたユーザーを抽出することができます。\
ここではよく利用される探し方と検索時の条件を紹介します。

### 1. 直近1週間で特定ボタン(共有)を3回以上押したユーザー <a href="#example-1" id="example-1"></a>

**イベント条件**：`クリックのテキスト` | `次を含む` | `"共有"`　AND `期間内イベント数` | `次以上` | `3`　\
**ユーザー条件**：条件なし\
**期間**：`直近7日間`

### 2. 昨日、特定ページ(<https://wicle.io)を30秒以上みていたユーザー> <a href="#example-2" id="example-2"></a>

イベント条件：`活動時間（PV）のURL` | `次と等しい` | `"https://wicle.io"` AND `活動時間（PV）の活動時間（秒）` | `次以上` | `30`　\
ユーザー条件：条件なし\
期間：`昨日`

### 3. 直近1週間で5回以上アクティブに活動しているユーザー <a href="#example-3" id="example-3"></a>

イベント条件：`活動時間（セッション）の活動時間（秒）` | `次と等しい` | `10` AND `期間内イベント数` | `次以上` | `5`\
ユーザー条件：条件なし\
期間：`直近7日間`

### 4. 直近1ヶ月以内で社員以外で機能A（csvダウンロード）を利用したユーザー <a href="#example-4" id="example-4"></a>

イベント条件：`イベント※` | `次と等しい` | `"csvダウンロード"` 　\
ユーザー条件：`社内ユーザーフラグ` | `次と等しい` | `false`\
期間：`直近4週間`\
\
※イベントはコードレスイベント、カスタムイベント、定義済みイベントが利用できます。


---

# 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/event/howto-search-event.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.
