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

# 프로모션 등록하기

- [보상형 게임](https://bleepy.gitbook.io/bleepy-guide/promotion/game.md): 보상형 게임은 유저 참여를 즐거움과 보상으로 연결하여, 단순한 이벤트 참여를 넘어 브랜드에 대한 긍정적 경험과 지속적인 재방문을 유도할 수 있는 마케팅 애플리케이션입니다. 매일 미션, 친구초대 미션 등 게임 요소를 손쉽게 설정할 수 있으며, 유저는 게임에 참여하면서 자연스럽게 브랜드와 상호작용하게 됩니다.
- [기프트/리워드](https://bleepy.gitbook.io/bleepy-guide/promotion/game/gift-reward.md): 기프트와 리워드는 게임 진행하며 유저가 특정 조건 달성 시 지급할 수 있는 보상입니다. 이를 통해 유저의 진입률을 높히고 지속적으로 참여할 수 있게 도와줍니다.
- [미션](https://bleepy.gitbook.io/bleepy-guide/promotion/game/mission.md): 미션 설정을 설정하면 게임을 더욱 다양하게 활용할 수 있습니다.
- [플로팅 배너(광고)](https://bleepy.gitbook.io/bleepy-guide/promotion/game/floationg-banner.md): 이미지 및 연결 링크 등록을 통해 게임을 이용하는 유저들을 타깃으로 광고를 진행할 수 있는 배너입니다.
- [PUSH 알림](https://bleepy.gitbook.io/bleepy-guide/promotion/game/push.md): 클라이언트가 직접 PUSH 알림 전송을 위해 활용할 수 있는 유저 데이터를 제공합니다. 또한 블리피에서 제공하는 상황에  대해 PUSH 메시지 자동 발송을 설정할 수 있습니다.
- [설문](https://bleepy.gitbook.io/bleepy-guide/promotion/survey.md): 간단한 인터페이스를 통해 누구나 쉽게 설문 제작하고 배포할 수 있습니다. 또한 어떤 서비스든 원하는 형태로 등록할 수 있습니다. bleepy의 설문 서비스는 설문에 참여한 고객에게는 보상을 지급하도록 설정할 수 있습니다. 그리고 로그인이 완료된 회원만 응답할 수 있기 때문에 신뢰할 수 있는 데이터 수집이 가능합니다.
- [데일리퀴즈](https://bleepy.gitbook.io/bleepy-guide/promotion/dailyquiz.md): 유저가 매일 방문할 수 있도록 퀴즈를 설정할 수 있습니다. bleepy의 데일리퀴즈는 10일 동안 매일 새로운 퀴즈를 제공하여 유저의 지속적인 방문을 유도하는 마케팅 애플리케이션입니다. 원하는 주제로 직접 퀴즈를 등록할 수 있으며, 참여자에게 포인트나 쿠폰 등의 보상을 제공하여 참여율을 극대화할 수 있습니다.
- [즉석복권](https://bleepy.gitbook.io/bleepy-guide/promotion/lottery.md): 유저가 매일 방문할 수 있도록 복권을 설정할 수 있습니다.  bleepy의 즉석복권은 유저에게 하루 두 번의 당첨 기회를 제공하는 리텐션 특화 마케팅 애플리케이션입니다. 별도의 기간 제한 없이 지속적으로 운영되며, 오전과 오후 한 번씩, 유저는 스크래치 복권을 열어 즉시 당첨 여부를 확인합니다.
- [미션 챌린지](https://bleepy.gitbook.io/bleepy-guide/promotion/missionchallenge.md): 미션 챌린지는 다양한 미션을 수행하며 보상을 받는 미션형 마케팅 애플리케이션입니다.  페이지 방문, 장바구니 담기, 상품 구매, 스크롤 등 일상적인 행동들을 미션으로 구성하여 유저의 자발적 참여를 유도할 수 있습니다. 다양한 미션을 설정하고 유저의 활발한 서비스 이용을 경험해보세요.


---

# 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://bleepy.gitbook.io/bleepy-guide/promotion.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.
