# 원격 구성을 활용한 A/B 테스트

홈 화면에서 노출되는 쿠폰 정보를 관리하는 원격 구성이 있다고 가정합니다. 쿠폰의 할인율은 20%, 쿠폰 다운로드를 받기 위한 CTA 버튼의 메시지는 "지금 할인 혜택받기" 입니다.

![](/files/egqwCJwVoCPq8IMi2Ks9)

원격 구성을 활용하여 쿠폰의 할인율, CTA 버튼 메시지를 배포 없이 변경할 수 있습니다. 예를 들어, VIP 회원을 대상으로 별도의 쿠폰을 제공하기 위해 타겟팅을 활용하여 아래와 같이 설정할 수 있습니다.

![](/files/cQs7Ct7xl4DXbF0C0viy)

그리고 일반 회원에게 노출되는 쿠폰 할인율과 CTA 버튼 메시지 자체를 변경할 수 있습니다.

![](/files/qgMqNoLcLcZ5ttEuOHdT)

다만, 기존 CTA 문구를 노출할 때에 대비하여 효율적인 쿠폰 다운로드 버튼 클릭율(CTR)이 높은 메시지인지 확인하기 위해 CTA 문구에 대한 A/B 테스트를 진행할 수 있습니다.

'CTA 문구에 대한 A/B 테스트' 를 생성하고 아래 이미지와 같이 A/B 테스트를 타겟팅 조건으로 설정하여 그룹 B의 유저들은 새로운 CTA 문구를 볼 수 있도록 설정합니다.

![](/files/DIFXWVoyY6IlVWx57Q2c)

이후, A/B 테스트 페이지로 이동하여 테스트를 시작하고 그룹별 클릭율 지표 추이를 비교할 수 있습니다. 원격 구성 화면에서 A/B 테스트 타겟팅 조건이 설정된 영역의 우측에 A/B 테스트 상세페이지로 이동할 수 있는 버튼이 있습니다.

![](/files/TMg2WSnR5N0p2CVyo1xL)


---

# 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/remote-configs/remote-config-with-abtest.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.
