> For the complete documentation index, see [llms.txt](https://docs.hackle.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hackle.io/ab-test/url-test.md).

# URL 테스트

### URL 테스트란 ?

URL 테스트는 A/B 테스트와 동일하게, 가설 검증을 목적으로 여러 변형을 테스트하기 위한 기능입니다.\
대조군과 비교군에 해당하는 URL 을 입력하여, 어떤 변형이 지표에 어떤 영향을 끼치는 지 확인할 수 있습니다.

![](https://2738466581-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLHRZjjknm5KdNgPtDsbl%2Fuploads%2Fgit-blob-92552083085c47a5ffd52a2b2797925778e99a24%2F1df1030-Split-URL-img_71b7c68ba60abbcc.png?alt=media)

###

### 이런 분들께 추천드려요

* 랜딩 페이지 구성 및 컨텐츠를 자주 변경하며 빠르게 최적화 하고 싶으신 분
* 개발 서포트 부족으로 A/B 테스트를 원하는 만큼 자주 진행하기 어려운 분
* 구글 옵티마이즈 종료 후 대체할 A/B 테스트 솔루션을 찾고 계셨던 분

👉 [URL 테스트 성공 사례 보러가기](https://blog.hackle.io/post/url-test-success-case1?utm_source=guide)

### URL 테스트는 어떻게 작동하나요?

실험의 대상이 되는 기존 버전 (Group A), 변경안이 적용된 변경 버전 (Group B,C,D...) 이 있다고 가정해보겠습니다.

이 Group A 로 유입되는 경우에 Group A, B, C, D.. 로 랜덤하게 리다이렉트 되어서 각 URL 에 1/N의 확률로 변경안을 노출하는 방식으로 진행됩니다.

* Group A :\[ [www.example.com/product/10](http://www.example.com/product/10)] - 25% 분배
* Group B :\[ [www.example.com/product/11](http://www.example.com/product/11)] - 25% 분배
* Group C :\[ [www.example.com/product/12](http://www.example.com/product/12)] - 25% 분배
* Group D :\[ [www.example.com/product/13](http://www.example.com/product/13)] - 25% 분배


---

# 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://docs.hackle.io/ab-test/url-test.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.
