> 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/modal.md).

# アプリ内メッセージ(In-App Messaging)

## アプリ内メッセージとは

ネイティブ画面で表示できるモーダルクリエイティブです。

Medium、Large、MediumLarge(最初Medium表示でLargeサイズに拡大可能)の3つの表示パターンから選択可能で、エディタ内で自由にクリエイティブを作成することが可能です。

## ユースケース

#### 1. 実施中のキャンペーンやセールの情報をご案内

* バナーでは埋もれてしまうようなキャンペーンやセールの情報をアプリ内メッセージを使って表示させることでよりユーザーの目に止まるような配信が可能になります

#### 2. 新機能リリース、アプリアップデートのご案内

* アプリのアップデートで搭載された新機能やアップデート情報をアプリ内メッセージを使って表示させることで、便利な機能をしっかりユーザーにお知らせすることが可能です
* 1ユーザーに対して1回のみ、n日に1回などの配信頻度機能で表示頻度のコントロールもおすすめです

#### 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/modal.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.
