# 모바일 앱

모바일 앱 설정 방법을 확인합니다.<br>

## **모바일 앱 설정**

* 방문자가 모바일 웹으로 접속한 경우와 모바일 앱(하이브리드 앱)으로 접속한 경우를 구분하기 위한 설정입니다.

{% hint style="info" %}
사용 예시) 모바일 웹으로 접속한 고객에게만 앱 다운로드 쿠폰 이벤트 캠페인을 진행하는 경우
{% endhint %}

* 모바일 앱 설정을 위해서는 현재 사용하고 계신 모바일 앱 서비스의 유저 에이전트 정보를 선택하여 설정합니다
  * 바이앱스(Byapps)
  * 메이크샵앱(makeshopapp)
  * 기타(직접 입력)
  * 스마트스킨(SmartApp)
  * 카페24앱(Cafe24plus)

<figure><img src="https://files.helpdocs.io/p92xn84cjv/articles/wlzohm6s5y/1717745910434/image.png" alt=""><figcaption></figcaption></figure>

1. 사용 중인 모바일 앱을 선택해 주세요.
2. 저장 버튼을 클릭하여 정보를 저장해 주세요.

<br>

### **기타(직접 입력) 사용 시**

* 제시된 앱 이외의 앱이나, 자체 개발 앱 사용 시 기타(직접 입력) 선택 후 자체 앱 유저 에이전트를 확인하여 입력합니다.
* 참고 사항
  * Android와 iOS 공통된 단어 포함할 때의 조건으로 기재합니다.
  * Android와 iOS 값이 다른 경우 콤마(,)로 구분하여 설정합니다.
* 예시 : 앱 유저 에이전트
  * `device_app_os=android;`
  * `device_app_os=iOS;`

**기타(직접 입력) 선택 후 device\_app\_os 입력**

<figure><img src="https://files.helpdocs.io/p92xn84cjv/articles/wlzohm6s5y/1717746020096/image.png" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
설정에 어려움이 있을 경우 <groobee_sales@plateer.com> 으로 문의해 주세요.
{% 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/old-admin/settings/mobileapp.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.
