# 웹 CS 페이지 연동

웹 페이지에서 애드팝콘 SSP 리워드 비디오 CS 접수를 하기 위해서는 아래 가이드에 맞춰서 웹 CS 페이지를 연동해주셔야 합니다.

## URL

* <https://cs.adpopcorn.com/ssp/cs?app_key={appKey}&adid={adid}&idfa={idfa}&usn={usn}>

## Parameter

<table><thead><tr><th width="141">Parameter</th><th>설명</th><th>예시</th></tr></thead><tbody><tr><td>appKey</td><td>앱 키</td><td>2075501244</td></tr><tr><td>usn</td><td>앱 내에서 유저를 구분하는 unique ID</td><td>testUSN</td></tr><tr><td>adid</td><td>문의할 유저의 adid</td><td><a href="https://reward.cs.adpopcorn.com/?mediaKey=2075501244&#x26;usn=APOfferwallTestUser1&#x26;campaignKey=1300373635&#x26;adid=b1fad2f7-58cf-44c2-8252-6598b7f4ae92">b1fad2f7-58cf-44c2-8252-6598b7f4ae92</a></td></tr><tr><td>idfa</td><td>문의할 유저의 idfa</td><td>EA7583CD-A667-48BC-B806-42ECB2B48606</td></tr></tbody></table>

{% hint style="danger" %} <mark style="color:red;">adid or idfa는 둘 중 하나는 반드시 넘겨주어야 합니다.</mark>
{% endhint %}


---

# 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/extra-guide/cs.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.
