> 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/online-shop/abandoned-cart.md).

# カゴ落ち対策

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

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

![カゴ落ちとしてマークするまでの時間設定](https://2546735425-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHU992ks2mWyiXNBoMcXr%2Fuploads%2F61TI8ifHvYRuqHx2xLTK%2Fkagoochijikan.jpg?alt=media\&token=c58a005a-d8e7-4cdb-9316-0a65e8efc873)

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

![自動化フローの選択](https://2546735425-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHU992ks2mWyiXNBoMcXr%2Fuploads%2FyLu44i0Jj2PqmXtjbEgR%2Fautomation.jpg?alt=media\&token=641cdc93-d7b3-42b7-8226-a205b97626ec)

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

![](https://2546735425-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHU992ks2mWyiXNBoMcXr%2Fuploads%2FG2CvnN6IOz9MbT3nfhPq%2Fkagoochimail.png?alt=media\&token=890e1ed1-c26c-4eec-9d02-c28843d9f4fd)

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

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

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

![](https://2546735425-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHU992ks2mWyiXNBoMcXr%2Fuploads%2FZF1uSB801gyBkVa5FbOm%2Fstoredashboard.png?alt=media\&token=1ecd305b-b9f2-4766-95a9-3dc25697205a)

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

![](https://2546735425-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHU992ks2mWyiXNBoMcXr%2Fuploads%2FbRVI8Phx2ctfSXkviTFK%2Fordertab.png?alt=media\&token=20fca09b-6c77-47c8-b8db-9949f8708522)

これで、カゴ落ち客の最大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/online-shop/abandoned-cart.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.
