> For the complete documentation index, see [llms.txt](https://manual.dxable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.dxable.com/optimizely/platform/optimizely-data-platform/optimizely-data-platform-integrations/integrate-klevu.md).

# Klevuの統合

この統合により、検索データを実用的で有用なものにすることができます。 Klevu はサイト訪問者が検索するキーワードを取得し、Optimizely Data Platform (ODP) の統合により、それらのキーワードを同期してキャンペーンで使用できるようになります。また、ODP の検索放棄レシピを起動して、商品を検索したが購入を完了しなかった買い物客をフォローアップすることもできます。

Klevu を統合する価値と利点は次のとおりです。

* 検索したが購入しなかった訪問者を再エンゲージすることで、コンバージョン率を向上させます。
  * 特定の製品を検索したことを示すリマインダーメールを訪問者に送信します
* 買い物客が検索した商品に基づいて、より関連性の高い商品を推奨します。

### 要件 <a href="#xnss6ui8iw21" id="xnss6ui8iw21"></a>

* Klevu へのサブスクリプション

### Klevuを構成する <a href="#cqsy6p1qndsp" id="cqsy6p1qndsp"></a>

1. ODP の App Directory > Klevu > Install App に移動して、Klevu を有効にします。
2. \[設定] で、承認用の検索サブドメインと JS API キーを入力します。これらはKlevuで見つけることができます。\
   ![Klevu](/files/577nJI8FlMlF7M4nxbDq)
3. ODP では、テスト検索語を使用して、認証が機能したことを確認します。アプリが正しく同期している場合、ODP は使用した検索語を含む製品名を返します。\
   ![Klevu](/files/smUzWeaqxoOGa7YBPLUP)

アプリを構成した後、app.klevu.search(term: \<term>)を呼び出すことで、コンテンツ内の Klevu 検索用語に対して新しい Liquid 関数を使用できます。


---

# 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://manual.dxable.com/optimizely/platform/optimizely-data-platform/optimizely-data-platform-integrations/integrate-klevu.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.
