> 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/crm-marketing/push-message-guide/recommended-templates/reenter.md).

# (x) 재방문 유도 캠페인

어떤 캠페인을 어떻게 설정해야할지 고민이라면 템플릿 문서를 참고해보세요.

타겟 및 목적별로 추천하는 캠페인 대상을 설정하기 위한 코호트와 각 메시지에 알맞은 전송 유형을 함께 제안합니다. 이벤트 키는 실제 워크스페이스에서 사용하는 것으로 변경하여 설정하시면 됩니다.

* 코호트를 만드는 방법에 대한 자세한 가이드는 👉 [코호트 생성하기](/cohort/create.md)
* 푸시 메시지 발송에 대한 자세한 가이드는 👉 [푸시 메시지 발송하기](/crm-marketing/push-message-guide/send.md)

***

## 구매 후기 작성 독려 캠페인

#### 대상 및 목적

구매 완료 후 후기를 작성하지 않은 고객이 리뷰를 남기도록 특정 기간 이후에 넛징

#### 내용

후기 작성 독려, 후기 작성 혜택 안내

#### 메시지 예시

![](/files/CNamxZjvtn5PBFDbYvun)

#### 코호트

* **코호트 설정 방법 예시** : 퍼널 유형 코호트
  * **필요 이벤트** : complete\_order (구매 완료), complete\_review (리뷰 작성 완료)

![](/files/dSBXOj24gm34xbdBVEn8)

#### 메시지 내용

* **개인화 메시지 예시** : 사용자 속성
  * **필요한 속성** : name (사용자 이름), product\_name (상품명)

![](/files/kiB88Z0wNl5CREtNoyh1)

#### 발송 설정

* **발송 유형** : 이벤트 기반
  * **필요한 이벤트** : complete\_order (구매완료)
  * **대기 시간** : 이벤트 발생시 7일 후 발송

## 기간


---

# 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/crm-marketing/push-message-guide/recommended-templates/reenter.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.
