> 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-1/max-beta.md).

# MAX 미디에이션(Beta)

- [MAX 미디에이션(Beta, Android)](https://adpopcornssp.gitbook.io/ssp-sdk/undefined-1/max-beta/max-beta-android.md)
- [MAX 미디에이션(Beta, iOS)](https://adpopcornssp.gitbook.io/ssp-sdk/undefined-1/max-beta/max-beta-ios.md)
- [iOS 3.x.x](https://adpopcornssp.gitbook.io/ssp-sdk/undefined-1/max-beta/max-beta-ios/ios-3.x.x.md)
- [iOS 2.x.x (구버전)](https://adpopcornssp.gitbook.io/ssp-sdk/undefined-1/max-beta/max-beta-ios/ios-2.x.x.md)
- [MAX 미디에이션(Beta, Unity AOS)](https://adpopcornssp.gitbook.io/ssp-sdk/undefined-1/max-beta/max-beta-unity-aos.md)
- [MAX 미디에이션(Beta, Unity iOS)](https://adpopcornssp.gitbook.io/ssp-sdk/undefined-1/max-beta/max-beta-unity-ios.md)
- [Unity Plugin 2.x.x](https://adpopcornssp.gitbook.io/ssp-sdk/undefined-1/max-beta/max-beta-unity-ios/unity-plugin-2.x.x.md): 미디에이션은 디스플레이 광고 지면에 타 광고 네트워크의 광고를 라이브 할 수 있는 기능을 의미하며, 내부/자체 광고의 운영 및 여러 국내/해외의 외부 광고를 노출 시킬 수 있어 수익 극대화에 효과적입니다
- [Unity Plugin 1.x.x (구버전)](https://adpopcornssp.gitbook.io/ssp-sdk/undefined-1/max-beta/max-beta-unity-ios/unity-plugin-1.x.x.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-1/max-beta.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.
