> For the complete documentation index, see [llms.txt](https://developers.fingerpush.com/segment/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.fingerpush.com/segment/segment.md).

# 핑거푸시 SEGMENT

핑거푸시 SEGMENT 서비스는 기업의 고객 데이터를 수집, 분석, 정제하여 기업이 개인화 된 커뮤니케이션을 시작할 수 있도록 지원합니다.

쉽고 간편한 고객 세분화 기술로 고객 경험을 개선하고 정교한 자동화 메시지로 고객의 참여를 강화해 보세요.

***

## 1. 서비스 신청

&#x20;[고객센터  Q\&A](https://www.fingerpush.com/support/qna_front.jsp)로 신청하시면 관리자의 승인 후 이용하실 수 있습니다.

{% hint style="warning" %}
앱 푸시 SDK가 적용되어 있고, 앱 푸시 서비스를 이용 중인 앱만 세그먼트 이용이 가능합니다.
{% endhint %}

***

## 2. 이용절차

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

* [x] App에 세그먼트 SDK 설치
* [x] 앱스토어 배포
* [x] 웹서버 작업: Web–사용자 데이터(json) 전송 스크립트 호출
* [x] 데이터 수집: 고객 데이터를 수집, 분석하여 저장

***

## 3. 데이터 보관

* 세그먼트에 연동된 <mark style="color:blue;">데이터의 보관 기간은 12개월</mark>이며 해당 기간은 조정될 수 있습니다.
* 사용자에게 제공되는 <mark style="color:blue;">통계 및 메시지 발송은 최근 6개월 간의 데이터</mark>를 활용하여 제공됩니다.


---

# 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, and the optional `goal` query parameter:

```
GET https://developers.fingerpush.com/segment/segment.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
