# 테스트 코드

애드팝콘 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       |


---

# Agent Instructions: 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:

```
GET https://adpopcornssp.gitbook.io/ssp-sdk/undefined-2/undefined.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
