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

# 리워드 광고 알아보기

리워드 광고는 메시지·퀴즈·라이브·숏폼·버튼·미션 등 다양한 방식으로 사용자에게 알리거나 참여를 유도하는 광고예요. 원하는 방식과 유도하려는 행동에 맞춰 상품을 선택해요. 리워드 제공 여부와 참여 방식은 상품마다 달라요.

<figure><img src="/files/TjhzcoYsrfBS2KmYpZgM" alt="메시지·참여·콘텐츠·미션 방식에서 리워드 광고 상품 8종으로 이어지는 구조"><figcaption></figcaption></figure>

## 원하는 방식에 따라 상품 고르기

### 메시지로 알리기

설정한 대상에게 메시지를 보내거나 라이브 방송 시작과 특정 결제 발생 시점에 맞춰 알림을 보내려면 머니알림을 선택해요. 일반형, 라이브형, 키워드형 가운데 목적에 맞는 유형을 고를 수 있어요.

{% content-ref url="/pages/5bAdWQ1vJPYFTrNBeGrT" %}
[머니알림](/guide/reward/money-notifications.md)
{% endcontent-ref %}

### 퀴즈와 투표로 참여시키기

사용자가 퀴즈에 참여한 뒤 광고주 페이지로 이동하게 하려면 행운퀴즈를 선택해요.

{% content-ref url="/pages/zhHQXxot7UMsRseWDtTJ" %}
[행운퀴즈](/guide/reward/luckyquiz.md)
{% endcontent-ref %}

여러 상품을 함께 보여주고 사용자가 질문에 맞춰 상품에 투표하게 하려면 두근두근 1등 찍기를 선택해요.

{% content-ref url="/pages/1YcSAgq4PgDckpSffkNC" %}
[두근두근 1등 찍기](/guide/reward/catalog_vote.md)
{% endcontent-ref %}

### 라이브와 영상으로 보여주기

토스 앱에서 라이브 방송을 소개하고 방송으로 연결하려면 라이브 마켓을 선택해요.

{% content-ref url="/pages/5nRJYML9MIHacPlbtvoA" %}
[라이브 마켓](/guide/reward/liveshopping.md)
{% endcontent-ref %}

정해진 시간에 숏폼 영상을 노출하려면 숏폼을 선택해요.

{% content-ref url="/pages/tIIZ7iiZNMorLOlzMLLa" %}
[숏폼](/guide/reward/shortform.md)
{% endcontent-ref %}

### 버튼과 미션으로 행동 유도하기

사용자가 버튼이나 상품 이미지를 누르고 광고주가 지정한 페이지로 이동하게 하려면 버튼 누르기를 선택해요.

{% content-ref url="/pages/5pjkHWc2h7dVqPTqRV6l" %}
[버튼 누르기](/guide/reward/buttonpress.md)
{% endcontent-ref %}

회원가입, 앱 실행, 소셜 미디어 팔로우처럼 한 번 또는 여러 단계로 구성된 미션을 운영하려면 오늘의 포인트 미션을 선택해요.

{% content-ref url="/pages/u8j5N64dH6iuHhBSlZSp" %}
[오늘의 포인트 미션](/guide/reward/weeklymission.md)
{% endcontent-ref %}

사용자가 7일 동안 쇼핑몰이나 상품 페이지에 반복해서 방문하는 미션을 운영하려면 일주일 방문 미션을 선택해요.

{% content-ref url="/pages/E1mIF8goesJT61HhLHpe" %}
[일주일 방문 미션(협력광고)](/guide/reward/visitmission-collabo.md)
{% endcontent-ref %}

각 상품 문서에서 현재 제공되는 집행 방법과 조건을 확인할 수 있어요.


---

# 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://toss-ads.gitbook.io/guide/reward/reward-ads.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.
