# 카페24 scroll 이벤트 조정

{% hint style="info" %}
이번 가이드에서는 카페24 쇼핑몰 연동을 진행한 워크스페이스 대상으로 작성되었습니다.

카페24 연동에 대한 문서는 [여기](/cafe-24/integration.md)를 참고해주세요.
{% endhint %}

## 이벤트 발생 빈도 조절

이번 섹션에서는 핵클에서 자동으로 수집하고 있는 `scroll_home` 이벤트의 발생 빈도를 조절해보고자 합니다.

{% hint style="info" %}
이미 핵클 워크스페이스와 카페24 연동이 완료되었음을 가정합니다.
{% endhint %}

{% stepper %}
{% step %}
**이벤트 확인**

핵클 대시보드의 [이벤트 관리 페이지](https://dashboard.hackle.io/event-management)로 이동합니다.

쇼핑몰 홈에서 발생하는 스크롤 이벤트를 찾아보겠습니다.

**아래와 같이`scroll` 을 검색해주세요.**

![](/files/5ZuyhQaNHYe71rLDFWMA)
{% endstep %}

{% step %}
**이벤트 상세 페이지 이동**

`scroll_home` 이벤트의 상세 페이지로 이동하면 아래와 같은 화면을 볼 수 있습니다.

![](/files/WXDOyaeM8lU6bBdNrrNG)

**수집 제한 설정** 의 설정하기 버튼을 클릭해주세요.
{% endstep %}

{% step %}
**이벤트 속성 필터 설정**

아래 화면에서 설정하기를 클릭해주세요.

![](/files/Ddn3MAJO1e6RTQ4trfpm)

핵클에서는 스크롤을 얼마나 했는 지에 대한 속성 값으로 `depth` 를 사용하고 있습니다.

아래 화면은 특정 `depth` 값을 속성으로 전달하는 이벤트를 수집하지 않겠다라는 설정 화면입니다.

![5단위 depth를 수집하지 않는 설정](/files/RVpZXK5eKorbkc9YNf2G)
{% endstep %}
{% endstepper %}

{% hint style="info" %}
**위의 가이드를 토대로 수집을 원하지 않는 속성 값을 필터링하여 원하는 데이터를 확인해보시길 바랍니다.**
{% 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.hackle.io/cafe-24/events/cafe24-event-management.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.
