# ファネルを作成する

## 新規作成 <a href="#create-new" id="create-new"></a>

### 集計対象期間の決定 <a href="#set-period" id="set-period"></a>

* 左ナビゲーションの`ファネル`選択し、右上`作成`をクリックします。
* 次に期間選択して分析の集計期間を選択します。集計期間は直近7日間、直近4週間、今日、今週、今月、カレンダーで指定 から選択できます。

### コンバージョンの設定 <a href="#set-conversion" id="set-conversion"></a>

* このファネルのコンバージョンの条件を設定します。
* コンバージョンの右側の`未設定`から、条件を設定し`適用`します。検索条件は[イベント検索](/analytics/event/search-event.md)と同様になります。発生タイミング、時間差などを利用したい場合は[高度な条件設定](/analytics/funnel/advanced-condition.md)をご覧ください。

### ステップの設定する <a href="#set-steps" id="set-steps"></a>

可視化したいユーザー行動をステップとして登録します。

* 最初のステップをセットする
  * デフォルトで表示されているカードをホバー し、 検索条件 > `未設定` を選択します。
  * イベントの条件を設定し`適用`を選択します。
* ステップを追加する
  * 対象のステップより前のステップを追加したい場合はカード上部の`+`を選択します。
  * 対象のステップより後のステップを追加したい場合はカード下部の`+`を選択します。
* ステップを削除する
  * 削除したいカードをホバーすると右パネルが表示されるので、その中から`削除`を選択します。
  * `子ステップも削除`を選択すると対象のステップ以降に紐づいているすべてのステップを削除します。
* 検索条件のコピーと貼り付け

  複数のカードで同じような条件をセットしたい場合、コピーと貼り付けが便利です。

  * カードのコピーと貼り付け
    * 検索条件が設定されているカードで、カードをホバー > `コピー`を選択します。
    * 別のカードを追加し、カードをホバー > `貼り付け`でコピーしたカードのタイトルと検索の条件を貼り付けるすることができます。

### ファネルの保存 <a href="#save-funnel" id="save-funnel"></a>

右上の`保存`を選択すると名前を入力する画面が表示され、対象のファネルを保存することができます。

### ファネルの更新 <a href="#update-funnel" id="update-funnel"></a>

`キャッシュ更新`で現時点の集計結果に更新することができます。


---

# 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/funnel/create-funnel.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.
