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

# 나에게 맞는 가이드 선택

오퍼월 연동을 시작하기 전에, 나에게 맞는 가이드를 먼저 확인해 보세요.

***

### 매체사인가요, 광고주인가요? <a href="#publishe-or-a-dvertiser" id="publishe-or-a-dvertiser"></a>

오퍼월은 매체사와 광고주가 각각 다른 방식으로 연동해요. 아래에서 본인에게 해당하는 항목을 선택해 주세요.

<table><thead><tr><th width="108">구분</th><th width="425">설명</th><th>바로가기</th></tr></thead><tbody><tr><td>매체사</td><td>오퍼월을 앱에 탑재하여 수익을 창출하려는 개발사·운영사</td><td><a href="#sdk-vs-s2s">매체사 연동 방식 선택</a></td></tr><tr><td>광고주</td><td>오퍼월에 광고 캠페인을 등록하려는 앱·서비스</td><td><a href="#undefined-3">광고주 연동 안내</a></td></tr></tbody></table>

***

### 매체사 연동 안내: SDK vs S2S

파트너스 계정을 먼저 만든 후([**\[매체 등록\]**](/offerwall/publisher/partners-page/publisher-registration.md) 참고), 아래 기준으로 연동 방식을 선택해 주세요.

#### 어떤 연동 방식이 맞을까요?

<table><thead><tr><th width="334">질문</th><th>답변</th><th>추천 방식</th></tr></thead><tbody><tr><td>앱(Android/iOS)을 운영 중인가요?</td><td>YES</td><td>SDK 연동</td></tr><tr><td>빠르게 연동하고 기본 UI를 쓰고 싶나요?</td><td>YES</td><td>SDK 연동</td></tr><tr><td>SDK를 직접 설치할 수 있나요?</td><td>NO</td><td>S2S 연동</td></tr><tr><td>웹 서비스 또는 서버 중심으로 운영하나요?</td><td>YES</td><td>S2S 연동</td></tr><tr><td>오퍼월 UI를 직접 만들고 싶나요?</td><td>YES</td><td>S2S 연동</td></tr></tbody></table>

***

#### SDK 연동이 적합한 경우

* Android / iOS 앱을 운영 중이에요.
* 가장 빠르게 오퍼월을 탑재하고 싶어요.
* 애드팝콘이 제공하는 기본 UI를 그대로 사용해도 괜찮아요.

→ [**\[Android 연동\]**](/offerwall/publisher/app-sdk/android.md) | [**\[iOS 연동\]**](/offerwall/publisher/app-sdk/ios.md) | [**\[React Native 연동\]**](/offerwall/publisher/app-sdk/react-native.md) | [**\[Flutter 연동\]**](/offerwall/publisher/app-sdk/flutter.md) | [**\[하이브리드 웹앱 연동\]**](/offerwall/publisher/app-sdk/hybrid.md) 가이드 참고

***

#### S2S 연동이 적합한 경우

* 오퍼월 UI를 앱 디자인에 맞게 직접 개발하고 싶어요.
* 서버에서 광고 목록을 받아 자체 화면에 노출하고 싶어요.
* SDK 설치 없이 서버 API만으로 연동하고 싶어요.

→ [**\[S2S (API) 연동 개요\]**](/offerwall/publisher/app-s2s/s2s-api.md) 가이드 참고

***

#### SDK vs S2S 비교 요약

<table><thead><tr><th width="187">항목</th><th>SDK 연동</th><th>S2S 연동</th></tr></thead><tbody><tr><td>연동 난이도</td><td>낮음</td><td>높음</td></tr><tr><td>UI 커스터마이징</td><td>제한적 (기본 UI 제공)</td><td>자유로움 (직접 구현)</td></tr><tr><td>서버 개발 필요 여부</td><td>콜백 서버만 필요</td><td>전체 API 연동 필요</td></tr><tr><td>권장 대상</td><td>빠른 연동을 원하는 매체사</td><td>UI 자체 개발이 필요한 매체사</td></tr></tbody></table>

> S2S는 서버 개발 리소스가 별도로 필요하기 때문에 처음 연동하는 경우라면 SDK 연동을 추천해요.

***

### 광고주 연동 안내 <a href="#a-dvertise-guide" id="a-dvertise-guide"></a>

광고주는 캠페인 유형에 따라 연동 방식이 달라요. 자세한 내용은 광고주 가이드를 확인해 주세요.

파트너스 계정이 필요한 경우 <reward@adpopcorn.com>으로 연락해 주세요.

→ [**\[광고주 가이드 바로가기\]**](/offerwall/advertiser/campaign.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://adpopcornssp.gitbook.io/offerwall/getting-started/select-guide.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.
