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

# ㅤ온사이트 캠페인 만들기 : 다이내믹 URL

다이내믹 URL은 특정 웹페이지(URL)에 도달한 타겟 고객을 별도 준비한 웹페이지로 유도(리다이렉션)합니다.

## 1단계 : 기본 설정

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

## 2단계: 메시지 설정&#x20;

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

## 3단계 : 옵션 설정

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


---

# 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.groobee.ai/new-admin/onsite/url.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.
