# 사용자 행동 데이터 수집하기

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

검색 이후 발생하는 사용자의 다양한 행동(클릭, 장바구니, 구매 등)을 genser로 전송하는 절차를 안내합니다. 수집된 데이터는 AI 모델의 고도화 학습에 사용되며, CVR(전환율) 및 CTR(클릭률) 등 주요 서비스 성과를 측정하고 평가하는 데 활용됩니다.

{% hint style="info" %}
**왜 행동 데이터를 연동해야 하나요?**

genser의 AI는 사용자가 어떤 상품을 클릭하고 구매했는지 학습하여, **검색 결과의 정확도를 높이고 개인화된 상품을 추천**합니다. 특히 **'구매 완료'** 데이터는 AI 학습에 가장 큰 가중치를 가지므로 반드시 연동되어야 합니다.
{% endhint %}

#### **✅ 수집 대상 이벤트 체크리스트**

개발 연동 전, 아래 표를 참고하여 우리 사이트에서 수집할 이벤트를 정의해 주세요.

<table><thead><tr><th width="82.65234375" data-type="checkbox">체크</th><th width="170.31640625">이벤트 명</th><th width="354.59765625">사용자 행동 시점 (Trigger)</th><th>문서 내 바로가기</th><th data-hidden>비고</th></tr></thead><tbody><tr><td>false</td><td>구매 완료</td><td>결제 완료 페이지 로딩 시</td><td><a href="https://docs.genser.ai/integration/action-data/action-data-integration#purchase">바로가기</a></td><td>최우선 필수 연동</td></tr><tr><td>false</td><td>결제 시작</td><td>주문서 작성 페이지 진입 시</td><td><a href="https://docs.genser.ai/integration/action-data/action-data-integration#purchase">바로가기</a></td><td></td></tr><tr><td>false</td><td>결제 취소</td><td>주문 취소 또는 환불 완료 시</td><td><a href="https://docs.genser.ai/integration/action-data/action-data-integration#purchase">바로가기</a></td><td></td></tr><tr><td>false</td><td>장바구니 담기</td><td>'장바구니 담기' 버튼 클릭 시</td><td><a href="https://docs.genser.ai/integration/action-data/action-data-integration#cart">바로가기</a></td><td></td></tr><tr><td>false</td><td>장바구니 제거</td><td>장바구니 페이지에서 상품 삭제 시</td><td><a href="https://docs.genser.ai/integration/action-data/action-data-integration#cart">바로가기</a></td><td></td></tr><tr><td>false</td><td>상품 클릭</td><td>검색 결과 리스트에서 상품 클릭 시</td><td><a href="https://docs.genser.ai/integration/action-data/action-data-integration#product">바로가기</a></td><td></td></tr><tr><td>false</td><td>위시리스트 추가</td><td>'찜하기(하트)' 버튼 클릭 시</td><td><a href="https://docs.genser.ai/integration/action-data/action-data-integration#wishlist">바로가기</a></td><td></td></tr><tr><td>false</td><td>검색어 제출</td><td>검색창에서 검색 실행 시</td><td><a href="https://docs.genser.ai/integration/action-data/action-data-integration#search">바로가기</a></td><td></td></tr></tbody></table>


---

# 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.genser.ai/integration/action-data.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.
