# 퍼널 빌더에서 버튼에 커스텀 값 추가하기

퍼널 빌더에서 버튼 요소에 커스텀 값을 추가하는 방법을 안내해드립니다. 이 기능을 사용하면 방문자가 버튼을 클릭할 때 추가 정보를 함께 전달할 수 있어요.

## 버튼에 커스텀 값 추가 방법

1. 퍼널 페이지 편집 화면에서 원하는 버튼 요소를 선택하세요.
2. 버튼 설정 패널에서 **Custom Values(커스텀 값)** 섹션을 찾으세요.
3. **+ Add Custom Value(커스텀 값 추가)** 버튼을 클릭하세요.
4. 다음 정보를 입력하세요:
   * **Key(키)**: 데이터를 식별할 이름 (예: 'product\_type', 'campaign\_source')
   * **Value(값)**: 전달할 실제 데이터 (예: 'premium\_plan', 'facebook\_ad')
5. \*\*Save(저장)\*\*를 클릭하여 설정을 저장하세요.

## 커스텀 값 활용 방법

추가한 커스텀 값은 다음과 같이 활용할 수 있어요:

* **워크플로우 트리거**: 특정 버튼 클릭 시 조건에 따라 다른 자동화 실행
* **연락처 정보**: 고객이 어떤 버튼을 클릭했는지 연락처 기록에 저장
* **분석 및 추적**: 버튼별 클릭 성과를 세분화하여 측정

## 주의사항

* 커스텀 값은 영문과 숫자, 언더스코어(\_)만 사용하는 것을 권장해요.
* 공백 대신 언더스코어를 사용하세요 (예: 'button\_type' ⭕, 'button type' ❌).
* 하나의 버튼에 여러 개의 커스텀 값을 추가할 수 있어요.

이 기능을 활용하면 방문자의 행동을 더 정확하게 추적하고 맞춤형 마케팅을 구현할 수 있습니다.

***

*원문 최종 수정: 2021년 7월 8일* *Hyperclass 사용 가이드 — hyperclass.ai*


---

# 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://hyperclass.gitbook.io/hyperclass-docs/and-sites/xml-sitemaps/add-custom-values-to-buttons-in-funnel-builder.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.
