> 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/undefined.md).

# 테스트 코드

애드팝콘 SSP 연동 시, 아래의 AppKey와 Placement ID를 사용하여 테스트 광고를 받아 보실 수 있습니다.

{% hint style="danger" %}
단, 실제 연동 시에는 매체에게 발급된 <mark style="color:red;">`AppKey`</mark>, <mark style="color:red;">`Placement ID`</mark>를 사용하여야 합니다.

AppKey와 Placement ID는 [애드팝콘 SSP 콘솔 페이지](https://www.console.adpopcorn.com/)에서 발급 받으실 수 있습니다.
{% endhint %}

## Android 테스트 코드

| AppKey    | Placement ID     | 광고 형식              |
| --------- | ---------------- | ------------------ |
| 663451319 | BANNER\_320x50   | Banner 320x50      |
|           | BANNER\_320x100  | Banner 320x100     |
|           | BANNER\_300x250  | Banner 300x250     |
|           | INTERSTITIAL     | Interstitial       |
|           | REWARD\_VIDEO    | Rewarded Video     |
|           | VIDEO            | Interstitial Video |
|           | NATIVE           | Native Ad          |
|           | NATIVE\_TEMPLATE | Native Template Ad |
|           | VIDEO\_MIX\_AD   | Video mix Ad       |

## iOS 테스트 코드

| AppKey    | Placement ID          | 광고 형식              |
| --------- | --------------------- | ------------------ |
| 397261446 | iOS\_BANNER\_320x50   | Banner 320x50      |
|           | iOS\_BANNER\_320x100  | Banner 320x100     |
|           | iOS\_BANNER\_300x250  | Banner 300x250     |
|           | iOS\_INTERSTITIAL     | Interstitial       |
|           | iOS\_REWARD\_VIDEO    | Rewarded Video     |
|           | iOS\_VIDEO            | Interstitial Video |
|           | iOS\_NATIVE           | Native Ad          |
|           | iOS\_NATIVE\_TEMPLATE | Native Template Ad |
|           | iOS\_VIDEO\_MIX\_AD   | Video mix Ad       |
