> For the complete documentation index, see [llms.txt](https://documentation.pushly.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.pushly.com/pushly-ja/platform/journeys/jnbirud.md).

# ジャーニービルダー

## ジャーニー ビルダー

Journey Builder は、登録後に購読者が進むステップの流れを設計するためのビジュアルキャンバスです。このビルダーは自動レイアウトエンジンを使用し、ノードの配置と接続の経路を整然と行うため、複雑な分岐パスがあってもフローを読みやすく保てます。

<figure><img src="https://810756845-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Lry9Z27iWOZyQEGAgY7%2Fuploads%2FPKWC7ukUmyclFsQh8RiW%2FScreenshot%202026-04-02%20at%201.06.34%E2%80%AFPM.png?alt=media&#x26;token=11db9d7d-e0cd-4181-aa55-4cd2775b4fc3" alt=""><figcaption></figcaption></figure>

**キャンバスの概要**

すべてのジャーニーは、1つの **エントリ** ノード（トリガーまたはスケジュール設定を表す）で始まり、最後は1つの **終了** ノードで終わります。これらのノードの間にステップを追加して、購読者のパスを定義します。

**プレースホルダーステップ**

新しいジャーニーは、目に見える **プレースホルダーステップ** が、エントリートリガーと終了ノードの間に表示されます。プレースホルダーにより、最初のステップをどこに追加すべきかがすぐにわかります。

プレースホルダーをクリックするか、 **+** 隣接するエッジ上のボタンを使用して、実際のステップに置き換えます。置き換えると、プレースホルダーはフローから自動的に削除されます。

**ステップの追加**

<figure><img src="https://810756845-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Lry9Z27iWOZyQEGAgY7%2Fuploads%2F0sLxufPvB048nVgGvFDi%2FScreenshot%202026-04-02%20at%2010.08.56%E2%80%AFAM.png?alt=media&#x26;token=58d0ade6-e89e-49d0-bd3e-d5e5335f6e39" alt=""><figcaption></figcaption></figure>

ジャーニーにステップを追加するには、 **+** ノード間の任意のエッジ上のボタンをクリックするか、プレースホルダーステップをクリックします。 **ステップ追加パネル** は、カテゴリ別に整理されたステップの説明を含むフローティングパネルとして表示されます。

**A/B/n 分割テスト**

ジャーニーは **バリアント分割ステップ** をサポートしており、A/B テストや多変量テストをフロー内で直接行えます。 **スプリットテスト** ステップを **+** 任意のエッジ上のボタンから追加すると、購読者を2〜4個の名前付きバリアントパスに分割できます。各パスには設定可能なトラフィック割合（合計100%）が割り当てられ、下流の結合ポイントで自動的に合流するため、テスト後もジャーニーは統一されたフローとして継続します。

バリアントの設定、バリアントのパフォーマンスの確認、勝者の採用、リビジョン履歴の表示を含む完全なスプリットテストのワークフローについては、 [スプリットテストとプロモーション](/pushly-ja/platform/journeys/supurittotesutotopuromshon.md).


---

# 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://documentation.pushly.com/pushly-ja/platform/journeys/jnbirud.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.
