> For the complete documentation index, see [llms.txt](https://tvingads.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://tvingads.gitbook.io/guide/solution/video/interest.md).

# 관심사 타겟팅

{% hint style="info" icon="people-group" %}

## **관심사 타겟팅**

* 관심사 타겟팅은 '티빙 유저의 시청 활동을 바탕으로 유저의 관심사를 추정하여, 브랜드와 어울리는 관심사 세그먼트를 활용'하는 타겟팅입니다.
* <mark style="color:$warning;">**해당 타겟팅 적용 시, TVING 플랫폼에만 광고가 노출됩니다. (Wavve 노출 X)**</mark>
* **현재까지 구성되어 있는 세그먼트는 3가지**이며, 추후 세그먼트는 보다 세분화될 예정입니다.
  {% endhint %}

<table><thead><tr><th width="203">세그먼트명</th><th>정의</th><th>세그먼트 구성 내용</th></tr></thead><tbody><tr><td><strong>👔오피니언리더</strong></td><td>시사/정치, 경제, 교양, 문학 등 지식 콘텐츠에 관심이 많은 전문성 깊은 유저</td><td>최근 7일 이내 &#x3C;뉴스>, &#x3C;다큐멘터리>, 콘텐츠를 시청한 유저</td></tr><tr><td><strong>💄뷰티/패션 고관여 유저</strong></td><td>스타일리쉬하고 최신 뷰티 트렌드에 관심이 많은 유저</td><td>최근 7일 이내 &#x3C;로맨스 드라마>, &#x3C;연애 리얼리티 프로그램>, &#x3C;음악 서바이벌>, &#x3C;아이돌 관련 예능 프로그램> 시청자</td></tr><tr><td><strong>🎮게임&#x26;서브컬쳐 매니아</strong></td><td>스포츠, 게임, 버라이어티, 학원/성장물 등 남성향 콘텐츠 관심이 있고 서브컬쳐에 친숙한 유저</td><td>최근 7일 이내 스포츠 콘텐츠 시청자(KBO, UFC, 테니스 등), 애니메이션 시청자(Kids 제외), 서바이벌 예능 시청자</td></tr></tbody></table>

<table data-first-column-sticky><thead><tr><th width="121">구분</th><th>내용</th></tr></thead><tbody><tr><td><strong>노출 플랫폼</strong></td><td><ul><li>TVING Only</li></ul></td></tr><tr><td><strong>광고 형식</strong></td><td><ul><li>동영상</li></ul></td></tr><tr><td><strong>운영 방식</strong></td><td><ul><li>최적 Fit한 고객을 찾는 베이직 인스트림의 타겟팅 옵션 중 하나로 + 5,000원 할증 부과</li></ul></td></tr><tr><td><strong>판매 가격</strong></td><td><ul><li>베이직 인스트림 상품에 + 5,000원 할증 부과</li><li>CPM 21,000원 (논스킵 15초 16,000 원 + 5,000원)</li><li>CPM 18,000 원 (스키퍼블 13,000 원 + 5,000원)</li></ul></td></tr><tr><td><strong>노출 지면</strong></td><td><ul><li>콘텐츠 유형 : LIVE, VOD</li><li>광고위치 : 대체광고(LIVE), 프리롤, 미드롤</li><li>디바이스 : MO/Tablet, PC, CTV</li></ul></td></tr></tbody></table>


---

# 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://tvingads.gitbook.io/guide/solution/video/interest.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.
