# 6. 자가 테스트 내역 확인 및 전달 방법

**실제 결제가 이루어져야 하는 경우(ex> 신용카드 결제 등), 본인인증 등이 필요한 경우 등** 저희 측에서 테스트 진행이 불가할 시&#x20;

고객 측에서 자가 테스트 후 테스트 내역 전달이 필요 합니다.&#x20;

아래 내용 참고하시어 내역 전달 부탁 드립니다.<br>

전달 주실 내역은 전환 발생 페이지 즉 전환 스크립트 설치한 페이지의 패킷 URL과 해당 페이지 소스(가능시),  자가테스트 내역 전달 부탁 드립니다.

* 전달 주실 내역은 아래와 같습니다.

1. [전환 페이지 **소스** ( 불가하시다면 아래 내역만이라도 전달 부탁드립니다. )](/guide/self_test.md#undefined)
2. [전환 페이지의 **패킷 URL**](/guide/self_test.md#url)
3. **테스트 정보**(자가 테스트 시간, 광고키워드, 구매가격(구매테스트시))

### <mark style="color:red;">전환 페이지 소스</mark>

전환 페이지 소스는 전환 페이지 도달 후 아래 경로에서 소스 복사하여 전달 부탁 드립니다.

&#x20;1\. 개발자 도구(F12) > Elements 탭&#x20;

2. 최상위 태그 오른쪽 마우스 클릭 > Copy > Copy element

<figure><img src="/files/XkkSImcXBQfGqkX0Tne1" alt=""><figcaption></figcaption></figure>

### <mark style="color:red;">전환 발생 페이지의 패킷 URL</mark>

1. **개발자 도구(F12) > Network 탭 > 'wcs' 필터링 > 'b' 패킷 > Payload**에 있는 부분을 캡쳐해 주시면 됩니다.

<figure><img src="/files/krbqpO1BvpNPNTFEMb33" alt=""><figcaption></figcaption></figure>

2. 이 때 전환 페이지에서 발생한 **모든 'b' 패킷을 캡쳐**해 주시기 부탁 드립니다.

EX> 구매완료 페이지에서 발생한 2개의 'b' 패킷 캡쳐

<figure><img src="/files/TZPOu5fCk1g09D0zU1FN" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/OSlg8tUgriuOovaCjjwt" alt=""><figcaption></figcaption></figure>


---

# 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://navercts.gitbook.io/guide/self_test.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.
