> For the complete documentation index, see [llms.txt](https://adpopcornssp.gitbook.io/ssp-sdk/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/ssp-sdk/undefined-2/extra-guide/undefined-1.md).

# 원스토어 연동가이드

- [애드팝콘 SSP SDK for Onestore](https://adpopcornssp.gitbook.io/ssp-sdk/undefined-2/extra-guide/undefined-1/ssp-sdk-for-onestore.md): 이 가이드는 애드팝콘 SSP Android SDK에서 원스토어 전용으로 사용되는 광고 타입 연동을 위한 가이드 문서입니다.
- [원스토어 Ads 래핑 가이드(내부용)](https://adpopcornssp.gitbook.io/ssp-sdk/undefined-2/extra-guide/undefined-1/ads.md): 본 가이드는 원스토어 측의 래핑을 위한 SDK 버전 연동 가이드입니다.
- [배너 광고](https://adpopcornssp.gitbook.io/ssp-sdk/undefined-2/extra-guide/undefined-1/ads/undefined.md): 배너는 SSP의 가장 일반적인 광고 형태로 앱의 하단이나 상단에 노출되는 띠 형태의 광고입니다.
- [전면 광고](https://adpopcornssp.gitbook.io/ssp-sdk/undefined-2/extra-guide/undefined-1/ads/undefined-1.md): 전면광고는 화면 전체를 덮는 형태의 광고입니다. 다음을 참고하여 전면광고를 연동합니다.
- [전면 비디오 광고](https://adpopcornssp.gitbook.io/ssp-sdk/undefined-2/extra-guide/undefined-1/ads/undefined-2.md): 전면 비디오 광고 연동 가이드 입니다.
- [리워드 비디오 광고](https://adpopcornssp.gitbook.io/ssp-sdk/undefined-2/extra-guide/undefined-1/ads/undefined-3.md): 리워드를 제공하는 비디오 광고 입니다.  비디오 광고 종료 시 , complete event callback 으로 광고 참여 완료 정보를 전달 합니다.
- [네이티브 광고](https://adpopcornssp.gitbook.io/ssp-sdk/undefined-2/extra-guide/undefined-1/ads/undefined-4.md): 네이티브 형태의 광고를 제공 합니다.
- [SSP 미디에이션](https://adpopcornssp.gitbook.io/ssp-sdk/undefined-2/extra-guide/undefined-1/ads/ssp.md)
- [에러 코드 및 외부 노출 함수](https://adpopcornssp.gitbook.io/ssp-sdk/undefined-2/extra-guide/undefined-1/ads/undefined-5.md)
- [테스트 지면 키](https://adpopcornssp.gitbook.io/ssp-sdk/undefined-2/extra-guide/undefined-1/ads/undefined-6.md)
- [AAR 라이브러리 목록](https://adpopcornssp.gitbook.io/ssp-sdk/undefined-2/extra-guide/undefined-1/ads/aar.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/ssp-sdk/undefined-2/extra-guide/undefined-1.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.
