> For the complete documentation index, see [llms.txt](https://docs.targetpick.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.targetpick.io/targetpick_eng/android-sdk.md).

# Android SDK

- [기본 설정(미디에이션 미포함)](https://docs.targetpick.io/targetpick_eng/android-sdk/setting_non-mediation.md): Android SDK 기본 설정을 위한 가이드 입니다.
- [기본 설정](https://docs.targetpick.io/targetpick_eng/android-sdk/setting_mediation.md): Android SDK 기본 설정을 위한 가이드 입니다.
- [띠 배너](https://docs.targetpick.io/targetpick_eng/android-sdk/banner.md): Bar 형태의 일반적인 띠 배너 광고 적용을 위한 가이드 입니다. 사이즈는 종류에 따라 다를 수 있습니다.
- [전면 배너(전체 화면)](https://docs.targetpick.io/targetpick_eng/android-sdk/ints.md): 전체 화면 전면 배너 적용을 위한 가이드 입니다.
- [전면 배너(팝업)](https://docs.targetpick.io/targetpick_eng/android-sdk/ints_pop.md): 팝업 전면 배너 적용을 위한 가이드 입니다.
- [동영상](https://docs.targetpick.io/targetpick_eng/android-sdk/video.md): Targetpick Video 광고 적용을 위한 가이드 입니다.
- [스플래시](https://docs.targetpick.io/targetpick_eng/android-sdk/splash.md): 스플래시 화면에 광고 적용을 하기 위한 가이드 입니다.
- [미디에이션](https://docs.targetpick.io/targetpick_eng/android-sdk/mediation.md): CJ 메조미디어에서 지원하고 있는 SDK 미디에이션에 대한 가이드입니다.
- [1. Kakao AdFit](https://docs.targetpick.io/targetpick_eng/android-sdk/mediation/kakao_adfit.md): CJ 메조미디어 지원 미디에이션 플랫폼 중 Kakao AdFit 에 대한 상세 가이드 입니다.


---

# 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://docs.targetpick.io/targetpick_eng/android-sdk.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.
