# 모바일 앱

서비스 중인 모바일 앱의 식별 정보를 등록하는 페이지입니다. 등록된 정보를 바탕으로 방문자의 접속 환경(웹/앱)을 구분하여, **인앱 메시지 캠페인 및 푸시 알림 캠페인**을 진행할 수 있습니다.

<figure><img src="/files/osZoRgizXVSfDAr121fa" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
푸시 알림 발송을 위해 **\[푸시 알림 설정 > Firebase 비공개 키]**&#xB97C; 함께 등록해 주세요.
{% endhint %}

## **1. 앱 식별 정보**

Google Play 스토어 및 App Store에 등록된 앱의 고유 식별 정보입니다. 푸시 알림 발송 및 딥링크(앱 실행) 등 앱 연동 기능에 사용됩니다.

<figure><img src="/files/108XaoGdLJMnHmGvECr4" alt=""><figcaption></figcaption></figure>

* **Android 패키지명:** Google Play 스토어에 등록된 앱 패키지명을 입력해 주세요.
* **iOS 번들 ID:** App Store에 등록된 앱 번들 ID를 입력해 주세요.

***

## **2. 사용 플랫폼**

방문자의 접속 환경이 '모바일 웹'인지 '앱(하이브리드 앱)'인지 구분하기 위한 설정입니다.

{% hint style="info" %}
**활용 예시:** 모바일 웹으로 접속한 고객에게만 '앱 다운로드 쿠폰' 캠페인을 노출하고 싶은 경우 활용할 수 있습니다.
{% endhint %}

<figure><img src="/files/Nw9jGrQuC9zguFFcq5bq" alt=""><figcaption></figcaption></figure>

* **앱 구축 솔루션:** 바이앱스(Byapps), 메이크샵 앱(makeshopapp), 스마트스킨(SmartApp), 카페 24앱(Cafe24plus) 등의 솔루션을 이용 중이라면 목록에서 선택해 주세요.
* **기타(직접 입력):** 자체 개발 앱인 경우, 앱 개발 시 설정한 **User Agent 식별 키워드**를 입력해 주세요. (예: AppName, GroobeeApp 등)

{% hint style="warning" %}
**기타(직접 입력)** 선택 시 아래 내용을 참고하여 입력해 주세요.

* 전체 User Agent 문장이 아닌 앱을 식별할 수 있는 고유 키워드(단어)만 입력해 주세요.
* Android와 iOS에 **공통된 식별 키워드**가 있다면 **해당 단어 하나만 입력**해 주세요. OS별로 값이 다르다면 **콤마(,)로 구분**하여 입력합니다. (예: 공통 시 AppName, 분리 시 AppName\_And, AppName\_iOS)
  {% endhint %}


---

# Agent Instructions: 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.groobee.ai/new-admin/settings/mobile-app.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.
