> For the complete documentation index, see [llms.txt](https://docs.opusbooster.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opusbooster.com/platform/email-and-automation/abandoned-cart-automation.md).

# カゴ落ちの自動化

オンラインストアやセールスファネルで放棄されたカートから潜在的な売上を回収する方法をお探しですか？当社の新しい自動化機能を使えば、放棄された時間を設定し、メールフローを作成し、分析を追跡することが素早く簡単にできます。自動化されたカートフローで、売上を取り戻しましょう！

### カゴ落ちメールの設定

放棄されたカートの自動化を開始するには、「ストア設定」タブに移動します。デフォルトでは、放棄されたカートはアクティブに設定されていますが、オートメーションはオフになっています。ストアのアイテムごとに設定することもできますが、シンプルにするために、すべてのアイテムで同じにしておくこともできます。 設定できる遅延時間があり、顧客がカートを放棄した後、自動化が開始されるまでの時間を決定します。将来的に必要であれば、時間を変更することができます。

<figure><img src="/files/PtpFwd56vcCuLlsiuGq2" alt="カゴ落ちとしてマークするまでの時間設定"><figcaption><p>カゴ落ちとしてマークするまでの時間設定</p></figcaption></figure>

次のステップは、オートメーションの設定です。すでにビルド済みのテンプレートが設定されています。オートメーションの作成ボタンをクリックすると、このようなポップアップが表示されます。ここで「カート放棄オートメーション」を選択すると、オートメーションフローに入ります。

<figure><img src="/files/UTnKfU4ZpIefMwEkQGLN" alt="自動化フローの選択"><figcaption></figcaption></figure>

### メールの作成

左側には、メールのドラッグ＆ドロップ要素が表示されます。半分ほど下にスクロールすると、新しい「カート放棄」要素が表示されます。これをメールにドラッグ＆ドロップすれば完了です！

<figure><img src="/files/3WWSv9JBQ4aphlNxbZCw" alt=""><figcaption></figcaption></figure>

### 訪問者を正しい場所に誘導

デフォルトでは、このボタンは訪問者をカートに残したアイテムと共にチェックアウトページに戻します。また、セールスファネルを使用している場合、ファネル内のチェックアウトステップに誘導します。これにより、ストアとファネル収益分析タブの両方で購入コンバージョンが登録されます。

### ストアのアナリティクスを見るには

カゴ落ちの分析結果を見ることができる場所は2つあります

・ストアダッシュボードタブ

・注文タブ

下の画像のように、ストアダッシュボードのタブの右側に、「」タブが表示されます。

<figure><img src="/files/hhVtLtdE2jYoAWRd12VD" alt=""><figcaption></figcaption></figure>

下は注文タブの表示です。ここでもストア全体または個々のファネルにフィルタリングして、すべての放棄されたカートを表示することができます。

<figure><img src="/files/6sFDc4yiOhYxyBMaXdT1" alt=""><figcaption></figcaption></figure>

これで、カゴ落ち客の最大68.9%を取り戻す準備が整いました！


---

# 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://docs.opusbooster.com/platform/email-and-automation/abandoned-cart-automation.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.
