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

# 対象ユーザー

{% hint style="danger" %}
設定内容は自動で保存されないため、必ず設定内容を変更、追加した場合には右下の青い保存ボタンを押してください
{% endhint %}

### 対象ユーザーとは

特定のユーザー属性に対象を絞って、エクスペリメントを配信することができます。

### デフォルトで指定できるProperty

* デフォルトで定義されているPropertyはすべて端末識別子（UUID）に紐付く形で保存・管理されているデータです
  * User ID：端末固有のUUIDで生成しています
    * アプリのアンインストールや端末の変更を行わない限り、同一のIDが保持されます
  * Language Code
  * Country Code
  * Device Time (Unix)
  * First Boot Time (Unix)
  * Last Boot Time (Unix)
  * Retention Period (Unix)
  * Booting Time (Unix)
  * OS Name
  * OS Version
  * App Version
  * CFBundle Version (iOS)
  * Nubrick SDK Version

### 設定について

* when user propaty
  * 連携しているイベントデータを選択してください
* as
  * 連携しているデータ型を指定してください
  * dateを選ぶと日付けを指定できたり、型によって比較条件が表示内容が変わります
* is
  * 比較条件を指定してください（データ型によって表示される比較条件の表示内容が変わります）
    * equal to：等しい（完全一致）
    * not equal to：異なる
    * regex：正規表現で指定
    * after：xxより後
    * befor：xxより前
    * in：含む（部分一致）
    * not in：含まなない
    * between：xxの間
    * \>：xより大きい
    * \>=：x以上
    * <：xより小さい
    * <=：x以上


---

# 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/experiment_edior/user.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.
