> For the complete documentation index, see [llms.txt](https://docs.nubrick.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nubrick.app/experment_menu/embed.md).

# アプリ内埋め込み (Embeddable Experiment)

## アプリ内埋め込みとは

アプリ側の指定された場所にコードを一行実装するだけで、その場所に自由にコンテンツを表示させることを可能とする機能です。

埋め込み箇所にコードを一度実装してしまえば、あとはNubrickの管理画面から自由に埋め込み箇所に表示するコンテンツを変更することが可能です。

これにより、これまでネイティブ画面のバナー画像を変更するたびに必要だったリリース作業が不要となります

## コード実装

{% content-ref url="/pages/xL9SggiO07fN4SUuvjmL" %}
[実装ガイド](/experment_menu/embed/embedding_guide.md)
{% endcontent-ref %}

## ユースケース

#### 1. キャンペーンやセール、特集などのバナー表示

* バナーの表示エリアをNubrickの埋め込み機能を使って用意すると、管理画面からの操作でいつでもバナー内容を変更することが可能になります
* クリエイティブやコンテンツのABテストなども柔軟に行うことが可能です

#### 2. カルーセル表示を使って、商品、キャンペーンの複数表示

* 埋め込み機能ではバナー表示だけでなくカルーセルなど自由なコンテンツ表現が可能です
* 開発では時間がかかってしまいそうなコンテンツ表示を簡単に作成してみましょう

#### 3. アラートメッセージなどのテキスト追加

* 例えばログイン時の注意事項などがあればユーザーが迷いやすいぽいんとにアラートメッセージを出せれば離脱率を減らせるのでは？と思ったことはありませんか？アプリではちょっとしたテキスト追加にも開発とリリースが必要です
* 埋め込み機能ではテキスト表示も可能なので、ちょっとしたテキスト追加なども可能になります


---

# 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:

```
GET https://docs.nubrick.app/experment_menu/embed.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.
