> For the complete documentation index, see [llms.txt](https://guide.prismlive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.prismlive.com/mobile/guides/streaming/youtube-streaming/managing-youtube-ad-monetization.md).

# Managing YouTube Ad Monetization

## Managing YouTube Ad Monetization

{% tabs %}
{% tab title="English" %}

### Control YouTube ads from PRISM

If your YouTube channel is in the **YouTube Partner Program**, you can manage ad monetization and mid-roll ads right inside PRISM — no need to open YouTube Studio. Changes are saved instantly.

> **Supported versions**: Android 5.3.0 · iOS 3.12.0 or later The **Monetization** menu appears only for YouTube broadcasts on channels eligible for the YouTube Partner Program.

### Opening monetization settings

1. Open the **broadcast info** panel for your YouTube stream.
2. Tap **Monetization** (below the category menu).
3. The **Monetization settings** screen opens.

### Turning on monetization

* Turn on **Monetize with ads** to let pre-roll and display ads run automatically.
* When it is off, the mid-roll ad options below are hidden.

### Choosing a mid-roll ad mode

Under **Mid-roll ads**, pick a **Mode**:

* **Automatic (recommended)** — YouTube decides when to show ads. Choose a **frequency**:
  * **Low** — fewer ads, better viewing experience, lower revenue potential.
  * **Medium** — a balance of viewing experience and revenue (default).
  * **High** — more ads, highest revenue potential.
* **Scheduled** — ads run at a set **interval** (6 / 12 / 18 / 24 / 30 minutes). You can also enable *Show at different times per viewer* to maximize revenue.
* **Manual** — no automatic ads; you insert them yourself during the live stream.

### Inserting and delaying ads during your live

When monetization is on, extra buttons appear in the live view:

* **Insert Ad** — plays an ad break immediately.
* **Delay Ads** *(Automatic / Scheduled modes only)* — postpones the next ad break. A countdown with a **Resume Ads** button appears; tap **Resume Ads** to run the ad right away, or tap **Delay Ads** again to extend the delay.

### Kids content

If your broadcast is set as **made for kids**, a notice is shown and personalized ads are not available, per YouTube policy.

### Good to know

* If your channel is found to be **not in the YouTube Partner Program**, a notice appears and the monetization options are hidden.
* Monetization settings are saved automatically and kept for your next broadcast.
  {% endtab %}

{% tab title="Korean" %}

### PRISM에서 YouTube 광고를 제어하세요

YouTube 채널이 **YouTube 파트너 프로그램**에 가입되어 있다면, YouTube 스튜디오에 따로 접속하지 않고도 PRISM 안에서 광고 수익 창출과 중간 광고를 관리할 수 있습니다. 변경 사항은 즉시 저장됩니다.

> **지원 버전**: Android 5.3.0 · iOS 3.12.0 이상 **수익 창출** 메뉴는 YouTube 파트너 프로그램 자격이 있는 채널의 YouTube 방송에서만 표시됩니다.

### 수익 창출 설정 열기

1. YouTube 방송의 **방송 정보** 창을 엽니다.
2. **수익 창출**을 탭합니다(카테고리 메뉴 아래).
3. **수익 창출 설정** 화면이 열립니다.

### 수익 창출 켜기

* **광고로 수익 창출**을 켜면 프리롤 및 디스플레이 광고가 자동으로 삽입됩니다.
* 끄면 아래의 중간 광고 옵션이 모두 숨겨집니다.

### 중간 광고 모드 선택하기

**중간 광고**에서 **모드**를 선택합니다:

* **자동 (권장)** — YouTube가 광고 시점을 결정합니다. **빈도**를 선택하세요:
  * **낮음** — 광고가 적어 시청 경험이 좋지만 수익 잠재력은 낮습니다.
  * **보통** — 시청 경험과 수익의 균형을 맞춘 설정입니다(기본값).
  * **높음** — 광고가 많아 수익 잠재력이 가장 높습니다.
* **예약** — 정해진 **간격**(6 / 12 / 18 / 24 / 30분마다)으로 광고가 노출됩니다. *시청자별로 다른 시점에 광고 게재* 옵션을 켜면 수익을 극대화할 수 있습니다.
* **수동** — 자동 광고 없이, 방송 중에 직접 광고를 삽입합니다.

### 방송 중 광고 삽입·지연하기

수익 창출이 켜져 있으면 라이브 화면에 버튼이 추가로 표시됩니다:

* **광고 삽입** — 즉시 광고를 재생합니다.
* **광고 지연** *(자동 / 예약 모드에서만)* — 다음 광고를 미룹니다. 카운트다운과 **광고 재개** 버튼이 표시되며, **광고 재개**를 탭하면 바로 광고가 나가고, **광고 지연**을 다시 탭하면 지연 시간이 연장됩니다.

### 아동용 방송

방송이 **아동용**으로 설정된 경우, YouTube 정책에 따라 안내가 표시되며 개인 맞춤 광고를 사용할 수 없습니다.

### 알아두면 좋아요

* 채널이 **YouTube 파트너 프로그램 미가입**으로 확인되면 안내가 표시되고 수익 창출 옵션이 숨겨집니다.
* 수익 창출 설정은 자동으로 저장되며 다음 방송에도 유지됩니다.
  {% endtab %}
  {% endtabs %}


---

# 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://guide.prismlive.com/mobile/guides/streaming/youtube-streaming/managing-youtube-ad-monetization.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.
